Skip to content

Commit 91b9c3a

Browse files
etienne-lmscfriedt
authored andcommitted
boards: st: add missing RAM and/or RAM size in board YAML files
Add system flash size and/or RAM size tags in ST boards YAML files where the information is missing. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 627fa91 commit 91b9c3a

File tree

8 files changed

+12
-0
lines changed

8 files changed

+12
-0
lines changed

boards/st/stm32373c_eval/stm32373c_eval.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toolchain:
66
- zephyr
77
- gnuarmemb
88
ram: 32
9+
flash: 256
910
supported:
1011
- watchdog
1112
- counter

boards/st/stm32f0_disco/stm32f0_disco.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toolchain:
66
- zephyr
77
- gnuarmemb
88
ram: 8
9+
flash: 64
910
supported:
1011
- watchdog
1112
- adc

boards/st/stm32f3_disco/stm32f3_disco_B.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toolchain:
66
- zephyr
77
- gnuarmemb
88
ram: 40
9+
flash: 256
910
supported:
1011
- gpio
1112
- i2c

boards/st/stm32f3_disco/stm32f3_disco_stm32f303xc_E.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ toolchain:
66
- zephyr
77
- gnuarmemb
88
ram: 40
9+
flash: 256
910
supported:
1011
- gpio
1112
- i2c

boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8+
ram: 128
9+
flash: 512
810
supported:
911
- counter
1012
vendor: st

boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_D.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8+
ram: 128
9+
flash: 512
810
supported:
911
- counter
1012
vendor: st

boards/st/stm32f412g_disco/stm32f412g_disco.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8+
ram: 256
9+
flash: 1024
810
supported:
911
- arduino_gpio
1012
- arduino_serial

boards/st/stm32f413h_disco/stm32f413h_disco.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8+
ram: 320
9+
flash: 1536
810
supported:
911
- arduino_gpio
1012
- arduino_serial

0 commit comments

Comments
 (0)