mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"serial-port": ["239a:8106"],
|
|
"build-tags": ["kb2040"],
|
|
"linkerscript": "targets/qtpy-rp2040.ld",
|
|
"extra-files": [
|
|
"targets/qtpy-rp2040-boot-stage2.S"
|
|
]
|
|
}
|