Skip to content

Commit

Permalink
samples/subsys/settings: add nrf targets supports
Browse files Browse the repository at this point in the history
added nrf52 basic boards support.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
  • Loading branch information
nvlsianpu authored and nashif committed Jan 31, 2020
1 parent 8fa5b44 commit 0113b08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/subsys/settings/boards/nrf52840_pca10056.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y
CONFIG_ARM_MPU=n
3 changes: 3 additions & 0 deletions samples/subsys/settings/boards/nrf52_pca10040.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y
CONFIG_ARM_MPU=n

0 comments on commit 0113b08

Please sign in to comment.