/Zephyr-Core-3.6.0/tests/subsys/sd/sdmmc/ |
D | README.txt | 4 This test is designed to verify the SD subsystem stack implementation, 5 and run stress tests to verify large data transfers succeed using the 12 * Init test: verify the SD host controller can detect card presence, and 13 test the initialization flow of the SDMMC subsystem to verify that the stack 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required 19 * Read test: verify that single block reads work, followed by multiple 23 * Write test: verify that single block writes work, followed by multiple 27 * R/W test: write data to the SD card, and verify that it is able
|
/Zephyr-Core-3.6.0/tests/subsys/sd/mmc/ |
D | README.txt | 4 This test is designed to verify the MMC protocol stack implementation, 5 and run stress tests to verify large data transfers succeed using the 12 * Init test: verify the SD host controller can detect card presence, and 13 test the initialization flow of the MMC subsystem to verify that the stack 16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required 19 * Read test: verify that single block reads work, followed by multiple 23 * Write test: verify that single block writes work, followed by multiple 27 * R/W test: write data to the MMC card, and verify that it is able
|
/Zephyr-Core-3.6.0/tests/subsys/sd/sdio/ |
D | README.txt | 4 This test is designed to verify the SD subsystem stack implementation for SDIO 10 * Init test: verify the SD host controller can detect card presence, and 11 test the initialization flow of the SDIO subsystem to verify that the stack 14 * Read test: verify that a read from the SDIO common card register area returns 17 * Configuration test: verify that the SD stack reports a valid configuration
|
/Zephyr-Core-3.6.0/tests/net/utils/src/ |
D | main.c | 41 struct in_addr verify; member 48 struct in6_addr verify; member 56 .ipv4.verify.s4_addr = { 192, 0, 0, 1 }, 63 .ipv4.verify.s4_addr = { 192, 1, 0, 0 }, 70 .ipv4.verify.s4_addr = { 192, 0, 0, 0 }, 77 .ipv4.verify.s4_addr = { 255, 255, 255, 255 }, 84 .ipv4.verify.s4_addr = { 0, 0, 0, 0 }, 91 .ipv4.verify.s4_addr = { 0, 0, 0, 1 }, 98 .ipv4.verify.s4_addr = { 0, 0, 1, 0 }, 105 .ipv4.verify.s4_addr = { 0, 1, 0, 0 }, [all …]
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | stm32flash.py | 21 serial_mode='8e1', reset=False, verify=False): argument 32 self.verify = verify 85 serial_mode=args.serial_mode, reset=args.reset, verify=args.verify) 138 if self.verify:
|
/Zephyr-Core-3.6.0/cmake/ |
D | verify-toolchain.cmake | 1 # The purpose of this file is to verify that required variables has been 8 # cmake [options] -P verify-toolchain.cmake 16 message(FATAL_ERROR "verify-toolchain.cmake is a script and must be invoked " 17 "as:\n 'cmake ... -P verify-toolchain.cmake'\n"
|
/Zephyr-Core-3.6.0/boards/riscv/hifive1/ |
D | board.cmake | 20 board_runner_args(openocd --cmd-post-verify "hifive1-post-verify")
|
/Zephyr-Core-3.6.0/boards/riscv/longan_nano/ |
D | board.cmake | 8 board_runner_args(openocd "--cmd-post-verify=gd32vf103-post-verify")
|
/Zephyr-Core-3.6.0/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 413 virtual Decision verify(const sockaddr_storage & /* sa */) noexcept in verify() function 430 virtual Decision verify(const std::string & /* host */, const char * /* name */, in verify() function 444 virtual Decision verify(const sockaddr_storage & /* sa */, const char * /* data */, in verify() function 457 Decision verify(const sockaddr_storage &sa) noexcept override; 458 Decision verify(const std::string &host, const char *name, int size) noexcept override; 459 Decision verify(const sockaddr_storage &sa, const char *data, int size) noexcept override;
|
/Zephyr-Core-3.6.0/tests/drivers/sdhc/ |
D | README.txt | 4 This test is designed to verify the functionality of a device implementing the 22 and verify that valid data is returned. 24 Note that this test does not verify the tuning or card busy api, as the SD
|
/Zephyr-Core-3.6.0/boards/arm/sam_e70_xplained/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
|
/Zephyr-Core-3.6.0/boards/arm/sam_v71_xult/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
|
/Zephyr-Core-3.6.0/boards/arm/npcx4m8f_evb/ |
D | board.cmake | 4 board_runner_args(openocd --cmd-verify "npcx_verify_image")
|
/Zephyr-Core-3.6.0/boards/arm/npcx7m6fb_evb/ |
D | board.cmake | 4 board_runner_args(openocd --cmd-verify "npcx_verify_image")
|
/Zephyr-Core-3.6.0/boards/arm/npcx9m6f_evb/ |
D | board.cmake | 4 board_runner_args(openocd --cmd-verify "npcx_verify_image")
|
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_access/ |
D | README.txt | 4 This test is intended to verify the functionality of disk devices in Zephyr. 20 location, to verify that the data being returned is the same. 24 disk and reads it back to verify correctness. The test first performs writes
|
/Zephyr-Core-3.6.0/boards/arm/sam4e_xpro/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "at91sam4 gpnvm set 1")
|
/Zephyr-Core-3.6.0/boards/arm/tdk_robokit1/ |
D | board.cmake | 4 board_runner_args(openocd --cmd-post-verify "atsamv gpnvm set 1")
|
/Zephyr-Core-3.6.0/tests/drivers/fuel_gauge/sbs_gauge/ |
D | Kconfig | 10 Enabling this option adds test sources that verify if the battery cutoff extension to the
|
/Zephyr-Core-3.6.0/boards/common/ |
D | openocd.board.cmake | 21 --cmd-verify "${OPENOCD_CMD_VERIFY_DEFAULT}"
|
/Zephyr-Core-3.6.0/boards/arm/cyclonev_socdk/ |
D | board.cmake | 20 --cmd-verify "${OPENOCD_CMD_VERIFY_DEFAULT}"
|
/Zephyr-Core-3.6.0/boards/arm/nucleo_h743zi/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-post-verify "reset halt")
|
/Zephyr-Core-3.6.0/tests/net/socket/udp/src/ |
D | main.c | 2146 int ttl, verify; in ZTEST() local 2168 verify = net_if_ipv4_get_ttl(lo0); in ZTEST() 2169 zassert_equal(verify, ttl, "Different TTLs (%d vs %d)", ttl, verify); in ZTEST() 2175 optlen = sizeof(verify); in ZTEST() 2176 ret = getsockopt(client_sock, IPPROTO_IP, IP_TTL, &verify, &optlen); in ZTEST() 2178 zassert_equal(verify, ttl, "Different unicast TTL (%d vs %d)", in ZTEST() 2179 ttl, verify); in ZTEST() 2194 int mcast_ttl, verify; in ZTEST() local 2220 optlen = sizeof(verify); in ZTEST() 2221 ret = getsockopt(client_sock, IPPROTO_IP, IP_MULTICAST_TTL, &verify, in ZTEST() [all …]
|
/Zephyr-Core-3.6.0/boards/riscv/longan_nano/support/ |
D | openocd.cfg | 29 proc gd32vf103-post-verify {} {
|
/Zephyr-Core-3.6.0/tests/drivers/pwm/pwm_loopback/boards/ |
D | nucleo_h743zi.overlay | 35 /* At least one of the test devices need to verify
|