mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
LD_FILE = $(BOARD_PATH)/lpc1857.ld
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = LPC1857
|
|
|
|
# flash using jlink
|
|
flash: flash-jlink
|