2019-03-31 16:35:20 +02:00
|
|
|
# we use shared STM32 configuration snippets
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
|
2020-11-19 18:38:41 +01:00
|
|
|
# this board uses openocd with st-link
|
|
|
|
PROGRAMMER ?= openocd
|
2019-05-31 11:43:47 +02:00
|
|
|
DEBUG_ADAPTER ?= stlink
|