Skip to content

Commit 52d8903

Browse files
committed
boards: arduino: add twister file for Portenta rev 4.10
Add ability to target rev 4.10 of the M7 core in Twister Signed-off-by: Benjamin Cabé <[email protected]>
1 parent ee17657 commit 52d8903

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.yaml renamed to boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7_1_0_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
identifier: arduino_portenta_h7/stm32h747xx/m7
2-
name: Arduino Portenta H7 (M7)
1+
identifier: arduino_portenta_h7@1.0.0/stm32h747xx/m7
2+
name: Arduino Portenta H7 (M7) rev. 1.0.0
33
type: mcu
44
arch: arm
55
toolchain:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
identifier: [email protected]/stm32h747xx/m7
2+
name: Arduino Portenta H7 (M7) rev. 4.10.0
3+
type: mcu
4+
arch: arm
5+
toolchain:
6+
- zephyr
7+
- gnuarmemb
8+
ram: 512
9+
flash: 1024
10+
supported:
11+
- gpio
12+
- netif:eth
13+
- i2c
14+
- spi
15+
- qspi
16+
- memc
17+
- usb_cdc
18+
- usb_device
19+
vendor: arduino

0 commit comments

Comments
 (0)