boards: st: Fix memory mapping and size for STM32L47x/8x/9x/ax

Align the total SRAM size for STM32L47x/L48x/L49x/L4Ax
boards. Those MCUs with up to 320 Kbytes SRAM:
    • 96 Kbytes SRAM1 and 32 Kbyte SRAM2 on STM32L47x/L48x.
    • 256 Kbyte SRAM1 and 64 Kbyte SRAM2 on STM32L49x/L4Ax

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

View file

@ -5,7 +5,7 @@ arch: arm
toolchain: toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
ram: 320 ram: 256
flash: 1024 flash: 1024
supported: supported:
- arduino_i2c - arduino_i2c

View file

@ -5,7 +5,7 @@ arch: arm
toolchain: toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
ram: 320 ram: 256
flash: 1024 flash: 1024
supported: supported:
- arduino_i2c - arduino_i2c

View file

@ -6,7 +6,7 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
- xtools - xtools
ram: 320 ram: 256
flash: 1024 flash: 1024
supported: supported:
- arduino_i2c - arduino_i2c