Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py216 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') or
311 self.build_conf.getboolean('CONFIG_SOC_NRF9280_CPUAPP')
314 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPURAD') or
[all …]
Dbossac.py86 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'):
Dezflashcli.py63 is_mcuboot = self.build_conf.getboolean('CONFIG_MCUBOOT')
64 uses_code_partition = self.build_conf.getboolean('CONFIG_USE_DT_CODE_PARTITION')
Dmdb.py24 return mdb_runner.build_conf.getboolean('CONFIG_UART_HOSTLINK')
Dcore.py180 def getboolean(self, option): member in BuildConfiguration
707 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
747 return self.build_conf.getboolean('CONFIG_DEBUG_THREAD_INFO')
Djlink.py258 big_endian = self.build_conf.getboolean('CONFIG_BIG_ENDIAN')
342 'BE' if self.build_conf.getboolean('CONFIG_BIG_ENDIAN') else 'LE'
/Zephyr-latest/scripts/west_commands/
Dsign.py171 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')
Dbuild.py62 return config.getboolean('build', option, fallback=fallback)