10 lines
186 B
Makefile
Raw Normal View History

CFLAGS += -D__SAMD21G18A__ -DCFG_EXAMPLE_VIDEO_READONLY
2020-11-29 17:09:53 +07:00
LD_FILE = $(BOARD_PATH)/$(BOARD).ld
# For flash-jlink target
JLINK_DEVICE = ATSAMD21G18
# flash using jlink
flash: flash-jlink