machine/board_thingsplus_rp2040 targets/thingsplus-rp2040: support sparkfun thingsplus rp2040 board

This commit is contained in:
Olaf Flebbe
2022-04-23 22:23:37 +02:00
committed by Ron Evans
parent ee497a296b
commit 27d38a9663
3 changed files with 102 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"serial": "uart",
"build-tags": ["thingsplus_rp2040"],
"linkerscript": "targets/thingsplus-rp2040.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
]
}