summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/samd21/boards/atsamd21_xpro/board.mk
blob: 5cd82735c8574e3a96ac9d9272f1aa1c9a586ebf (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS += -D__SAMD21J18A__

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

# For flash-jlink target
JLINK_DEVICE = ATSAMD21J18

# flash using jlink
flash: flash-jlink