Searched refs:getboolean (Results 1 – 10 of 10) sorted by relevance
219 if self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF51X'):221 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF52X'):223 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF53X'):225 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF54LX'):227 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF54HX'):229 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF91X'):231 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF92X'):303 if (self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUAPP') or304 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUFLPR') or305 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUPPR') or[all …]
86 return any(self.build_conf.getboolean(x) for x in ext_samba_versions)89 return self.build_conf.getboolean('CONFIG_USE_DT_CODE_PARTITION')122 if self.build_conf.getboolean('CONFIG_BOOTLOADER_BOSSA_LEGACY'):125 if self.build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
63 is_mcuboot = self.build_conf.getboolean('CONFIG_MCUBOOT')64 uses_code_partition = self.build_conf.getboolean('CONFIG_USE_DT_CODE_PARTITION')
62 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
24 return mdb_runner.build_conf.getboolean('CONFIG_UART_HOSTLINK')
180 def getboolean(self, option): member in BuildConfiguration747 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):793 return self.build_conf.getboolean('CONFIG_DEBUG_THREAD_INFO')
321 big_endian = self.build_conf.getboolean('CONFIG_BIG_ENDIAN')429 'BE' if self.build_conf.getboolean('CONFIG_BIG_ENDIAN') else 'LE'
183 bin_exists = build_conf.getboolean('CONFIG_BUILD_OUTPUT_BIN')193 hex_exists = build_conf.getboolean('CONFIG_BUILD_OUTPUT_HEX')259 if not build_conf.getboolean('CONFIG_BOOTLOADER_MCUBOOT'):
61 return config.getboolean('build', option, fallback=fallback)
582 rebuild_config = config.getboolean(command.name, 'rebuild', fallback=None)