mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9183d16278
The MCB2388 Evaluation Board is a development board for the LPC2388 MCU. LPC2388 and LPC2387 are very simmilar, the only difference is added USB Host support. Since this is not used yet, I chose to just pretend it's an lpc2387. So far, only the two UARTs, LEDs and LCD display are configured.
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
|