mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 21:52:46 +01:00
Alexandre Abadie
f8822b5f8f
They defined the same in serial.inc.mk. Some Darwin default are changed because they are probably wrong
9 lines
202 B
Makefile
9 lines
202 B
Makefile
# we use shared STM32 configuration snippets
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
# this board uses openocd with st-link
|
|
PROGRAMMER ?= openocd
|
|
|
|
DEBUG_ADAPTER ?= stlink
|
|
STLINK_VERSION ?= 2-1
|