/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_sc_data/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_sc_data/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_lookup_id_addr/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_private_addr/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_delete/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_reset/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/src/ |
D | main.c | 21 #error "Unsupported board: sw0 devicetree alias is not defined" 26 #error "Unsupported board: snvs_rtc node is not enabled"
|
/Zephyr-latest/modules/cmsis/ |
D | cmsis_core_m_defaults.h | 70 #error "Unknown Cortex-M device" 143 #error "Unknown Cortex-M device"
|
/Zephyr-latest/modules/fatfs/ |
D | zephyr_fatfs_config.h | 8 #error "Configuration version mismatch" 42 #error Invalid LFN buffer location
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | cpu.h | 35 #error "Unsupported CPU." in cpu_dmb()
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | exception.h | 23 #error Unknown ARM architecture
|
D | asm_inline.h | 20 #error Unknown toolchain in asm_inline.h
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 122 goto error; in parse_ifi_target() 131 goto error; in parse_ifi_target() 138 goto error; in parse_ifi_target() 145 error: in parse_ifi_target() 158 goto error; in parse_if_target() 167 goto error; in parse_if_target() 175 goto error; in parse_if_target() 178 error: in parse_if_target() 240 goto error; in parse_getset() 257 error: in parse_getset() [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_fwdgt_gd32.c | 25 #error IRC frequency was not configured 37 #error Must be initial-timeout > 0 41 #error Must be initial-timeout <= (256 * 4095 * 1000 / GD32_LOW_SPEED_IRC_FREQUENCY)
|
/Zephyr-latest/drivers/net/ |
D | canbus.c | 92 static void net_canbus_send_tx_callback(const struct device *dev, int error, void *user_data) in net_canbus_send_tx_callback() argument 97 if (error != 0) { in net_canbus_send_tx_callback() 98 LOG_DBG("CAN bus TX error [%d]", error); in net_canbus_send_tx_callback()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mcux_lpi2c_rtio.c | 293 int error; in mcux_lpi2c_init() local 304 error = pinctrl_apply_state(config->pincfg, PINCTRL_STATE_DEFAULT); in mcux_lpi2c_init() 305 if (error) { in mcux_lpi2c_init() 306 return error; in mcux_lpi2c_init() 323 error = mcux_lpi2c_do_configure(dev, I2C_MODE_CONTROLLER | bitrate_cfg); in mcux_lpi2c_init() 324 if (error) { in mcux_lpi2c_init() 325 return error; in mcux_lpi2c_init()
|