Home
last modified time | relevance | path

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

/Zephyr-4.2.1/scripts/west_commands/runners/
Dnrf_common.py219 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') or
304 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUFLPR') or
305 self.build_conf.getboolean('CONFIG_SOC_NRF54H20_CPUPPR') 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')
Dspi_burn.py62 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
Dmdb.py24 return mdb_runner.build_conf.getboolean('CONFIG_UART_HOSTLINK')
Dcore.py180 def getboolean(self, option): member in BuildConfiguration
747 if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'):
793 return self.build_conf.getboolean('CONFIG_DEBUG_THREAD_INFO')
Djlink.py321 big_endian = self.build_conf.getboolean('CONFIG_BIG_ENDIAN')
429 'BE' if self.build_conf.getboolean('CONFIG_BIG_ENDIAN') else 'LE'
/Zephyr-4.2.1/scripts/west_commands/
Dsign.py183 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'):
Dbuild.py61 return config.getboolean('build', option, fallback=fallback)
Drun_common.py582 rebuild_config = config.getboolean(command.name, 'rebuild', fallback=None)