2024-05-06 10:52:52 +07:00

11 lines
233 B
Makefile

CFLAGS += -D__SAMG55J19__
JLINK_DEVICE = ATSAMG55J19
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/samg55j19_flash.ld
OPENOCD_OPTION = -f board/atmel_samg55_xplained_pro.cfg
flash: flash-openocd