aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/lib/tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk')
-rw-r--r--circuitpython/lib/tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/circuitpython/lib/tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk b/circuitpython/lib/tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk
new file mode 100644
index 0000000..b00fc71
--- /dev/null
+++ b/circuitpython/lib/tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk
@@ -0,0 +1,7 @@
+CFLAGS += -DCFG_EXAMPLE_VIDEO_READONLY
+LD_FILE = $(BOARD_PATH)/lpc1549.ld
+
+JLINK_DEVICE = LPC1549
+
+# flash using pyocd
+flash: flash-jlink