mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 00:40:12 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
LD_FILE = $(BOARD_PATH)/lpc4367.ld
|
||
|
|
||
|
# For flash-jlink target
|
||
|
JLINK_DEVICE = LPC43S67_M4
|
||
|
|
||
|
flash: flash-jlink
|