5 lines
128 B
Makefile
5 lines
128 B
Makefile
|
MCU_SERIES = l4
|
||
|
CMSIS_MCU = STM32L432xx
|
||
|
AF_FILE = boards/stm32l432_af.csv
|
||
|
LD_FILES = boards/stm32l432.ld boards/common_basic.ld
|