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:
parent
4864481499
commit
2e2396ded1
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ toolchain:
|
|||
- zephyr
|
||||
- gnuarmemb
|
||||
- xtools
|
||||
ram: 640
|
||||
ram: 192
|
||||
flash: 2048
|
||||
supported:
|
||||
- arduino_gpio
|
||||
|
|
|
@ -19,6 +19,6 @@ supported:
|
|||
- counter
|
||||
- adc
|
||||
- rtc
|
||||
ram: 640
|
||||
ram: 192
|
||||
flash: 2048
|
||||
vendor: st
|
||||
|
|
|
@ -6,7 +6,7 @@ toolchain:
|
|||
- zephyr
|
||||
- gnuarmemb
|
||||
- xtools
|
||||
ram: 640
|
||||
ram: 192
|
||||
flash: 2048
|
||||
vendor: st
|
||||
supported:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue