Flash write protection services were integrated into erase and write procedures. This is step required for fixing following issue: Multi-threading flash access is not supported by flash_write_protection_set(). flash_write_protection_set() will be deprecated As CONFIG_FLASH_SIMULATOR_ERASE_PROTECT become a dead option. this commit removes it as well. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_SIMULATOR=y
|
|
CONFIG_FLASH_SIMULATOR_DOUBLE_WRITES=n
|
|
CONFIG_FLASH_SIMULATOR_UNALIGNED_READ=n
|