summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/samd51/boards/metro_m4_express/board.mk
blob: d7953cc2402b48da1833cc14d3d6e5507e090c45 (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS += -D__SAMD51J19A__

# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/$(BOARD).ld

# For flash-jlink target
JLINK_DEVICE = ATSAMD51J19

flash: flash-bossac