They defined the same in serial.inc.mk. Some Darwin default are changed because they are probably wrong
7 lines
165 B
Makefile
7 lines
165 B
Makefile
# Include shared STM32 headers
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
# this board uses openocd with st-link
|
|
PROGRAMMER ?= openocd
|
|
DEBUG_ADAPTER ?= stlink
|