mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 01:32:45 +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
|