/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 187 warn(msg + SYM_INFO_HINT.format(sym)) 232 warn(f"""\ 256 warn(f'Deprecated symbol {selector_name} is enabled.') 267 warn(f'Experimental symbol {selector_name} is enabled.') 324 def warn(msg): function
|
D | lint.py | 322 warn("'{}' wrote to stderr:\n{}".format(cmd_s, stderr)) 331 def warn(msg): function
|
D | kconfiglib.py | 867 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument 947 self._init(filename, warn, warn_to_stderr, encoding) 959 def _init(self, filename, warn, warn_to_stderr, encoding): argument 970 self.warn = warn 2014 self.warn = True 2021 self.warn = False 2093 "warnings " + status(self.warn), 4009 if not self.warn:
|
/Zephyr-latest/scripts/build/ |
D | process_gperf.py | 38 def warn(text): function 97 warn("gperf %s is not tested, versions %s through %s supported" %
|
D | gen_relocate_app.py | 264 warnings.warn("Common variable found. Move "+ 547 warnings.warn("File: "+file_glob+" Not found") 550 warnings.warn("Regex in file lists is deprecated, please use file(GLOB) instead")
|
D | llext_prepare_exptab.py | 239 self.log.warn(f"_prepare_exptab_for_str_linking: do nothing")
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx-espi-vws-map.dtsi | 60 vw-oob-rst-warn { 66 vw-host-rst-warn { 72 vw-sus-warn {
|
D | npcx-espi-vws-ex-map.dtsi | 35 vw-dnx-warn {
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | linker_flags.cmake | 22 ${LINKERFLAGPREFIX},--orphan-handling=warn
|
/Zephyr-latest/modules/hal_ethos_u/ |
D | CMakeLists.txt | 9 # Ethos-U driver (err=0, warn=1, info=2, debug=3)
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | linker_flags.cmake | 32 ${LINKERFLAGPREFIX},--orphan-handling=warn
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | Kconfig | 22 If set, the driver will warn if the sensor ADC is
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_flags.cmake | 18 ${LINKERFLAGPREFIX},--orphan-handling=warn
|
/Zephyr-latest/arch/arc/ |
D | CMakeLists.txt | 34 # Instruct MWDT assembler not to warn when we load only lower half (32bit) of symbol
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | config_parser.py | 226 warnings.warn(
|
/Zephyr-latest/kernel/ |
D | CMakeLists.txt | 169 # Only warn if default value 0 has been modified
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 401 * binutils to decide to warn about (no way to turn that off, it 402 * seems, --warn-section-align is on by default)
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | linker.ld | 235 * with "--orphan-handling=warn" by LLVM lld.
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | CMakeLists.txt | 46 # cacheability addresses), it will warn about an "empty" segment even
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 87 the overlap and warn about it.
|
/Zephyr-latest/include/zephyr/arch/arm64/scripts/ |
D | linker.ld | 340 * warnings when "--orphan-handling=warn" is set for lld.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 495 * binutils to decide to warn about (no way to turn that off, it 496 * seems, --warn-section-align is on by default)
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 427 * warnings when "--orphan-handling=warn" is set for lld.
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 438 * warnings when "--orphan-handling=warn" is set for lld.
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 569 * with "--orphan-handling=warn" by LLVM lld.
|