Home
last modified time | relevance | path

Searched refs:get_cfg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/scripts/west_commands/
Dsign.py251 appver = self.get_cfg(command, build_conf, 'CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION')
252 vtoff = self.get_cfg(command, build_conf, 'CONFIG_ROM_START_OFFSET')
336 def get_cfg(command, build_conf, item): member in ImgtoolSigner