mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
f308d7d28c
Signed-off-by: deadprogram <ron@hybridgroup.com>
12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"serial": "uart",
|
|
"build-tags": ["badger2040"],
|
|
"linkerscript": "targets/badger2040.ld",
|
|
"extra-files": [
|
|
"targets/pico-boot-stage2.S"
|
|
]
|
|
}
|