tests/subsys/fs/fcb: Fix flash_area_write failure on NRF
The commit fixes problem with test attempting to perform 1 byte writes to flash, which are not emulated by default. GH issue: #24207 Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
7ed83ded6d
commit
c8e3b1f68b
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ CONFIG_FLASH_PAGE_LAYOUT=y
|
|||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_ARM_MPU=n
|
||||
CONFIG_FCB=y
|
||||
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue