mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
# FLASHER will be lpc2k_pgm still
|
||
|
DEBUG_ADAPTER ?= dap
|
||
|
PROGRAMMER ?= openocd
|
||
|
|
||
|
JLINK_DEVICE := LPC2388
|
||
|
|
||
|
include $(RIOTBOARD)/common/msba2/Makefile.include
|
||
|
include $(RIOTMAKE)/tools/openocd.inc.mk
|