Home
last modified time | relevance | path

Searched refs:error (Results 351 – 375 of 1189) sorted by relevance

1...<<11121314151617181920>>...48

/Zephyr-4.1.0/soc/atmel/sam/common/
Dsoc_pmc.c16 #error "Unsupported SoC, update soc_pmc.c functions"
/Zephyr-4.1.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dphil_obj_abstract.h61 #error unknown fork type
/Zephyr-4.1.0/samples/subsys/mgmt/osdp/peripheral_device/src/
Dmain.c16 #error "BOARD does not define a debug LED"
/Zephyr-4.1.0/drivers/mfd/
DKconfig.lpflexcomm13 checks concurrent enablement and returns and error for
/Zephyr-4.1.0/doc/develop/west/
Dtroubleshooting.rst89 This error occurs on some Linux distributions after upgrading to west 0.7.0 or
130 If you see an unexpected error like this when trying to run a Zephyr extension
137 west: error: argument <command>: invalid choice: 'build' (choose from 'init', [...])
140 west: error: argument <command>: invalid choice: 'flash' (choose from 'init', [...])
182 If you see this error when running ``west init``:
186 west: error: argument <command>: invalid choice: 'post-init'
203 you will get the "already in a workspace" error message discussed next).
210 You may see this error when running ``west init`` with west 0.6:
/Zephyr-4.1.0/doc/services/device_mgmt/
Dmcumgr_handlers.rst50 This provides the defines for 2 command ``test`` and ``other`` and sets up the SMP version 2 error
51 responses (which have unique error codes per group as opposed to the legacy SMP version 1 error
52 responses that return a :c:enum:`mcumgr_err_t` - there should always be an OK error code with the
53 value 0 and an unknown error code with the value 1. The above example then adds an error code of
72 changed (i.e. to return an error instead of continuing). The event group ID is set to
93 further execution of the function by returning an error, further details on MCUmgr callback
/Zephyr-4.1.0/tests/drivers/i2c/i2c_api/src/
Dtest_i2c.c26 #error "Please set the correct I2C device"
39 #error "No sensor type defined"
/Zephyr-4.1.0/scripts/west_commands/runners/
Dintel_adsp.py24 parser.error(f'Cannot use "west flash {option_string} ..." any more. ' +
88 self.logger.error("No suitable platform for running")
/Zephyr-4.1.0/tests/drivers/flash/negative_tests/src/
Dmain.c39 #error "Missing definition of TEST_FLASH_START and TEST_FLASH_SIZE for this target"
43 #error "Unsupported configuraiton"
49 #error There is no flash device enabled or it is missing Kconfig options
/Zephyr-4.1.0/tests/drivers/uart/uart_elementary/
DKconfig17 to test error detection.
/Zephyr-4.1.0/tests/subsys/mgmt/mcumgr/handler_demo/src/
Dmain.c14 #error Building this application with neither CONFIG_MCUMGR_GRP_EXAMPLE_APP or \
/Zephyr-4.1.0/include/zephyr/net/
Dtftp.h100 struct tftp_error_param error; member
/Zephyr-4.1.0/arch/arm/core/cortex_m/
Dcpu_idle.c138 #error Unsupported architecture in arch_cpu_atomic_idle()
/Zephyr-4.1.0/drivers/adc/
Dadc_mcux_lpadc.c338 int error = adc_context_wait_for_completion(&data->ctx); in mcux_lpadc_start_read() local
340 return error; in mcux_lpadc_start_read()
348 int error; in mcux_lpadc_read_async() local
351 error = mcux_lpadc_start_read(dev, sequence); in mcux_lpadc_read_async()
352 adc_context_release(&data->ctx, error); in mcux_lpadc_read_async()
354 return error; in mcux_lpadc_read_async()
/Zephyr-4.1.0/tests/bluetooth/classic/sdp_c/pytest/
Dtest_sdp.py336 logger.error(f'{e}!', exc_info=True)
365 logger.error(f'Fail to connect to {target_address}!')
398 logger.error(f'Fail to connect to {target_address}!')
455 logger.error(f'Fail to connect to {target_address}!')
525 logger.error(f'Fail to connect to {target_address}!')
559 logger.error(f'Fail to connect to {target_address}!')
592 logger.error(f'Fail to connect to {target_address}!')
635 logger.error(f'Fail to connect to {target_address}!')
678 logger.error(f'Fail to connect to {target_address}!')
722 logger.error(f'Fail to connect to {target_address}!')
[all …]
/Zephyr-4.1.0/soc/nxp/kinetis/ke1xf/
Dsoc.c60 #error Invalid SCG core clock source
94 #error Invalid SCG SIRC clock frequency
116 #error Invalid SCG FIRC clock frequency
142 #error Invalid SCG PLL clock source
/Zephyr-4.1.0/samples/net/sockets/big_http_download/src/
Dbig_http_download.c308 goto error; in download()
313 goto error; in download()
328 goto error; in download()
358 error: in download()
/Zephyr-4.1.0/tests/kernel/fatal/exception/src/
Dmain.c128 volatile int error; in entry_cpu_exception_extend() local
131 error = 32; /* avoid static checker uninitialized warnings */ in entry_cpu_exception_extend()
132 error = error / zero; in entry_cpu_exception_extend()
/Zephyr-4.1.0/drivers/ethernet/
Deth_nxp_s32_netc.c147 goto error; in nxp_s32_eth_tx()
155 goto error; in nxp_s32_eth_tx()
162 goto error; in nxp_s32_eth_tx()
165 error: in nxp_s32_eth_tx()
/Zephyr-4.1.0/drivers/bluetooth/hci/
Dhci_nxp_setup.c178 uint16_t error; member
351 fw_upload.error = sys_get_le16(&buffer[7]); in fw_upload_wait_req()
354 fw_upload.offset, fw_upload.error, fw_upload.crc8); in fw_upload_wait_req()
399 if (fw_upload.error == 0) { in fw_upload_change_timeout()
419 fw_upload.error); in fw_upload_change_timeout()
813 if (fw_upload.error != 0) { in fw_upload_change_speed()
992 if (fw_upload.error == 0) { in fw_uploading()
1000 LOG_DBG("Error occurs %d", fw_upload.error); in fw_uploading()
1002 if (fw_upload.error & BT_MIC_FAIL_BIT) { in fw_uploading()
1009 if (fw_upload.error == 0) { in fw_uploading()
[all …]
/Zephyr-4.1.0/drivers/sensor/hp206c/
Dhp206c.h81 #error "driver needs millisecond tick granularity"
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dswi.h41 #error Unknown NRF5340 CPU.
/Zephyr-4.1.0/cmake/flash/
Dcheck_runner_dependencies.cmake6 # If the target contains dependencies, an error will be printed.
/Zephyr-4.1.0/modules/hostap/src/
Dsupp_main.h20 #error "At least one of the following EAP methods need to be defined \
/Zephyr-4.1.0/include/zephyr/drivers/ethernet/
Deth_nxp_enet_qos.h20 #error "ENET_QOS not enabled on this SOC series"

1...<<11121314151617181920>>...48