This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ad5966a432
zephyr
/
tests
/
drivers
/
disk
/
disk_access
/
prj.conf
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: disk: Add disk driver test Adds a disk driver test, intended for the NXP USDHC driver but valid for any disk device. The test performs multiple reads and writes to the disk, and verifies that the driver does not write out of bounds to the provided buffer. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2021-11-20 04:36:05 +08:00
CONFIG_TEST=y
CONFIG_ZTEST=y
tests: drivers: move the disk access test to new ztest API Migrate the testsuite tests/drivers/disk/disk_access to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-26 10:54:24 +08:00
CONFIG_ZTEST_NEW_API=y
tests: drivers: disk: Add disk driver test Adds a disk driver test, intended for the NXP USDHC driver but valid for any disk device. The test performs multiple reads and writes to the disk, and verifies that the driver does not write out of bounds to the provided buffer. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2021-11-20 04:36:05 +08:00
CONFIG_DISK_ACCESS=y
CONFIG_DISK_DRIVER_SDMMC=y