2017-09-03 07:57:57 -04:00
|
|
|
MCU_SERIES = l4
|
|
|
|
CMSIS_MCU = STM32L475xx
|
|
|
|
# The stm32l475 does not have a LDC controller which is
|
2019-05-12 10:13:59 -04:00
|
|
|
# the only difference to the stm32l476 - so reuse some files.
|
2017-09-03 07:57:57 -04:00
|
|
|
AF_FILE = boards/stm32l476_af.csv
|
2019-05-12 10:13:59 -04:00
|
|
|
LD_FILES = boards/stm32l476xg.ld boards/common_basic.ld
|
2017-09-03 07:57:57 -04:00
|
|
|
OPENOCD_CONFIG = boards/openocd_stm32l4.cfg
|