add rp2040, pico

adds preliminary support (just enough to run blinky1) for the Raspberry Pi Pico board along with the rp2040 mcu.
This commit is contained in:
Rajiv Kanchan
2021-04-09 11:32:49 +05:30
committed by Ron Evans
parent ed2db8a26d
commit 722a3a5c94
16 changed files with 882 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": [
"rp2040"
],
"build-tags": ["pico"],
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico_boot_stage2.S"
]
}