machine: Add support for Adafruit QT2040 board.

This commit is contained in:
Matt Schultz
2022-08-27 21:31:12 -05:00
committed by Ron Evans
parent fb603a471c
commit ef912a132d
6 changed files with 105 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"serial-port": ["acm:239a:8109"],
"build-tags": ["trinkey_qt2040"],
"linkerscript": "targets/trinkey-qt2040.ld",
"extra-files": [
"targets/trinkey-qt2040-boot-stage2.S"
]
}