summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/samd51/boards/pybadge/board.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hw/bsp/samd51/boards/pybadge/board.mk')
-rwxr-xr-xtinyusb/hw/bsp/samd51/boards/pybadge/board.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyusb/hw/bsp/samd51/boards/pybadge/board.mk b/tinyusb/hw/bsp/samd51/boards/pybadge/board.mk
new file mode 100755
index 00000000..a8a98a98
--- /dev/null
+++ b/tinyusb/hw/bsp/samd51/boards/pybadge/board.mk
@@ -0,0 +1,8 @@
+CFLAGS += -D__SAMD51J19A__
+
+LD_FILE = $(BOARD_PATH)/$(BOARD).ld
+
+# For flash-jlink target
+JLINK_DEVICE = ATSAMD51J19
+
+flash: flash-bossac