mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
11 lines
233 B
Makefile
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
|