Skip to content

Commit

Permalink
[nrf fromtree] samples: enable flash samples for s32z board
Browse files Browse the repository at this point in the history
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 862706380eec4ea4b5833a0277a95fa4e00f148b)
  • Loading branch information
nordic-segl committed Feb 19, 2025
1 parent 80cc531 commit cc311bd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/subsys/fs/littlefs/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ tests:
- nrf54l15dk/nrf54l15/cpuapp
- frdm_ke17z
- frdm_ke17z512
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
integration_platforms:
- nrf52840dk/nrf52840
sample.filesystem.littlefs.blk:
Expand Down
5 changes: 5 additions & 0 deletions samples/subsys/settings/boards/s32z2xxdc2_s32z270_rtu0.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0

CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y
5 changes: 5 additions & 0 deletions samples/subsys/settings/boards/s32z2xxdc2_s32z270_rtu1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0

CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y
4 changes: 4 additions & 0 deletions samples/subsys/settings/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ tests:
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
integration_platforms:
- native_sim
harness: console
Expand Down
4 changes: 4 additions & 0 deletions samples/subsys/shell/fs/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ tests:
- mimxrt1060_evk/mimxrt1062/qspi
- mr_canhubk3
- native_sim
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
integration_platforms:
- reel_board
sample.filesystem.shell.fuse:
Expand Down

0 comments on commit cc311bd

Please sign in to comment.