board/nano-rp2040: pins and blinking led

This commit is contained in:
Yurii Soldak
2021-06-08 01:19:02 +02:00
committed by Ron Evans
parent 95af444896
commit 15d77119c9
2 changed files with 109 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": [
"rp2040"
],
"build-tags": ["nano_rp2040"],
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico_boot_stage2.S"
]
}