e6d3513187
This change adds NUCLEO-L152RE support to the STM32 port. NUCLEO-L152RE: https://www.st.com/en/evaluation-tools/nucleo-l152re.html This board use STM32L152RE: https://www.st.com/en/microcontrollers-microprocessors/stm32l152re.html
5 lines
130 B
Makefile
5 lines
130 B
Makefile
MCU_SERIES = l1
|
|
CMSIS_MCU = STM32L152xE
|
|
AF_FILE = boards/stm32l152_af.csv
|
|
LD_FILES = boards/stm32l152xe.ld boards/common_basic.ld
|