WIP: support rp2040

This commit is contained in:
sago35
2022-06-23 08:20:46 +09:00
parent a01c3423a1
commit eafca3c583
8 changed files with 554 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"inherits": [
"rp2040"
],
"serial": "uart",
"serial-port": ["acm:239a:80f1"],
"build-tags": ["feather_rp2040"],
"linkerscript": "targets/feather-rp2040.ld",
"extra-files": [
+1
View File
@@ -3,6 +3,7 @@
"rp2040"
],
"build-tags": ["pico"],
"serial-port": ["acm:2e8a:0003"],
"serial": "uart",
"linkerscript": "targets/pico.ld",
"extra-files": [