Searched refs:getboolean (Results 1 – 8 of 8) sorted by relevance
235 if self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF51X'):237 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF52X'):239 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF53X'):241 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF54LX'):243 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF54HX'):245 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF91X'):247 elif self.build_conf.getboolean('CONFIG_SOC_SERIES_NRF92X'):320 if (self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUAPP') or321 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUFLPR') or322 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')
24 return mdb_runner.build_conf.getboolean('CONFIG_UART_HOSTLINK')
180 def getboolean(self, option): member in BuildConfiguration715 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):755 return self.build_conf.getboolean('CONFIG_DEBUG_THREAD_INFO')
288 big_endian = self.build_conf.getboolean('CONFIG_BIG_ENDIAN')370 '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'):566 is_sof_build = build_conf.getboolean('CONFIG_SOF')
62 return config.getboolean('build', option, fallback=fallback)