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
|