boards: st: Fix memory mapping and size for STM32L4plus

Align the total SRAM size for STM32L47x/L48x/L49x/L4Ax
boards. Those MCUs with up to 320 Kbytes SRAM:

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-11-13 12:00:46 +01:00 committed by Benjamin Cabé
commit 2e2396ded1
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 640
ram: 192
flash: 2048
supported:
- arduino_gpio

View file

@ -19,6 +19,6 @@ supported:
- counter
- adc
- rtc
ram: 640
ram: 192
flash: 2048
vendor: st

View file

@ -6,7 +6,7 @@ toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 640
ram: 192
flash: 2048
vendor: st
supported: