2024-05-03 15:17:07 +07:00

11 lines
159 B
Makefile

SAM_FAMILY = samd51
CFLAGS += -D__SAMD51J19A__
LD_FILE = $(BOARD_PATH)/$(BOARD).ld
# For flash-jlink target
JLINK_DEVICE = ATSAMD51J19
flash: flash-bossac