boards/stm32l476g-disco: use connect_assert_srst with openocd
This commit is contained in:
parent
ee80e5aced
commit
fbc8d4add5
@ -4,3 +4,7 @@ INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
||||
# this board uses openocd with st-link
|
||||
PROGRAMMER ?= openocd
|
||||
DEBUG_ADAPTER ?= stlink
|
||||
|
||||
# This board can become un-flashable after a hardfault,
|
||||
# use connect_assert_srst to always be able to flash or reset the board.
|
||||
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user