Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 102) sorted by relevance

12345

/Zephyr-Core-3.5.0/tests/kernel/mem_protect/stack_random/src/
Dmain.c23 #pragma GCC diagnostic ignored "-Wpragmas"
24 #pragma GCC diagnostic ignored "-Wdangling-pointer"
/Zephyr-Core-3.5.0/cmake/sca/sparse/
Dsparse.template5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
7 # as environment variable for cgcc, hence that must also be ignored, thus first
Dsca.cmake18 # Avoid compiler "attribute directive ignored" warnings
/Zephyr-Core-3.5.0/tests/unit/intmath/
Dmain.c20 #pragma GCC diagnostic ignored "-Woverflow"
31 #pragma clang diagnostic ignored "-Winteger-overflow"
/Zephyr-Core-3.5.0/boards/arm/efr32_thunderboard/
Defr32bg22_brd4184a_defconfig15 # Used if SysTick is enabled, ignored for BURTC
Defr32bg22_brd4184b_defconfig15 # Used if SysTick is enabled, ignored for BURTC
Defr32bg27_brd2602a_defconfig15 # Used if SysTick is enabled, ignored for BURTC
/Zephyr-Core-3.5.0/samples/drivers/led_ws2812/boards/
Dnucleo_g071rb.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dnucleo_l476rg.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dnucleo_h743zi.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dmimxrt1050_evk.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dmimxrt1050_evk_qspi.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dnrf52dk_nrf52832.overlay17 reg = <0>; /* ignored, but necessary for SPI bindings */
Desp32s3_devkitm.overlay17 reg = <0>; /* ignored, but necessary for SPI bindings */
Desp32c3_devkitm.overlay17 reg = <0>; /* ignored, but necessary for SPI bindings */
Desp32s2_saola.overlay17 reg = <0>; /* ignored, but necessary for SPI bindings */
Dnucleo_f070rb.overlay20 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-Core-3.5.0/tests/posix/headers/src/
Dnetinet_in_h.c16 #pragma GCC diagnostic ignored "-Wunused-variable"
Dpthread_h.c16 #pragma GCC diagnostic ignored "-Wunused-variable"
Dsys_socket_h.c16 #pragma GCC diagnostic ignored "-Wunused-value"
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/
Dprep_c.c37 #pragma GCC diagnostic ignored "-Wnonnull"
/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart_async/
Dapp.overlay1 /* This is the default app device tree overlay. This file is ignored if
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dprep_c.c32 #pragma GCC diagnostic ignored "-Wnonnull"
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_types.h65 #pragma GCC diagnostic ignored "-Wshadow"
/Zephyr-Core-3.5.0/share/zephyr-package/cmake/
DZephyrConfigVersion.cmake53 # meaning the package version must be ignored and the Zephyr pointed to by
73 # parent Zephyr, therefore just mark it as ignored.
74 set(PACKAGE_VERSION "ignored (ZEPHYR_BASE is set)")

12345