Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/Zephyr-latest/include/zephyr/toolchain/
Diar.h11 #define _TOOLCHAIN_DISABLE_WARNING(warning) TOOLCHAIN_PRAGMA(diag_suppress = warning) argument
12 #define _TOOLCHAIN_ENABLE_WARNING(warning) TOOLCHAIN_PRAGMA(diag_default = warning) argument
14 #define TOOLCHAIN_DISABLE_WARNING(warning) _TOOLCHAIN_DISABLE_WARNING(warning) argument
15 #define TOOLCHAIN_ENABLE_WARNING(warning) _TOOLCHAIN_ENABLE_WARNING(warning) argument
Dllvm.h35 #define TOOLCHAIN_DISABLE_CLANG_WARNING(warning) _TOOLCHAIN_DISABLE_WARNING(clang, warning) argument
36 #define TOOLCHAIN_ENABLE_CLANG_WARNING(warning) _TOOLCHAIN_ENABLE_WARNING(clang, warning) argument
Dgcc.h324 #define __WARN(msg) __WARN1(GCC warning msg)
706 #define _TOOLCHAIN_DISABLE_WARNING(compiler, warning) \ argument
708 TOOLCHAIN_PRAGMA(compiler diagnostic ignored warning)
710 #define _TOOLCHAIN_ENABLE_WARNING(compiler, warning) TOOLCHAIN_PRAGMA(compiler diagnostic pop) argument
712 #define TOOLCHAIN_DISABLE_WARNING(warning) _TOOLCHAIN_DISABLE_WARNING(GCC, warning) argument
713 #define TOOLCHAIN_ENABLE_WARNING(warning) _TOOLCHAIN_ENABLE_WARNING(GCC, warning) argument
716 #define TOOLCHAIN_DISABLE_GCC_WARNING(warning) _TOOLCHAIN_DISABLE_WARNING(GCC, warning) argument
717 #define TOOLCHAIN_ENABLE_GCC_WARNING(warning) _TOOLCHAIN_ENABLE_WARNING(GCC, warning) argument
/Zephyr-latest/include/zephyr/
Dtoolchain.h276 #define TOOLCHAIN_DISABLE_WARNING(warning) argument
286 #define TOOLCHAIN_ENABLE_WARNING(warning) argument
294 #define TOOLCHAIN_DISABLE_CLANG_WARNING(warning) argument
304 #define TOOLCHAIN_ENABLE_CLANG_WARNING(warning) argument
312 #define TOOLCHAIN_DISABLE_GCC_WARNING(warning) argument
322 #define TOOLCHAIN_ENABLE_GCC_WARNING(warning) argument
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_defines.h57 __pragma(warning(push)); \
58 __pragma(warning(disable:4127)); \
61 __pragma(warning(pop)); \
/Zephyr-latest/drivers/watchdog/
DKconfig.it8xxx224 bool "Reduce warning leading time"
27 Once warning timer triggered, if watchdog timer isn't reloaded,
28 then we will reduce interval of warning timer to 30ms to print
29 more warning messages before watchdog reset.
DKconfig.mcux32 int "WWDT timeout warning interrupt configuration"
36 WWDT timeout warning interrupt time. The units are
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32k146.dtsi67 interrupt-names = "warning", "error", "wake-up", "mb-0-15", "mb-16-31";
72 interrupt-names = "warning", "error", "mb-0-15", "mb-16-31";
78 interrupt-names = "warning", "error", "mb-0-15";
Dnxp_k66.dtsi30 interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning",
31 "rx-warning", "wake-up";
/Zephyr-latest/include/zephyr/drivers/console/
Dnative_posix_console.h10 #warning "This header is now deprecated and will be removed by v4.4. "\
/Zephyr-latest/include/zephyr/mgmt/
Dhawkbit.h15 #warning "<zephyr/mgmt/hawkbit.h> is deprecated, include <zephyr/mgmt/hawkbit/hawkbit.h>, \
/Zephyr-latest/boards/native/native_sim/
Dcmdline_common.h9 #warning "This transitional header is now deprecated and will be removed by v4.4. "\
Dtimer_model.h10 #warning "This transitional header is now deprecated and will be removed by v4.4. "\
Dnative_posix_compat.h18 #warning "This transitional header is now deprecated and will be removed by v4.4. "\
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake21 # This section covers flags related to warning levels #
24 # Property for standard warning base in Zephyr, this will always bet set when compiling.
27 # GCC options for warning levels 1, 2, 3, when using `-DW=[1|2|3]`
28 # Property for warning levels 1, 2, 3 in Zephyr when using `-DW=[1|2|3]`
35 # Extended warning set supported by the compiler
144 # Compiler flag for warning about shadow variables
146 # Compiler flag for disabling warning about array bounds
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py143 logger.warning(
152 logger.warning(
160 logger.warning(
169 logger.warning(
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dmcumgr.py44 logger.warning(f'mcumgr tool not available: {output}')
96 logger.warning(f'Images returned by mcumgr (no not active):\n{image_list}')
104 logger.warning(f'Images returned by mcumgr (no not confirmed):\n{image_list}')
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/always_warning/dummy/src/
Dmain.c25 #warning ("Custom warning"); in ZTEST()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/include/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt_config.h38 #warning CONFIG_MCUMGR_GRP_FS_DL_CHUNK_SIZE too big, rounding it down.
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_sdmmc.c20 #warning "Missing clock 48MHz"
24 #warning "Missing clock I2S PLL clock"
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dfeedback_dummy.c10 #warning "No target specific feedback code, overruns/underruns will occur"
/Zephyr-latest/share/sysbuild/build/
DKconfig8 Turn on "warning as error" toolchain flags for all images if set.
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dfeedback_dummy.c10 #warning "No target specific feedback code, overruns/underruns will occur"
/Zephyr-latest/arch/arm64/core/
Dheader.S19 #warning "Can't determine page size for header flags"
/Zephyr-latest/scripts/west_commands/runners/
D__init__.py19 _logger.warning(f'The module for runner "{runner_name}" '

12345678910>>...12