mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-24 05:42:57 +08:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
LD_FILE = $(BOARD_PATH)/lpc1837.ld
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = LPC18S37
|
|
|
|
flash: flash-jlink
|