Add qtpy-rp2040 to TinyGo v0.25.0

This commit is contained in:
Isaac Rodman
2022-09-01 16:12:39 -07:00
committed by sago35
parent e955aa1941
commit 4223a60823
6 changed files with 161 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"serial-port": ["acm:239a:80f1"],
"build-tags": ["qtpy_rp2040"],
"linkerscript": "targets/qtpy-rp2040.ld",
"extra-files": [
"targets/qtpy-rp2040-boot-stage2.S"
]
}