9 lines
290 B
Makefile
9 lines
290 B
Makefile
MCU_SERIES = l4
|
|
CMSIS_MCU = STM32L475xx
|
|
# The stm32l475 does not have a LDC controller which is
|
|
# the only diffrence to the stm32l476 - so reuse some files.
|
|
AF_FILE = boards/stm32l476_af.csv
|
|
LD_FILE = boards/stm32l476xg.ld
|
|
TEXT_ADDR = 0x08004000
|
|
OPENOCD_CONFIG = boards/openocd_stm32l4.cfg
|