Skip to content

Commit cc311bd

Browse files
committed
[nrf fromtree] samples: enable flash samples for s32z board
Enable flash samples for s32z board Signed-off-by: Cong Nguyen Huu <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 8627063)
1 parent 80cc531 commit cc311bd

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

samples/subsys/fs/littlefs/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ tests:
2626
- nrf54l15dk/nrf54l15/cpuapp
2727
- frdm_ke17z
2828
- frdm_ke17z512
29+
- s32z2xxdc2/s32z270/rtu0
30+
- s32z2xxdc2/s32z270/rtu1
31+
- s32z2xxdc2@D/s32z270/rtu0
32+
- s32z2xxdc2@D/s32z270/rtu1
2933
integration_platforms:
3034
- nrf52840dk/nrf52840
3135
sample.filesystem.littlefs.blk:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2024 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_NVS=y
5+
CONFIG_SETTINGS_NVS=y
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2024 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_NVS=y
5+
CONFIG_SETTINGS_NVS=y

samples/subsys/settings/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ tests:
1414
- nrf54l15dk/nrf54l10/cpuapp
1515
- nrf54l15dk/nrf54l15/cpuapp
1616
- nrf54h20dk/nrf54h20/cpuapp
17+
- s32z2xxdc2/s32z270/rtu0
18+
- s32z2xxdc2/s32z270/rtu1
19+
- s32z2xxdc2@D/s32z270/rtu0
20+
- s32z2xxdc2@D/s32z270/rtu1
1721
integration_platforms:
1822
- native_sim
1923
harness: console

samples/subsys/shell/fs/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ tests:
1313
- mimxrt1060_evk/mimxrt1062/qspi
1414
- mr_canhubk3
1515
- native_sim
16+
- s32z2xxdc2/s32z270/rtu0
17+
- s32z2xxdc2/s32z270/rtu1
18+
- s32z2xxdc2@D/s32z270/rtu0
19+
- s32z2xxdc2@D/s32z270/rtu1
1620
integration_platforms:
1721
- reel_board
1822
sample.filesystem.shell.fuse:

0 commit comments

Comments
 (0)