10 lines
194 B
Makefile
Raw Normal View History

2020-11-28 11:11:55 +07:00
CFLAGS += -D__SAMD21G18A__
# All source paths should be relative to the top level.
2020-11-28 11:45:24 +07:00
LD_FILE = $(BOARD_PATH)/$(BOARD).ld
2020-11-28 11:11:55 +07:00
# For flash-jlink target
JLINK_DEVICE = ATSAMD21G18
2020-11-28 11:45:24 +07:00
flash: flash-bossac