grouping more samd21 boards

This commit is contained in:
hathach
2020-11-28 11:45:24 +07:00
parent fac9151c73
commit 50977eef0e
20 changed files with 102 additions and 810 deletions
@@ -0,0 +1,10 @@
CFLAGS += -D__SAMD21J18A__
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/samd21j18a_flash.ld
# For flash-jlink target
JLINK_DEVICE = ATSAMD21J18
# flash using jlink
flash: flash-jlink