rp2040: support Adafruit Feather RP2040

This commit is contained in:
Kenneth Bell
2021-06-14 18:50:28 -07:00
committed by Ron Evans
parent 1913cb76a5
commit 8e33f1c9eb
9 changed files with 145 additions and 27 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": [
"rp2040"
],
"build-tags": ["feather_rp2040"],
"linkerscript": "targets/feather-rp2040.ld",
"extra-files": [
"targets/feather-rp2040-boot-stage2.S"
]
}