mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
They defined the same in serial.inc.mk. Some Darwin default are changed because they are probably wrong
7 lines
179 B
Makefile
7 lines
179 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
|