Skip to content

Commit 2e0aaec

Browse files
awojasinskicarlescufi
authored andcommitted
llext: Include aarch64 in LLEXT sample
Add entries in sample to test aarch64 architecture that supports llext subsystem. Signed-off-by: Adam Wojasinski <[email protected]>
1 parent 74b5625 commit 2e0aaec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/llext/modules/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ common:
33
platform_allow:
44
- qemu_cortex_a9 # ARM Cortex-A9 (ARMv7-A ISA)
55
- qemu_cortex_r5 # ARM Cortex-R5 (ARMv7-R ISA)
6+
- qemu_cortex_a53 # ARM Cortex-A53 (ARMv8-A ISA)
67
- mps2/an385 # ARM Cortex-M3 (ARMv7-M ISA)
78
- mps2/an521/cpu0 # ARM Cortex-M33 (ARMv8-M ISA)
89
- qemu_xtensa
910
integration_platforms:
1011
- qemu_xtensa
1112
- mps2/an385
13+
- qemu_cortex_a53
1214
harness: console
1315

1416
sample:

0 commit comments

Comments
 (0)