2019-03-29 18:32:17 +01:00
|
|
|
# we use shared STM32 configuration snippets
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
|
2018-01-30 08:39:46 +01:00
|
|
|
# this board has an on-board ST-link adapter
|
2020-11-19 18:38:41 +01:00
|
|
|
PROGRAMMER ?= openocd
|
2021-02-18 17:15:55 +01:00
|
|
|
OPENOCD_DEBUG_ADAPTER ?= stlink
|
2017-09-08 12:54:40 +02:00
|
|
|
|
2021-02-11 14:21:17 +01:00
|
|
|
# Add openocd as supported programmer
|
|
|
|
PROGRAMMERS_SUPPORTED += openocd
|
|
|
|
|
2019-12-19 14:18:00 +01:00
|
|
|
# The board can become un-flashable after some execution,
|
|
|
|
# use connect_assert_srst to always be able to flash or reset the board.
|
2020-02-24 10:26:14 +01:00
|
|
|
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
|