2019-04-24 16:19:36 +02:00
|
|
|
# we use shared STM32 configuration snippets
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
|
|
|
|
# to flash this board, use an ST-link adapter
|
2021-02-18 17:15:55 +01:00
|
|
|
OPENOCD_DEBUG_ADAPTER ?= stlink
|
2019-04-24 16:19:36 +02:00
|
|
|
|
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 boards.
|
2020-02-24 10:26:14 +01:00
|
|
|
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
|
2019-04-24 16:19:36 +02:00
|
|
|
|
|
|
|
# this board uses openocd
|
2020-11-19 18:38:41 +01:00
|
|
|
PROGRAMMER ?= openocd
|
2021-02-11 14:21:17 +01:00
|
|
|
# openocd programmer is supported
|
|
|
|
PROGRAMMERS_SUPPORTED += openocd
|