tests/subsys/settings/functional/nvs: add nrf52xx configuration

Added configuration which allows to run test-suite
on nrf52840dk_nrf52840 and nrf52dk_rf52832 boards.

fixes #25701

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2020-05-28 15:26:07 +02:00 committed by Carles Cufí
commit 48af970339
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
CONFIG_MPU_ALLOW_FLASH_WRITE=y

View file

@ -2,3 +2,7 @@ tests:
system.settings.functional.nvs: system.settings.functional.nvs:
platform_whitelist: qemu_x86 native_posix native_posix_64 platform_whitelist: qemu_x86 native_posix native_posix_64
tags: settings_nvs tags: settings_nvs
system.settings.functional.nvs.dk:
extra_args: OVERLAY_CONFIG=mpu.conf
platform_whitelist: nrf52840dk_nrf52840 nrf52dk_nrf52832
tags: settings_nvs