Skip to content

Commit 627fa91

Browse files
etienne-lmscfriedt
authored andcommitted
boards: st: correct RAM and/or Flash size in YAML board description
Fix several RAM size that are wrong regarding what is defined in the related board device tree. In many cases, SoC DTSI files have been changed to split internal RAMs and related boards YAML file was not updated accordingly. This is the case of H5xx, H7xx In the case of stm32g081b_eval, polarity bytes are not default enabled hence the internal SRAM size of 36kB, not 32kB. Stm32mp135f was wrongly set with 256KB RAM and Flash whereas the board assigns 256MB for each. Stm32mp157c_dk2 assigned SRAM1, SRAM2 and SRAM3 to Zephyr hence providing 320kB of system RAM. Fix several typos setting RAM size to 786 whereas 768 is expected. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 62b1e1c commit 627fa91

File tree

41 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+44
-44
lines changed

boards/st/b_u585i_iot02a/b_u585i_iot02a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 786
8+
ram: 768
99
flash: 2048
1010
supported:
1111
- arduino_i2c

boards/st/nucleo_f303re/nucleo_f303re.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 80
8+
ram: 64
99
flash: 512
1010
supported:
1111
- arduino_gpio

boards/st/nucleo_f446re/nucleo_f446re.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ supported:
1515
- i2c
1616
- can
1717
- backup_sram
18-
ram: 96
18+
ram: 128
1919
flash: 512
2020
vendor: st

boards/st/nucleo_f722ze/nucleo_f722ze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ supported:
2020
- spi
2121
- usb_device
2222
- rtc
23-
ram: 256
23+
ram: 192
2424
flash: 512
2525
vendor: st

boards/st/nucleo_f767zi/nucleo_f767zi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 512
8+
ram: 384
99
flash: 2048
1010
supported:
1111
- adc

boards/st/nucleo_h533re/nucleo_h533re.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: mcu
77
arch: arm
88
toolchain:
99
- zephyr
10-
ram: 272
10+
ram: 128
1111
flash: 512
1212
supported:
1313
- arduino_gpio

boards/st/nucleo_h563zi/nucleo_h563zi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: mcu
44
arch: arm
55
toolchain:
66
- zephyr
7-
ram: 640
7+
ram: 256
88
flash: 2048
99
supported:
1010
- arduino_gpio

boards/st/nucleo_h723zg/nucleo_h723zg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 372
8+
ram: 320
99
flash: 1024
1010
supported:
1111
- arduino_gpio

boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 288
8+
ram: 128
99
flash: 1024
1010
supported:
1111
- arduino_gpio

boards/st/nucleo_h755zi_q/nucleo_h755zi_q_stm32h755xx_m4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 288
8+
ram: 128
99
flash: 1024
1010
supported:
1111
- arduino_gpio

0 commit comments

Comments
 (0)