esp32-s2_dfu/hw/bsp/samd21/boards/circuitplayground_express/board.mk

10 lines
223 B
Makefile
Raw Normal View History

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