mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
Add Pimoroni's Tufty2040 board
This commit is contained in:
committed by
Ron Evans
parent
12d63d9642
commit
aa13b5d83b
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"inherits": [
|
||||
"rp2040"
|
||||
],
|
||||
"serial-port": ["acm:2e8a:0003"],
|
||||
"build-tags": ["tufty2040"],
|
||||
"linkerscript": "targets/tufty2040.ld",
|
||||
"extra-files": [
|
||||
"targets/pico-boot-stage2.S"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user