11 lines
159 B
Makefile
Raw Normal View History

2024-05-03 15:15:27 +07:00
SAM_FAMILY = samd51
2020-11-28 12:09:45 +07:00
CFLAGS += -D__SAMD51J19A__
LD_FILE = $(BOARD_PATH)/$(BOARD).ld
# For flash-jlink target
JLINK_DEVICE = ATSAMD51J19
flash: flash-bossac