Merge pull request #15591 from aabadie/pr/boards/stm32l476g-disco-connect-assert-srst

boards/stm32l476g-disco: use connect_assert_srst with openocd
This commit is contained in:
Francisco 2020-12-11 08:54:04 +01:00 committed by GitHub
commit 0a265b3114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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