summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/samd11/boards/samd11_xplained/board.mk
blob: e351cf0b8a52906339c0a86ee34112ee63cbb6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS += -D__SAMD11D14AM__

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

# For flash-jlink target
JLINK_DEVICE = ATSAMD11D14

# flash using edbg
flash: $(BUILD)/$(PROJECT).bin
	edbg -b -t samd11 -e -pv -f $<