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>
6 lines
173 B
Text
6 lines
173 B
Text
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
|