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
104fb4fcb5
zephyr
/
tests
/
drivers
/
flash
/
prj.conf
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: flash: added flash tests Test include non-aligned read in nrf_qspi_nor flash and SoC flash memory to buffer with variable size. It checks all possible variants of alignment and size. Signed-off-by: Mateusz Syc <Mateusz.Syc@nordicsemi.no>
2020-07-20 17:25:49 +08:00
CONFIG_TEST=y
CONFIG_ZTEST=y
tests: drivers: move the flash test to new ztest API Migrate the testsuite tests/drivers/flash to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-25 10:32:56 +08:00
CONFIG_ZTEST_NEW_API=y
tests: drivers: flash: added flash tests Test include non-aligned read in nrf_qspi_nor flash and SoC flash memory to buffer with variable size. It checks all possible variants of alignment and size. Signed-off-by: Mateusz Syc <Mateusz.Syc@nordicsemi.no>
2020-07-20 17:25:49 +08:00
CONFIG_FLASH=y