Skip to content

Commit c0b77a1

Browse files
mstasiaknordicnordic-piks
authored andcommitted
tests: settings: add nRF54LS05B support
Added support for nRF54LS05B in settings tests. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 8e4c673 commit c0b77a1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CONFIG_STDOUT_CONSOLE=y
22
CONFIG_FLASH=y
33
CONFIG_FLASH_MAP=y
4-
54
CONFIG_SETTINGS=y
65
CONFIG_SETTINGS_RUNTIME=y
6+
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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ sample:
33

44
tests:
55
nrf.extended.sample.subsys.settings:
6-
depends_on:
7-
- future_target
6+
integration_platforms:
7+
- nrf54ls05dk/nrf54ls05b/cpuapp
8+
platform_allow:
9+
- [email protected]/nrf54ls05b/cpuapp
10+
- nrf54ls05dk/nrf54ls05b/cpuapp
811
tags:
912
- settings
1013
- ci_samples_zephyr_subsys_settings

0 commit comments

Comments
 (0)