Home
last modified time | relevance | path

Searched refs:error (Results 176 – 200 of 1189) sorted by relevance

12345678910>>...48

/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
DCMakeLists.txt7 # 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/
Dmain.c21 #error "Unsupported board: sw0 devicetree alias is not defined"
26 #error "Unsupported board: snvs_rtc node is not enabled"
/Zephyr-latest/modules/cmsis/
Dcmsis_core_m_defaults.h70 #error "Unknown Cortex-M device"
143 #error "Unknown Cortex-M device"
/Zephyr-latest/modules/fatfs/
Dzephyr_fatfs_config.h8 #error "Configuration version mismatch"
42 #error Invalid LFN buffer location
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dcpu.h35 #error "Unsupported CPU." in cpu_dmb()
/Zephyr-latest/include/zephyr/arch/arm/
Dexception.h23 #error Unknown ARM architecture
Dasm_inline.h20 #error Unknown toolchain in asm_inline.h
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c122 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/
Dwdt_fwdgt_gd32.c25 #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/
Dcanbus.c92 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/
Di2c_mcux_lpi2c_rtio.c293 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()

12345678910>>...48