Skip to content
Snippets Groups Projects
Commit b36131ee authored by Michel Rottleuthner's avatar Michel Rottleuthner
Browse files

cpu/stm32_common: add variable for SRAM2 length on stm32l47xxx

parent 5610894e
Branches
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ else ifeq ($(STM32_TYPE), L)
RAM_LEN = 64K
else ifeq ($(STM32_MODEL2), 7)
RAM_LEN = 96K
RAM2_LEN = 32K
else ifeq ($(STM32_MODEL2), 5)
RAM_LEN = 160K
else ifeq ($(STM32_MODEL2), 9)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment