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:
parent
d06b26dfd8
commit
eceb84f9c0
@ -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
|
||||
|
2
boards/mcb2388/dist/openocd.cfg
vendored
2
boards/mcb2388/dist/openocd.cfg
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user