Skip to content

Commit 4263d8a

Browse files
committed
qemu_rx: modify twister configuration in board yaml
Enable with zephyr toolchain and set as default. Signed-off-by: Anas Nashif <[email protected]>
1 parent d63943b commit 4263d8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/qemu/rx/qemu_rx.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ simulation:
99
arch: rx
1010
toolchain:
1111
- cross-compile
12+
- zephyr
1213
supported:
1314
- serial
1415
ram: 96
1516
flash: 512
17+
testing:
18+
default: true
19+
only_tags:
20+
- kernel

0 commit comments

Comments
 (0)