Searched refs:warning (Results 51 – 75 of 292) sorted by relevance
12345678910>>...12
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/include/ |
D | os_mgmt_processor.h | 160 #warning "Processor type could not be determined"
|
/Zephyr-latest/arch/xtensa/core/ |
D | xtensa_backtrace.c | 73 #warning "xtensa_ptr_executable is not defined for this platform" in xtensa_ptr_executable()
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 32 # This section covers flags related to warning levels # 35 # GCC Option standard warning base in Zephyr 53 # GCC options for warning levels 1, 2, 3, when using `-DW=[1|2|3]` 152 # Extra warning options
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | uf2.py | 80 self.logger.warning("Discovered UF2 partitions don't match Board-ID '%s'",
|
/Zephyr-latest/soc/ |
D | CMakeLists.txt | 5 # Limit warning of shadow variables to in-tree SoC files for now.
|
D | Kconfig | 58 deprecation warning.
|
/Zephyr-latest/soc/ti/simplelink/cc23x0/ |
D | ccfg.c | 30 #warning ti,chip-erase property is NOT PRESENT in your device tree, \
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 201 logging.warning(f"skipped '{report_path}' - not a correct report directory") 280 logger.warning(f"{report_path} missing {v}")
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 125 logger.warning(f"HARNESS:{self.__class__.__name__}: recording JSON failed:" 519 logger.warning('Timeout has occurred. Can be extended in testspec file. ' 643 logger.warning('No shell commands provided') 839 logger.warning(f"{phase}: already STARTED '{suite_name}':" 863 logger.warning(f"{phase}: END suite '{suite_name}' without START detected") 868 logger.warning(f"{phase}: already STARTED case " 886 logger.warning(f"{phase}: END case '{tc_name}' without START detected") 978 logger.warning('Cannot copy bsim exe - cannot find original executable.') 983 logger.warning('Cannot copy bsim exe - BSIM_OUT_PATH not provided.') 1056 logger.warning('Timeout has occurred. Can be extended in testspec file. '
|
D | testsuite.py | 356 warning = \ 359 logger.error(warning) 360 raise TwisterRuntimeError(warning)
|
/Zephyr-latest/subsys/ |
D | CMakeLists.txt | 3 # FIXME: SHADOW_VARS: move this before adding shadow variable warning below.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_win.rst | 16 .. warning::
|
/Zephyr-latest/tests/misc/llext-edk/pytest/ |
D | test_edk.py | 25 logger.warning("This test requires the Zephyr SDK to be used, skipping")
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 15 .. warning::
|
/Zephyr-latest/subsys/debug/ |
D | thread_info.c | 100 #warning Please define THREAD_INFO_OFFSET_T_STACK_PTR for this architecture
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 129 logger.warning(
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 104 # the warning. Note, marking the section EMPTY causes armlink to reserve the 108 # deprecated there. For current ARMClang support phase, we accept this warning, but we should
|
/Zephyr-latest/drivers/fuel_gauge/max17048/ |
D | max17048.c | 25 #warning "MAX17048 driver enabled without any devices"
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | target.cmake | 20 -Hldopt=-Bbase=0x0 # Set an entry point to avoid a warning
|
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/doc/ |
D | index.rst | 50 .. warning::
|
/Zephyr-latest/drivers/memc/ |
D | memc_mcux_flexspi_s27ks0641.c | 22 #warning "Enabling memc driver logging and XIP mode simultaneously can cause \
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 35 .. warning::
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 31 .. warning::
|
/Zephyr-latest/drivers/counter/ |
D | counter_native_sim.c | 10 #warning "zephyr,native-posix-counter is deprecated in favor of zephyr,native-sim-counter"
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | mcuboot.ld | 45 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) 107 *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
12345678910>>...12