This commit is contained in:
BCG
2022-11-27 09:13:00 -05:00
committed by Ron Evans
parent a700f58581
commit 481aba6536
4 changed files with 124 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"serial-port": ["239a:8106"],
"build-tags": ["kb2040"],
"linkerscript": "targets/qtpy-rp2040.ld",
"extra-files": [
"targets/qtpy-rp2040-boot-stage2.S"
]
}