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
+1 -1
View File
@@ -5,6 +5,6 @@
"build-tags": ["pico"],
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico_boot_stage2.S"
"targets/pico-boot-stage2.S"
]
}