Skip to content

Commit

Permalink
boards: st: Fix memory mapping and size for STM32L4plus
Browse files Browse the repository at this point in the history
Align the total SRAM size for STM32L47x/L48x/L49x/L4Ax
boards. Those MCUs with up to 320 Kbytes SRAM:

Signed-off-by: Francois Ramu <[email protected]>
  • Loading branch information
FRASTM committed Nov 19, 2024
1 parent 9c1c8b8 commit 02853c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/st/b_l4s5i_iot01a/b_l4s5i_iot01a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 640
ram: 192
flash: 2048
supported:
- arduino_gpio
Expand Down
2 changes: 1 addition & 1 deletion boards/st/nucleo_l4r5zi/nucleo_l4r5zi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ supported:
- counter
- adc
- rtc
ram: 640
ram: 192
flash: 2048
vendor: st
2 changes: 1 addition & 1 deletion boards/st/stm32l4r9i_disco/stm32l4r9i_disco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 640
ram: 192
flash: 2048
vendor: st
supported:
Expand Down

0 comments on commit 02853c8

Please sign in to comment.