Added Gopher Badge support

This commit is contained in:
Daniel Esteban
2023-03-22 07:45:10 +01:00
committed by Ron Evans
parent 62e1c3ebb7
commit 4b0e56cbec
4 changed files with 131 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"serial-port": ["2e8a:0003"],
"build-tags": ["gopher_badge"],
"linkerscript": "targets/gopher-badge.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
]
}