Skip to content

Commit 723d0da

Browse files
Hoang Nguyenbinhnguyen2434
Hoang Nguyen
authored andcommitted
samples: subsys: llext: shell_loader: Exclude Renesas RZ/A2M
RZ/A2M requires MMU enabled. This sample disables MMU, so exclude the platform. Signed-off-by: Hoang Nguyen <[email protected]> Signed-off-by: Binh Nguyen <[email protected]>
1 parent 94d5f01 commit 723d0da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/llext/shell_loader/sample.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ common:
66
- arm
77
- xtensa
88
filter: not CONFIG_MPU and not CONFIG_MMU and not CONFIG_SOC_SERIES_S32ZE
9+
and not CONFIG_SOC_SERIES_RZA2M
910
platform_exclude:
1011
# platforms with active issues
1112
- apollo4p_evb # See #73443
@@ -21,6 +22,7 @@ common:
2122
- qemu_arc/qemu_arc_hs6x
2223
- qemu_cortex_m0
2324
- qemu_xtensa/dc233c/mmu
25+
- rza2m_evk
2426

2527
sample:
2628
description: Loadable extensions with shell sample

0 commit comments

Comments
 (0)