stm32/boards/NUCLEO_L432KC: Specify L4 OpenOCD config file for this MCU.

This commit is contained in:
Damien George 2018-12-13 13:45:16 +11:00
parent 59f409a787
commit 5146e79490

View File

@ -2,3 +2,4 @@ MCU_SERIES = l4
CMSIS_MCU = STM32L432xx
AF_FILE = boards/stm32l432_af.csv
LD_FILES = boards/stm32l432.ld boards/common_basic.ld
OPENOCD_CONFIG = boards/openocd_stm32l4.cfg