Home
last modified time | relevance | path

Searched +full:fail +full:- +full:fast (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/drivers/wifi/simplelink/
DKconfig.simplelink4 # SPDX-License-Identifier: Apache-2.0
7 bool "SimpleLink Wi-Fi driver support"
33 The number of results to request on a Wi-Fi scan operation.
44 int "Time (in seconds) to wait for fast connect on startup"
48 previously connected AP on startup. Should the Wi-Fi connection
49 timeout, the SimpleLink driver will fail to initialize,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c4 * SPDX-License-Identifier: Apache-2.0
77 FAIL("Local player instance failed (%d)", err); in local_player_instance_cb()
88 FAIL("Discover player failed (%d)\n", err); in discover_player_cb()
99 FAIL("Player Name read failed (%d)\n", err); in player_name_cb()
104 FAIL("Wrong player\n"); in player_name_cb()
114 FAIL("Icon Object ID read failed (%d)", err); in icon_id_cb()
119 FAIL("Wrong player\n"); in icon_id_cb()
130 FAIL("Icon URL read failed (%d)", err); in icon_url_cb()
135 FAIL("Wrong player\n"); in icon_url_cb()
144 FAIL("Track title read failed (%d)", err); in track_title_cb()
[all …]
Dmcc_test.c2 * Copyright (c) 2019 - 2021 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
87 FAIL("Discovery of MCS failed (%d)\n", err); in mcc_discover_mcs_cb()
97 FAIL("Player Name read failed (%d)\n", err); in mcc_read_player_name_cb()
107 FAIL("Icon Object ID read failed (%d)", err); in mcc_read_icon_obj_id_cb()
118 FAIL("Icon URL read failed (%d)", err); in mcc_read_icon_url_cb()
128 FAIL("Track change notification failed (%d)", err); in mcc_track_changed_ntf_cb()
138 FAIL("Track title read failed (%d)", err); in mcc_read_track_title_cb()
148 FAIL("Track duration read failed (%d)", err); in mcc_read_track_duration_cb()
158 FAIL("Track position read failed (%d)", err); in mcc_read_track_position_cb()
[all …]
/Zephyr-latest/.github/workflows/
Dhello_world_multiplatform.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
15 - 'scripts/**'
16 - '.github/workflows/hello_world_multiplatform.yaml'
17 - 'SDK_VERSION'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
[all …]
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 clang-build:
11 if: github.repository_owner == 'zephyrproject-rtos'
12 runs-on:
13 group: zephyr-runner-v2-linux-x64-4xlarge
15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
16 options: '--entrypoint /bin/bash'
18 fail-fast: false
22 CCACHE_DIR: /node-cache/ccache-zephyr
[all …]
Dcodecov.yaml5 - cron: '25 06,18 * * *'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository_owner == 'zephyrproject-rtos'
14 runs-on:
15 group: zephyr-runner-v2-linux-x64-4xlarge
17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
18 options: '--entrypoint /bin/bash'
20 fail-fast: false
24 - platform: 'mps2/an385'
[all …]
Dtwister.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
16 - cron: '0 3 * * 0'
19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20 cancel-in-progress: true
23 twister-build-prep:
[all …]
/Zephyr-latest/tests/boards/espressif/rtc_clk/
DREADME.rst15 - esp32_devkitc_wrover/esp32/procpu
16 - esp32c3_devkitm
17 - esp32c6_devkitc
18 - esp32s2_saola
19 - esp32s3_devkitm/esp32s3/procpu
26 .. code-block:: console
28 west build -b <board> tests/boards/espressif/rtc_clk
33 .. code-block:: console
35 …west twister -p <board> --device-testing --device-serial=/dev/ttyUSB0 -vv --flash-before -T tests/…
39 .. code-block:: console
[all …]
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c7 * Copyright (c) 2020 - 2021 Nordic Semiconductor ASA
9 * SPDX-License-Identifier: Apache-2.0
394 "Command send failed (%d) - opcode: %d, param: %d", in mcc_send_cmd_cb()
395 err, cmd->opcode, cmd->param); in mcc_send_cmd_cb()
399 shell_print(ctx_shell, "Command opcode: %d, param: %d", cmd->opcode, cmd->param); in mcc_send_cmd_cb()
408 "Command notification error (%d) - opcode: %d, result: %d", in mcc_cmd_ntf_cb()
409 err, ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
414 ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
524 shell_print(ctx_shell, "Icon content (%d octets)", buf->len); in mcc_icon_object_read_cb()
525 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_icon_object_read_cb()
[all …]
/Zephyr-latest/tests/unit/timeutil/
Dtest_sync.c4 * SPDX-License-Identifier: Apache-2.0
26 return (uint64_t)factor * (uint64_t)cfg->ref_Hz; in scale_ref()
32 return (uint64_t)factor * (uint64_t)cfg->local_Hz; in scale_local()
38 return (int64_t)factor * (int64_t)cfg->local_Hz; in scale_local_signed()
48 zassert_equal(rv, -EINVAL, in test_state_update()
67 zassert_equal(rv, -EINVAL, in test_state_update()
68 "non-increasing ref got: %d", rv); in test_state_update()
78 zassert_equal(rv, -EINVAL, in test_state_update()
79 "non-increasing local got: %d", rv); in test_state_update()
113 rv = timeutil_sync_state_set_skew(&ss, -1.0, NULL); in test_state_set_skew()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
48 FAIL("Failed to connect to %s (%u)", addr, conn_err); in connected()
73 info->tx_max_len, in data_len_updated()
74 info->rx_max_len); in data_len_updated()
109 FAIL("Stop LE scan failed (err %d)", err); in device_found()
119 FAIL("Create conn failed (err %d)", err); in device_found()
189 attr->handle, in written_to()
284 while (k_uptime_get_32() - start_time < timeout_ms) { in good_peer_procedure()
328 * - a "nice" peer, running a legal stress test, that is, running a in test_procedure_0()
330 * - a "bad" peer, spamming ATT requests as fast as possible. in test_procedure_0()
[all …]
/Zephyr-latest/include/zephyr/
Dirq.h4 * SPDX-License-Identifier: Apache-2.0
14 /* Pull in the arch-specific implementations */
39 * Although this routine is invoked at run-time, all of its arguments must be
46 * @param flags_p Architecture-specific IRQ configuration flags..
60 * @param flags Arch-specific IRQ configuration flags
85 * @param flags Arch-specific IRQ configuration flags
105 * These ISRs are designed for performance-critical interrupt handling and do
114 * - No parameters are passed to the ISR.
115 * - No stack switch is done, the ISR will run on the interrupted context's
117 * - Interrupt locking state is unchanged from how the HW sets it when the ISR
[all …]
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c4 * SPDX-License-Identifier: Apache-2.0
57 struct ieee802154_req_params *scan_ctx = ctx->scan_ctx; in scan_result_cb()
64 zassert_equal(scan_ctx->pan_id, EXPECTED_COORDINATOR_PAN_CPU_ORDER, in scan_result_cb()
66 zassert_equal(scan_ctx->len, IEEE802154_EXT_ADDR_LENGTH, in scan_result_cb()
67 "Scan did not receive correct co-ordinator address length."); in scan_result_cb()
68 zassert_mem_equal(scan_ctx->addr, expected_coordinator_address, IEEE802154_EXT_ADDR_LENGTH); in scan_result_cb()
69 zassert_equal(scan_ctx->lqi, EXPECTED_COORDINATOR_LQI, in scan_result_cb()
71 zassert_equal(scan_ctx->association_permitted, expected_association_permitted_bit, in scan_result_cb()
74 zassert_equal(scan_ctx->beacon_payload_len, EXPECTED_PAYLOAD_LEN, in scan_result_cb()
76 zassert_mem_equal(scan_ctx->beacon_payload, expected_payload_data, EXPECTED_PAYLOAD_LEN); in scan_result_cb()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst7 1.5.0. This is the first release to follow the 3-month release cadence.
13 - TCP Support
14 - Integration of the Paho MQTT Library support with QoS
15 - Flash Filesystem Support
16 - Integration of the mbedTLS library for encryption
17 - Improved BR/EDR support (for L2CAP, in particular).
18 - Support for the Altera Nios II/f soft CPU architecture
25 - Added nano_fifo_put_list() APIs, which allows queuing a list of elements
27 - Removed unused memory pool structure field.
28 - Enhanced memory pool code.
[all …]
Drelease-notes-3.1.rst61 * Split CAN classic and CAN-FD APIs:
90 was moved from Kconfig to :ref:`devicetree <dt-guide>`.
91 See the :dtcompatible:`st,stm32f1-pinctrl` devicetree binding for more information.
182 * MIPI-DSI
184 * Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API,
196 * Added support for enabling/disabling CAN-FD mode at runtime using :c:macro:`CAN_MODE_FD`.
220 * Added support for Provisioners over PB-GATT
231 * Implemented ISO-AL TX unframed fragmentation
232 * Added support for back-to-back receiving of PDUs on nRF5x platforms
249 newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`.
[all …]
/Zephyr-latest/drivers/flash/
Dflash_stm32wbx.c5 * SPDX-License-Identifier: Apache-2.0
39 if (regs->ACR & FLASH_ACR_DCEN) { in flush_cache()
40 regs->ACR &= ~FLASH_ACR_DCEN; in flush_cache()
44 regs->ACR |= FLASH_ACR_DCRST; in flush_cache()
45 regs->ACR &= ~FLASH_ACR_DCRST; in flush_cache()
46 regs->ACR |= FLASH_ACR_DCEN; in flush_cache()
49 if (regs->ACR & FLASH_ACR_ICEN) { in flush_cache()
50 regs->ACR &= ~FLASH_ACR_ICEN; in flush_cache()
55 regs->ACR |= FLASH_ACR_ICRST; in flush_cache()
56 regs->ACR &= ~FLASH_ACR_ICRST; in flush_cache()
[all …]
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
30 return binding->ctx; in conn_mgr_if_get_data()
36 * @param iface - iface to reset.
44 /* Some tests can leave the iface in a bad state where it is admin-down but not dormant */ in reset_test_iface_networking()
51 * @param iface - iface to reset.
63 iface_binding->flags = 0; in reset_test_iface_state()
64 iface_binding->timeout = CONN_MGR_IF_NO_TIMEOUT; in reset_test_iface_state()
66 /* Disable auto-connect and auto-down */ in reset_test_iface_state()
72 iface_data->call_cnt_a = 0; in reset_test_iface_state()
73 iface_data->call_cnt_b = 0; in reset_test_iface_state()
[all …]
/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h3 * SPDX-License-Identifier: Apache-2.0
15 * Registers and fields are compliant to the Type-C Port Controller Interface
19 /** Register address - vendor id */
22 /** Register address - product id */
25 /** Register address - version of TCPC */
28 /** Register address - USB TypeC version */
30 /** Mask for major part of type-c release supported */
32 /** Macro to extract the major part of type-c release supported */
34 /** Mask for minor part of type-c release supported */
36 /** Macro to extract the minor part of type-c release supported */
[all …]
/Zephyr-latest/samples/drivers/clock_control_xec/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
11 #include <zephyr/dt-bindings/clock/mchp_xec_pcr.h>
12 #include <zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h>
24 uint32_t r = pcr->PWR_RST_STS; in pcr_clock_regs()
30 r = pcr->OSC_ID; in pcr_clock_regs()
33 r = pcr->PROC_CLK_CTRL; in pcr_clock_regs()
36 r = pcr->SLOW_CLK_CTRL; in pcr_clock_regs()
43 uint32_t cken = vbr->CLK32_EN; in vbat_clock_regs()
50 LOG_INF("XTAL configured for single-ended using XTAL2 pin" in vbat_clock_regs()
65 LOG_INF("32KHz trim = 0x%08x", vbr->CKK32_TRIM); in vbat_clock_regs()
[all …]
/Zephyr-latest/tests/drivers/disk/disk_performance/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
80 "Test will fail, SECTOR_SIZE definition must be changed"); in test_setup()
227 * we want to do I/O as fast as possible in ZTEST()
278 * we want to do I/O as fast as possible in ZTEST()
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
122 return -EINVAL; in spi_flash_format_addr()
126 buf[i] = spi_addr >> ((addrsz - i - 1u) * 8); in spi_flash_format_addr()
140 return -EINVAL; in spi_flash_read_status()
171 return -EINVAL; in spi_poll_busy()
189 timeout_ms--; in spi_poll_busy()
193 return -ETIMEDOUT; in spi_poll_busy()
196 /* SPI flash full-duplex write of command opcode, optional command parameters, and optional data */
205 return -EINVAL; in spi_flash_fd_wr_cpd()
240 return -EINVAL; in spi_flash_read_fd_sync()
[all …]
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h4 * SPDX-License-Identifier: Apache-2.0
49 ZTEST_EXPECTED_RESULT_FAIL = 0, /**< Expect a test to fail */
54 * @brief A single expectation entry allowing tests to fail/skip and be considered passing.
78 * @brief Expect a test to fail (mark it passing if it failed)
122 #define ZTEST_TEST_COUNT (_ztest_unit_test_list_end - _ztest_unit_test_list_start)
217 #define ZTEST_SUITE_COUNT (_ztest_suite_node_list_end - _ztest_suite_node_list_start)
330 * may be called at the end of test_main(). It will cause the test to fail if any suite was
339 * checks for fast failures and initialization.
383 * @brief Fail the currently running test.
543 * - Test rule's `before` function will run before the suite's `before` function. This is done to
[all …]
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h4 * SPDX-License-Identifier: Apache-2.0
42 /* FIXME: use k_off_t and k_ssize_t to avoid the POSIX->Zephyr->POSIX dependency cycle */
78 * the underlying table, and thus allows caller to fail fast if no free
82 * @return Allocated file descriptor, or -1 in case of error (errno is set)
128 * @return Allocated file descriptor, or -1 in case of error (errno is set)
212 res = vtable->ioctl(obj, request, args); in zvfs_fdtable_call_ioctl()
231 #define ZVFS_FD_SETSIZE (sizeof(((struct zvfs_fd_set *)0)->bitset) * 8)
248 * of "stable ABI"). These are however expected to co-exist with
249 * "well-known" POSIX/Linux ioctl numbers, and not clash with them.
/Zephyr-latest/samples/drivers/espi/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
249 return -1; in spi_saf_init()
328 /* Write to volatile status is fast, expect BUSY to be clear */ in spi_saf_init()
395 return -1; in spi_saf_init()
427 limit = pr->start + pr->size - 1U; in pr_check_range()
430 if (regs->SAF_PROT_RG[pr->pr_num].START != (pr->start >> 12)) { in pr_check_range()
431 return -1; in pr_check_range()
434 if (regs->SAF_PROT_RG[pr->pr_num].LIMIT != (limit >> 12)) { in pr_check_range()
435 return -1; in pr_check_range()
443 if (pr->flags & MCHP_SAF_PR_FLAG_ENABLE) { in pr_check_enable()
[all …]

123