summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/samd51/boards/itsybitsy_m4/board.mk
blob: 57a680e91fca67ba3f6227646533fa6b3908575e (plain)
1
2
3
4
5
6
7
8
9
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