board: Adafruit MacroPad RP2040

This commit is contained in:
BCG
2022-02-14 00:13:00 -05:00
committed by Ron Evans
parent 644356c220
commit 52ffd6aa98
5 changed files with 89 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"build-tags": ["macropad_rp2040"],
"serial": "none",
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
]
}