/Zephyr-latest/boards/shields/pmod_sd/doc/ |
D | index.rst | 26 :zephyr-app: tests/drivers/disk/disk_access
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/doc/ |
D | index.rst | 58 :zephyr-app: tests/drivers/display/display_read_write
|
/Zephyr-latest/boards/st/nucleo_l552ze_q/ |
D | nucleo_l552ze_q_stm32l552xx_ns.dts | 41 * multiple image boot, no tests.
|
/Zephyr-latest/boards/qemu/xtensa/doc/ |
D | index.rst | 12 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
|
/Zephyr-latest/tests/ztest/fail/ |
D | README.rst | 3 Ztest framework failure tests
|
/Zephyr-latest/tests/drivers/build_all/w1/ |
D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on
|
/Zephyr-latest/tests/drivers/can/timing/ |
D | Kconfig | 37 If this option is not enabled, the tests will be limited to a historical, safe set of CAN
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 19 * Legacy tests and samples were moved to tests/legacy and samples/legacy. 159 * Added tests and samples for CoAP client and server. 279 * ``ZEP-436`` - Test case tests/kernel/test_mem_safe fails on ARM hardware 304 * ``ZEP-970`` - Sanity doesn't build 'tests/kernel/test_build' with assertions (-R) 306 * ``ZEP-1014`` - [TCF] tests/bluetooth/init build fail 321 * ``ZEP-1124`` - tests/kernel/test_sprintf/microkernel/testcase.ini#test failure on frdm_k64f 330 * ``ZEP-1154`` - tests/samples failing with unified kernel 345 * ``ZEP-1247`` - Test tests/legacy/benchmark/latency_measure is broken for daily sanitycheck 363 * ``ZEP-1343`` - tests/drivers/pci_enum: failing on QEMU ARM and X86 due to missing commit
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 288 This script runs Zephyr sample tests using Docker container and 306 run the tests in these directories instead of current directory
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_advertiser.c | 418 struct bst_test_list *test_per_adv_advertiser(struct bst_test_list *tests) in test_per_adv_advertiser() argument 420 return bst_add_tests(tests, per_adv_advertiser); in test_per_adv_advertiser()
|
D | per_adv_sync.c | 413 struct bst_test_list *test_per_adv_sync(struct bst_test_list *tests) in test_per_adv_sync() argument 415 return bst_add_tests(tests, per_adv_sync); in test_per_adv_sync()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | gatt_client_test.c | 323 struct bst_test_list *test_gatt_client_install(struct bst_test_list *tests) in test_gatt_client_install() argument 325 return bst_add_tests(tests, test_vcs); in test_gatt_client_install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 477 struct bst_test_list *test_main_l2cap_stress_install(struct bst_test_list *tests) in test_main_l2cap_stress_install() argument 479 return bst_add_tests(tests, test_def); in test_main_l2cap_stress_install() 482 extern struct bst_test_list *test_main_l2cap_stress_install(struct bst_test_list *tests);
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
D | main.c | 495 struct bst_test_list *test_main_conn_stress_install(struct bst_test_list *tests) in test_main_conn_stress_install() argument 497 return bst_add_tests(tests, test_def); in test_main_conn_stress_install() 500 extern struct bst_test_list *test_main_conn_stress_install(struct bst_test_list *tests);
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_source_test.c | 733 struct bst_test_list *test_broadcast_source_install(struct bst_test_list *tests) in test_broadcast_source_install() argument 735 return bst_add_tests(tests, test_broadcast_source); in test_broadcast_source_install() 740 struct bst_test_list *test_broadcast_source_install(struct bst_test_list *tests) in test_broadcast_source_install() argument 742 return tests; in test_broadcast_source_install()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_transport.c | 707 struct bst_test_list *test_transport_install(struct bst_test_list *tests) in test_transport_install() argument 709 tests = bst_add_tests(tests, test_connect); in test_transport_install() 710 return tests; in test_transport_install()
|
/Zephyr-latest/boards/shields/adafruit_adalogger_featherwing/doc/ |
D | index.rst | 49 :zephyr-app: tests/drivers/rtc/rtc_api
|
/Zephyr-latest/boards/shields/tcan4550evm/doc/ |
D | index.rst | 59 :zephyr-app: tests/drivers/can/api
|
/Zephyr-latest/boards/01space/esp32c3_042_oled/ |
D | esp32c3_042_oled.dts | 36 /* Have to use uart1 as some tests are hardcoded for that DTS node :/ */
|
/Zephyr-latest/tests/drivers/build_all/video/ |
D | mimxrt1170_evk_mimxrt1176_cm7.overlay | 7 * with real-world devicetree nodes, to allow these tests to run on
|
/Zephyr-latest/tests/bluetooth/controller/uut/ |
D | CMakeLists.txt | 44 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl mocks)
|
/Zephyr-latest/boards/arm/mps2/ |
D | board.cmake | 37 # in-tree tests).
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | Kconfig | 36 each thread in the tests. This generates large amounts of output. To
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | Kconfig | 36 each thread in the tests. This generates large amounts of output. To
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt_filter.h | 54 struct npf_test *tests[]; /**< pointers to @ref npf_test instances */ member 205 .tests = { FOR_EACH(Z_NPF_TEST_ADDR, (,), __VA_ARGS__) }, \
|