aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/samd21/boards/metro_m0_express/board.mk
blob: d6c9150b34b26790128657b3b904654f07ab461a (plain)
1
2
3
4
5
6
7
8
9
CFLAGS += -D__SAMD21G18A__ -DCFG_EXAMPLE_VIDEO_READONLY

# 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