Searched refs:ignored (Results 1 – 25 of 102) sorted by relevance
12345
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/stack_random/src/ |
D | main.c | 23 #pragma GCC diagnostic ignored "-Wpragmas" 24 #pragma GCC diagnostic ignored "-Wdangling-pointer"
|
/Zephyr-Core-3.5.0/cmake/sca/sparse/ |
D | sparse.template | 5 # 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
|
D | sca.cmake | 18 # Avoid compiler "attribute directive ignored" warnings
|
/Zephyr-Core-3.5.0/tests/unit/intmath/ |
D | main.c | 20 #pragma GCC diagnostic ignored "-Woverflow" 31 #pragma clang diagnostic ignored "-Winteger-overflow"
|
/Zephyr-Core-3.5.0/boards/arm/efr32_thunderboard/ |
D | efr32bg22_brd4184a_defconfig | 15 # Used if SysTick is enabled, ignored for BURTC
|
D | efr32bg22_brd4184b_defconfig | 15 # Used if SysTick is enabled, ignored for BURTC
|
D | efr32bg27_brd2602a_defconfig | 15 # Used if SysTick is enabled, ignored for BURTC
|
/Zephyr-Core-3.5.0/samples/drivers/led_ws2812/boards/ |
D | nucleo_g071rb.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | nucleo_l476rg.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | nucleo_h743zi.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | mimxrt1050_evk.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | mimxrt1050_evk_qspi.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | nrf52dk_nrf52832.overlay | 17 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | esp32s3_devkitm.overlay | 17 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | esp32c3_devkitm.overlay | 17 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | esp32s2_saola.overlay | 17 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | nucleo_f070rb.overlay | 20 reg = <0>; /* ignored, but necessary for SPI bindings */
|
/Zephyr-Core-3.5.0/tests/posix/headers/src/ |
D | netinet_in_h.c | 16 #pragma GCC diagnostic ignored "-Wunused-variable"
|
D | pthread_h.c | 16 #pragma GCC diagnostic ignored "-Wunused-variable"
|
D | sys_socket_h.c | 16 #pragma GCC diagnostic ignored "-Wunused-value"
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/ |
D | prep_c.c | 37 #pragma GCC diagnostic ignored "-Wnonnull"
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart_async/ |
D | app.overlay | 1 /* This is the default app device tree overlay. This file is ignored if
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | prep_c.c | 32 #pragma GCC diagnostic ignored "-Wnonnull"
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_types.h | 65 #pragma GCC diagnostic ignored "-Wshadow"
|
/Zephyr-Core-3.5.0/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 53 # 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