Add Adafruit QT Py board

Straight copy of itsybitsy_m0/ with MCU changed to
ATSAMD21E18

LED and button are disabled.
LED is a neopixel so could be added later.
This commit is contained in:
Matt Johnston
2021-09-17 17:56:24 +08:00
parent 8e95b807f7
commit 19a26729b0
3 changed files with 203 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# For Adafruit QT Py board
CFLAGS += -D__SAMD21E18A__ -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 = ATSAMD21E18
flash: flash-bossac