1
0
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:
Alexandre Abadie 2020-12-08 22:28:47 +01:00
parent ee80e5aced
commit fbc8d4add5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

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