mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +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
|
PROGRAMMER ?= openocd
|
||||||
|
|
||||||
JLINK_DEVICE := LPC2388
|
JLINK_DEVICE := LPC2388
|
||||||
|
OPENOCD_TRANSPORT := jtag
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/msba2/Makefile.include
|
include $(RIOTBOARD)/common/msba2/Makefile.include
|
||||||
include $(RIOTMAKE)/tools/openocd.inc.mk
|
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]
|
source [find target/lpc2xxx.cfg]
|
||||||
# parameters:
|
# parameters:
|
||||||
# - core_freq_khz - frequency of core in kHz during flashing, usually equal to connected crystal or internal oscillator, e.g. 12000
|
# - 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