From eceb84f9c0acbc7f439e1a0c0c76be1aa281fe20 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 9 Jul 2020 17:17:04 +0200 Subject: [PATCH] boards/mcb2388: remove transport selection from openocd.cfg --- boards/mcb2388/Makefile.include | 1 + boards/mcb2388/dist/openocd.cfg | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/mcb2388/Makefile.include b/boards/mcb2388/Makefile.include index d6451f48e1..03862334e0 100644 --- a/boards/mcb2388/Makefile.include +++ b/boards/mcb2388/Makefile.include @@ -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 diff --git a/boards/mcb2388/dist/openocd.cfg b/boards/mcb2388/dist/openocd.cfg index ddf203c14a..7251c54749 100644 --- a/boards/mcb2388/dist/openocd.cfg +++ b/boards/mcb2388/dist/openocd.cfg @@ -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