# we use shared STM32 configuration snippets INCLUDES += -I$(RIOTBOARD)/common/stm32/include # set default port depending on operating system PORT_LINUX ?= /dev/ttyACM0 PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*))) # this board uses openocd PROGRAMMER ?= openocd # this board has an on-board ST-link adapter DEBUG_ADAPTER ?= stlink