/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 22 Skip central and/or peripheral subevent reception to test flush 26 bool "Skip peripheral role subevents to test Flush Timeout" 29 Skip peripheral role subevent reception to test flush timeout 33 int "Skip peripheral ISO events count, all subevents in them" 36 Skip peripheral ISO events count where all subevents are skipped. 39 bool "Skip central role subevents to test Flush Timeout" 42 Skip central role subevent reception to test flush timeout 46 int "Skip central ISO events count, all subevents in them" 49 Skip central ISO events count where all subevents are skipped.
|
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 43 …assert device.command == ['west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', '… 53 …'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'pyocd', '--', '--board-id'… 64 …'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'nrfjprog', '--', '--dev-id… 76 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'openocd', 89 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'openocd', 101 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'jlink', 113 … 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'stm32cubeprogrammer', 126 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', 142 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'pyocd', 161 'west', 'flash', '--skip-rebuild', '--build-dir', str(tmp_path),
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | tls.c | 21 * this so we can simply skip these. However, since GCC in arch_tls_stack_setup() 23 * we simply skip them when setting the TLS pointer. in arch_tls_stack_setup() 33 /* Skip two pointers due to toolchain */ in arch_tls_stack_setup()
|
/Zephyr-Core-3.5.0/arch/xtensa/core/ |
D | tls.c | 25 * this so we can simply skip these. However, since GCC in arch_tls_stack_setup() 27 * we simply skip them when setting the TLS pointer. in arch_tls_stack_setup() 37 /* Skip two pointers due to toolchain */ in arch_tls_stack_setup()
|
/Zephyr-Core-3.5.0/arch/arm/core/ |
D | tls.c | 31 * this so we can simply skip these. However, since GCC 33 * we simply skip them when setting the TLS pointer. 43 /* Skip two pointers due to toolchain */
|
/Zephyr-Core-3.5.0/arch/arc/core/ |
D | tls.c | 43 * this so we can simply skip these. However, since GCC in arch_tls_stack_setup() 45 * we simply skip them when setting the TLS pointer. in arch_tls_stack_setup() 55 /* Skip two pointers due to toolchain */ in arch_tls_stack_setup()
|
D | prep_c.c | 43 return; /* skip if i-cache is not present */ 64 return; /* skip if d-cache is not present */
|
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_error_case/src/ |
D | main.c | 45 /* Skip on platforms with no userspace support */ in ZTEST_USER() 79 /* Skip on platforms with no userspace support */ in ZTEST_USER() 113 /* Skip on platforms with no userspace support */ in ZTEST_USER() 147 /* Skip on platforms with no userspace support */ in ZTEST_USER() 181 /* Skip on platforms with no userspace support */ in ZTEST_USER() 215 /* Skip on platforms with no userspace support */ in ZTEST_USER() 248 /* Skip on platforms with no userspace support */ in ZTEST_USER() 283 /* Skip on platforms with no userspace support */ in ZTEST_USER()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | provisioning.sh | 11 # SKIP=(persistence_provisioning_data_save) 15 # SKIP=(persistence_provisioning_data_load)
|
/Zephyr-Core-3.5.0/lib/os/ |
D | mpsc_pbuf.c | 141 return item->skip.len; in get_skip() 164 union mpsc_pbuf_generic skip = { in add_skip_item() local 165 .skip = { .valid = 0, .busy = 1, .len = wlen } in add_skip_item() 168 buffer->buf[buffer->tmp_wr_idx] = skip.raw; in add_skip_item() 187 /* Skip packet found, can be dropped to free some space */ in drop_item_locked() 188 MPSC_PBUF_DBG(buffer, "no space: Found skip packet %d len", skip_wlen); in drop_item_locked() 207 /* Add skip packet before claimed packet. */ in drop_item_locked() 210 MPSC_PBUF_DBG(buffer, "no space: Added skip packet (len:%d)", free_wlen); in drop_item_locked() 216 * that was already ommited, skip it again. in drop_item_locked() 273 union mpsc_pbuf_generic skip = { in post_drop_action() local [all …]
|
/Zephyr-Core-3.5.0/samples/net/virtual/ |
D | Kconfig | 23 skip setting static value. 40 skip setting static value.
|
/Zephyr-Core-3.5.0/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 53 | 0 | 1 | internal skip packet | 56 Packet buffer space contains free space, valid user packets and internal skip 57 packets. Internal skip packets indicates padding, e.g. at the of the buffer. 65 wrapping of the write index, a skip packet is added to the end of buffer. If 75 skip packet is added before busy packet and packets following the busy packet 77 packet is converted to skip packet to avoid double processing.
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/ |
D | _mesh_test.sh | 8 function Skip(){ function 9 for i in "${SKIP[@]}" ; do 53 if Skip $testid; then
|
D | README.rst | 31 ``$SKIP`` array environment variable before calling ``RunTest``. This causes 32 ``RunTest`` to skip starting processes for each application in the ``$SKIPPED`` 44 SKIP=(transport_tx_seg_block)
|
/Zephyr-Core-3.5.0/tests/ztest/fail/ |
D | Kconfig | 34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER 35 default "ERROR: cannot skip in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSUME_TEARDOWN
|
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_basic_api/boards/ |
D | intel_ehl_crb.overlay | 8 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> GPIO Skip -> Disable 13 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> GPIO Skip -> Disable
|
/Zephyr-Core-3.5.0/cmake/linker/ld/ |
D | target_baremetal.cmake | 16 # skip this flag even though the compiler flag check passes 19 # Skip this for native application as Zephyr only provides
|
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | icmpv4.c | 89 uint8_t skip; in icmpv4_update_record_route() local 150 skip = ptr - ptr_offset; in icmpv4_update_record_route() 151 if (skip) { in icmpv4_update_record_route() 153 if (net_pkt_write(reply, opt_data + offset, skip)) { in icmpv4_update_record_route() 157 offset += skip; in icmpv4_update_record_route() 158 len += skip; in icmpv4_update_record_route() 200 uint8_t skip; in icmpv4_update_time_stamp() local 292 skip = ptr - ptr_offset; in icmpv4_update_time_stamp() 293 if (skip) { in icmpv4_update_time_stamp() 295 if (net_pkt_write(reply, opt_data + offset, skip)) { in icmpv4_update_time_stamp() [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | mpsc_packet.h | 42 /** @brief Skip packet used internally by the packet buffer. */ 51 struct mpsc_pbuf_skip skip; member
|
/Zephyr-Core-3.5.0/cmake/linker/lld/ |
D | target_baremetal.cmake | 23 # skip this flag even though the compiler flag check passes 26 # Skip this for native application as Zephyr only provides
|
/Zephyr-Core-3.5.0/tests/arch/arm64/arm64_gicv3_its/ |
D | testcase.yaml | 5 skip: true
|
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_basic_api/ |
D | Kconfig | 7 bool "Skip the pull test even if the driver supports it"
|
/Zephyr-Core-3.5.0/subsys/dfu/boot/ |
D | mcuboot.c | 130 * - header_magic: skip (only used to check format) in boot_read_bank_header() 131 * - image_load_address: skip (only matters for PIC code) in boot_read_bank_header() 132 * - header_size: skip (only used to check format) in boot_read_bank_header() 134 * - image_flags: skip (all unsupported or not relevant) in boot_read_bank_header()
|
/Zephyr-Core-3.5.0/soc/arm/nxp_lpc/lpc54xxx/ |
D | CMakeLists.txt | 17 # CMSIS SystemInit allows us to skip enabling clock to SRAM2 bank via
|
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test_new.h | 43 * @brief A single expectation entry allowing tests to fail/skip and be considered passing. 83 * @brief Expect a test to skip (mark it passing if it failed) 170 * @return True if the suite should be run; false to skip. 240 * to ZTEST_RESULT_SUITE_* which will apply the failure/skip to every test in the suite. 376 * @brief Skip the current test. 410 * Use this macro at the start of your test case, to skip it when 413 * @param config The Kconfig option used to skip the test. 420 * Use this macro at the start of your test case, to skip it when 421 * config is not enabled. Useful when your need to skip test if some 424 * @param config The Kconfig option used to skip the test (if not enabled).
|