move xiao to samd21 group

This commit is contained in:
hathach
2020-11-29 17:09:53 +07:00
parent a6c7467fd3
commit 89205438c2
6 changed files with 59 additions and 195 deletions
@@ -0,0 +1,9 @@
CFLAGS += -D__SAMD21G18A__
LD_FILE = $(BOARD_PATH)/$(BOARD).ld
# For flash-jlink target
JLINK_DEVICE = ATSAMD21G18
# flash using jlink
flash: flash-jlink