Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dbossac.py89 if self.build_conf.getboolean(x):
94 return self.build_conf.getboolean('CONFIG_USE_DT_CODE_PARTITION')
128 if self.build_conf.getboolean('CONFIG_BOOTLOADER_BOSSA_LEGACY'):
131 if self.build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
Dezflashcli.py50 is_mcuboot = self.build_conf.getboolean('CONFIG_MCUBOOT')
51 uses_code_partition = self.build_conf.getboolean('CONFIG_USE_DT_CODE_PARTITION')
Dnrf_common.py158 if self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF51X'):
160 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF52X'):
162 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF53X'):
164 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF91X'):
Dcore.py148 def getboolean(self, option): member in BuildConfiguration
608 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
642 return self.build_conf.getboolean('CONFIG_DEBUG_THREAD_INFO')
Dmdb.py24 return mdb_runner.build_conf.getboolean('CONFIG_UART_HOSTLINK')
/Zephyr-Core-3.5.0/scripts/west_commands/
Dsign.py184 bin_exists = build_conf.getboolean('CONFIG_BUILD_OUTPUT_BIN')
194 hex_exists = build_conf.getboolean('CONFIG_BUILD_OUTPUT_HEX')
256 if not build_conf.getboolean('CONFIG_BOOTLOADER_MCUBOOT'):
Dbuild.py58 return config.getboolean('build', option, fallback=fallback)