espressif_tinyusb/hw/bsp/samd21/boards/feather_m0_express/board.mk

10 lines
223 B
Makefile
Raw Normal View History

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