Searched refs:getboolean (Results 1 – 8 of 8) sorted by relevance
216 if self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF51X'):218 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF52X'):220 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF53X'):222 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF54LX'):224 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF54HX'):226 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF91X'):228 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF92X'):310 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUAPP') or311 self.build_conf.getboolean('CONFIG_SOC_NRF9280_CPUAPP')314 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPURAD') 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')
24 return mdb_runner.build_conf.getboolean('CONFIG_UART_HOSTLINK')
180 def getboolean(self, option): member in BuildConfiguration707 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):747 return self.build_conf.getboolean('CONFIG_DEBUG_THREAD_INFO')
258 big_endian = self.build_conf.getboolean('CONFIG_BIG_ENDIAN')342 'BE' if self.build_conf.getboolean('CONFIG_BIG_ENDIAN') else 'LE'
171 bin_exists = build_conf.getboolean('CONFIG_BUILD_OUTPUT_BIN')181 hex_exists = build_conf.getboolean('CONFIG_BUILD_OUTPUT_HEX')245 if not build_conf.getboolean('CONFIG_BOOTLOADER_MCUBOOT'):552 is_sof_build = build_conf.getboolean('CONFIG_SOF')
62 return config.getboolean('build', option, fallback=fallback)