mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 06:12:43 +01:00
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…
Reference in New Issue
Block a user