2019-06-28 11:31:13 +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-06-28 11:31:13 +02:00
|
|
|
DEBUG_ADAPTER ?= stlink
|