mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 08:17:44 +00:00
This commit adds the default configuration to the flash_simualtor to allow unaligned reads. Disable this option when testing to increase test coverage. Signed-off-by: Radoslaw Koppel <radoslaw.koppel@nordicsemi.no>
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_SIMULATOR=y
|
|
CONFIG_FLASH_SIMULATOR_DOUBLE_WRITES=n
|
|
CONFIG_FLASH_SIMULATOR_ERASE_PROTECT=y
|
|
CONFIG_FLASH_SIMULATOR_UNALIGNED_READ=n
|