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:
parent
2eb875618b
commit
fb152f458b
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ arch: arm
|
|||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
ram: 320
|
||||
ram: 256
|
||||
flash: 1024
|
||||
supported:
|
||||
- arduino_i2c
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ arch: arm
|
|||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
ram: 320
|
||||
ram: 256
|
||||
flash: 1024
|
||||
supported:
|
||||
- arduino_i2c
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ toolchain:
|
|||
- zephyr
|
||||
- gnuarmemb
|
||||
- xtools
|
||||
ram: 320
|
||||
ram: 256
|
||||
flash: 1024
|
||||
supported:
|
||||
- arduino_i2c
|
||||
|
|
|
|||
Loading…
Reference in a new issue