1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

boards/b-l475e-iot01a: use common stlink parts

This commit is contained in:
Alexandre Abadie 2018-01-30 08:39:46 +01:00
parent b174cc2306
commit 68a5422c65
2 changed files with 1 additions and 4 deletions

View File

@ -9,8 +9,8 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
# this board has an on-board ST-link adapter
export DEBUG_ADAPTER ?= stlink
export STLINK_VERSION ?= 2-1
# this board uses openocd
include $(RIOTMAKE)/tools/openocd.inc.mk

View File

@ -1,3 +0,0 @@
source [find target/stm32l4x.cfg]
reset_config srst_only