Skip to content

Commit 7dcb129

Browse files
WorldofJARcraftkartben
authored andcommitted
boards: cv*a6: Add twister support
This commit adds the necessary configurations for building and testing cva6 boards (cv64a6_genesys_2, cv32a6_genesys_2) with twister. This has been validated against commit 8a9d7a832b7121dd6f9be61a380d1d89ebf2a5f3 of the cva6 hardware project. Signed-off-by: Eric Ackermann <eric.ackermann@cispa.de>
1 parent 6ba7691 commit 7dcb129

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
identifier: cv32a6_genesys_2
2+
name: OpenHW Group cv32a6 on Genesys 2
3+
type: mcu
4+
arch: riscv
5+
ram: 1048576
6+
toolchain:
7+
- zephyr
8+
supported:
9+
- gpio
10+
- spi
11+
- uart
12+
vendor: openhwgroup
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
identifier: cv64a6_genesys_2
2+
name: OpenHW Group cv64a6 on Genesys 2
3+
type: mcu
4+
arch: riscv
5+
ram: 1048576
6+
toolchain:
7+
- zephyr
8+
supported:
9+
- gpio
10+
- spi
11+
- uart
12+
vendor: openhwgroup

0 commit comments

Comments
 (0)