Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/
Dsign.py238 appver = self.get_cfg(command, build_conf, 'CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION')
239 vtoff = self.get_cfg(command, build_conf, 'CONFIG_ROM_START_OFFSET')
323 def get_cfg(command, build_conf, item): member in ImgtoolSigner