9 lines
220 B
Makefile
9 lines
220 B
Makefile
# we use shared STM32 configuration snippets
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
# this board uses openocd
|
|
PROGRAMMER ?= openocd
|
|
|
|
# this board has an on-board ST-link adapter
|
|
OPENOCD_DEBUG_ADAPTER ?= stlink
|