We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4c673 commit c0b77a1Copy full SHA for c0b77a1
samples/zephyr/subsys/settings/prj.conf
@@ -1,6 +1,9 @@
1
CONFIG_STDOUT_CONSOLE=y
2
CONFIG_FLASH=y
3
CONFIG_FLASH_MAP=y
4
-
5
CONFIG_SETTINGS=y
6
CONFIG_SETTINGS_RUNTIME=y
+CONFIG_NVS=y
7
+CONFIG_SETTINGS_NVS=y
8
+CONFIG_HEAP_MEM_POOL_SIZE=256
9
+CONFIG_MPU_ALLOW_FLASH_WRITE=y
samples/zephyr/subsys/settings/testcase.yaml
@@ -3,8 +3,11 @@ sample:
tests:
nrf.extended.sample.subsys.settings:
- depends_on:
- - future_target
+ integration_platforms:
+ - nrf54ls05dk/nrf54ls05b/cpuapp
+ platform_allow:
+ - [email protected]/nrf54ls05b/cpuapp
10
11
tags:
12
- settings
13
- ci_samples_zephyr_subsys_settings
0 commit comments