/tests/drivers/disk/disk_access/ |
A D | README.txt | 19 these sector reads, the driver will read multiple times from the same memory 20 location, to verify that the data being returned is the same. 23 follows the same flow as the read test, but at each step writes data to the 27 writes to the same location.
|
/tests/drivers/gpio/gpio_basic_api/dts/bindings/ |
A D | test-gpio-basic-api.yaml | 19 must be on the same device as in-gpios, and physically 27 must be on the same device as out-gpios,and physically
|
/tests/subsys/debug/gdbstub/ |
A D | testcase.yaml | 38 # when Twister runs tests in parallel on the same host. 41 # Connect to QEMU gdbstub backend and run the same GDB test script 65 # when Twister runs tests in parallel on the same host.
|
/tests/cmake/zephyr_get/ |
A D | sysbuild.cmake | 3 # Add a few copies of the same image, so that we can configure 4 # multiple instances of the same test suite with minor tweaks,
|
/tests/drivers/adc/adc_api/boards/ |
A D | w5500_evb_pico2_rp2350a_m33.overlay | 7 /* W5500 EVB Pico2 can work the same configuration as W5500 EVB Pico */
|
/tests/subsys/mgmt/mcumgr/handler_demo/ |
A D | Kconfig | 10 # When adding Kconfig options, that control the same feature, 11 # try to group them together by the same stem after prefix.
|
/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/ |
A D | Kconfig | 10 # When adding Kconfig options, that control the same feature, 11 # try to group them together by the same stem after prefix.
|
/tests/kernel/device/ |
A D | CMakeLists.txt | 12 # optimizations. There would be multiple copies of the same string,
|
/tests/drivers/i2c/i2c_target_api/boards/ |
A D | frdm_mcxn947_mcxn947_cpu0.overlay | 24 /* We cannot enable SPI and I2C on the same flexcomm */
|
A D | frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 24 /* We cannot enable SPI and I2C on the same flexcomm */
|
A D | mcx_n9xx_evk_mcxn947_cpu0.overlay | 24 /* We cannot enable SPI and I2C on the same flexcomm */
|
A D | mcx_n9xx_evk_mcxn947_cpu0_qspi.overlay | 24 /* We cannot enable SPI and I2C on the same flexcomm */
|
A D | frdm_mcxn236.overlay | 24 /* We cannot enable SPI and I2C on the same flexcomm */
|
/tests/drivers/pwm/pwm_gpio_loopback/socs/ |
A D | esp32_procpu.overlay | 61 /* share same timer with ch9 */
|
/tests/kernel/common/ |
A D | multilib.txt | 6 multilib in a same compiler. Selecting wrong multilib may have adverse
|
/tests/net/socket/tls_ext/ |
A D | CMakeLists.txt | 28 # we reuse the same certificate / private key for client
|
/tests/boot/test_mcuboot/ |
A D | sysbuild.cmake | 5 # This must be done here to ensure that the same key file is used for signing
|
/tests/drivers/i2s/i2s_additional/src/ |
A D | main.c | 138 bool same = true; in verify_buf() local 239 same = false; in verify_buf() 251 same = false; in verify_buf() 256 same = false; in verify_buf() 261 if (!same) { in verify_buf()
|
/tests/net/lib/http_server/tls/ |
A D | CMakeLists.txt | 31 # we reuse the same certificate / private key for client
|
/tests/drivers/adc/adc_accuracy_test/ |
A D | README.txt | 16 voltage on the same range.
|
/tests/benchmarks/thread_metric/ |
A D | thread_metric_readme.txt | 15 should execute the same on every operating system. Test values 21 This test consists of 5 threads created at the same priority that 25 to make sure they are valid (should all be within 1 of the same 63 queue and retrieving the same 16 byte message from the queue. 76 releasing the same block. After the block is released, the thread 184 This function lets all other threads of same priority execute
|
/tests/boards/espressif/cache_coex/ |
A D | README.rst | 11 with a random generated pattern. At the same time, a whole SPI Flash page is updated with another p…
|
/tests/application_development/code_relocation/ |
A D | CMakeLists.txt | 40 # Test NOKEEP support. Placing both KEEP and NOKEEP symbols in the same location
|
/tests/unit/list/ |
A D | dlist.c | 150 bool same) in verify_tail_head() argument 160 if (same) { in verify_tail_head()
|
A D | sflist.c | 151 bool same) in verify_tail_head() argument 161 if (same) { in verify_tail_head()
|