summaryrefslogtreecommitdiff
path: root/hw/bsp/samd2x_l2x/boards/saml22_feather/board.mk
blob: c7817ff707a5829d64d3a81d6acc778df56ec351 (plain)
1
2
3
4
5
6
7
8
9
10
11
SAM_FAMILY = saml22

CFLAGS += -D__SAML22J18A__

# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/$(BOARD).ld

# For flash-jlink target
JLINK_DEVICE = ATSAML22J18

flash: flash-bossac