2019-03-29 18:32:00 +01:00
|
|
|
# we use shared STM32 configuration snippets
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
|
2018-01-30 08:38:31 +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-10-06 14:59:07 +02:00
|
|
|
|
2021-02-11 14:21:17 +01:00
|
|
|
# Add openocd as supported programmer
|
|
|
|
PROGRAMMERS_SUPPORTED += openocd
|
|
|
|
|
2019-09-02 21:46:54 +02:00
|
|
|
# this board can become un-flashable after a hardfault,
|
|
|
|
# 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
|