1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/mcb2388: remove transport selection from openocd.cfg

This commit is contained in:
Benjamin Valentin 2020-07-09 17:17:04 +02:00 committed by Benjamin Valentin
parent d06b26dfd8
commit eceb84f9c0
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,7 @@ DEBUG_ADAPTER ?= dap
PROGRAMMER ?= openocd
JLINK_DEVICE := LPC2388
OPENOCD_TRANSPORT := jtag
include $(RIOTBOARD)/common/msba2/Makefile.include
include $(RIOTMAKE)/tools/openocd.inc.mk

View File

@ -1,5 +1,3 @@
transport select jtag
source [find target/lpc2xxx.cfg]
# parameters:
# - core_freq_khz - frequency of core in kHz during flashing, usually equal to connected crystal or internal oscillator, e.g. 12000