Searched refs:warning (Results 26 – 50 of 292) sorted by relevance
12345678910>>...12
/Zephyr-latest/share/sysbuild/ |
D | Kconfig | 29 deprecation warning. 55 Print a warning when the Kconfig tree is parsed if any experimental 69 Print a warning when the Kconfig tree is parsed if any deprecated
|
D | Kconfig.v2 | 29 deprecation warning.
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 21 # This section covers flags related to warning levels # 43 # level 1 warning options 60 # level 2 warning options 74 # level 3 warning options 91 # extended warning options 101 -Wno-unknown-warning-option
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | __init__.py | 21 _logger.warning(f'The module for fetcher "{fetcher_name}" '
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | compiler_flags.cmake | 42 # add -Wno-unknown-warning-option to suppress those warnings. 44 -Wno-unknown-warning-option
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 34 # This section covers flags related to warning levels # 37 # clang option standard warning base in Zephyr 56 # clang options for warning levels 1, 2, 3, when using `-DW=[1|2|3]`
|
/Zephyr-latest/doc/develop/toolchains/ |
D | gnu_arm_embedded.rst | 16 .. warning:: 46 .. warning::
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 113 for warning in kconf.warnings: 114 print("\n" + warning, file=sys.stderr) 116 if not error_out and not re.search(warn_only, warning):
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 319 logger.warning("Build.log file is empty.") 331 logger.warning( 398 logger.warning( 468 logger.warning(
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | CMakeLists.txt | 17 At your own risk, you can suppress this warning by setting
|
/Zephyr-latest/boards/ |
D | CMakeLists.txt | 14 # For now, only enable warning for shadow variables for in-tree boards.
|
D | deprecated.cmake | 6 # time prints a warning to the user, that the board name is deprecated.
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 7 # time. Suppress the warning, it's the best we can do given that
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | html_redirects.py | 79 logger.warning(
|
/Zephyr-latest/drivers/dp/ |
D | swdp_ll_pin.h | 35 #warning "Pin delay is not defined" in pin_delay_asm()
|
/Zephyr-latest/cmake/compiler/iar/ |
D | compiler_flags.cmake | 23 # This section covers flags related to warning levels # 26 # Property for standard warning base in Zephyr, this will always be set when 71 # Extended warning set supported by the compiler 171 # Compiler flag for warning about shadow variables 173 # Compiler flag for disabling warning about array bounds
|
/Zephyr-latest/samples/subsys/logging/logger/ |
D | README.rst | 47 Changing filter to warning on sample_instance.inst1 instance. 68 [00:00:03.166,006] <wrn> ext_log_system: warning level log, 2 arguments: 12
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 68 log.warning("can't import pykwalify; won't validate YAML (%s)", e)
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_sim.c | 17 #warning "zephyr,native-posix-rng is deprecated in favor of zephyr,native-sim-rng"
|
/Zephyr-latest/modules/hal_ethos_u/ |
D | CMakeLists.txt | 10 set(ETHOSU_LOG_SEVERITY_MAP err err warning info debug)
|
/Zephyr-latest/cmake/modules/ |
D | FindGnuLd.cmake | 31 # ... issue warning if GNULD_LINKER_IS_BFD is not already set. 36 "to correct value in cache to silence this warning"
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 110 #warning "CONFIG_BT_BUF_ACL_RX_COUNT is deprecated, see Zephyr 4.1 migration guide"
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | linker_flags.cmake | 10 -Xtimer0 # to suppress the warning message
|
/Zephyr-latest/include/zephyr/sys/ |
D | __assert.h | 137 #warning "__ASSERT() statements are ENABLED"
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 19 -doc="#warning is a documented GNU preprocessing directive. See section \"5 Diagnostics\" of "CPP_M… 20 -config=STD.prepdirc,directives+={safe,"^warning$"}
|
12345678910>>...12