mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/iotlab-%: use common openocd config
This commit is contained in:
parent
8cba8bdb16
commit
f79397f7be
@ -9,6 +9,8 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
# Using connect_assert_srst removes errors on flash from invalid state
|
||||
export OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
|
||||
|
||||
export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/iotlab/dist/openocd.cfg
|
||||
|
||||
# this board uses openocd
|
||||
include $(RIOTMAKE)/tools/openocd.inc.mk
|
||||
|
||||
|
7
boards/iotlab-m3/dist/openocd.cfg
vendored
7
boards/iotlab-m3/dist/openocd.cfg
vendored
@ -1,7 +0,0 @@
|
||||
source [find interface/ftdi/iotlab-usb.cfg]
|
||||
source [find target/stm32f1x.cfg]
|
||||
|
||||
# use combined on interfaces or targets that can't set TRST/SRST separately
|
||||
reset_config trst_and_srst
|
||||
|
||||
$_TARGETNAME configure -rtos auto
|
Loading…
Reference in New Issue
Block a user