mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-23 13:59:02 +00:00
Initial support for XIAO RP2040
This commit is contained in:
committed by
Ron Evans
parent
2fa24ef752
commit
b112477e95
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"inherits": [
|
||||
"rp2040"
|
||||
],
|
||||
"serial": "uart",
|
||||
"build-tags": ["xiao_rp2040"],
|
||||
"linkerscript": "targets/xiao-rp2040.ld",
|
||||
"extra-files": [
|
||||
"targets/pico-boot-stage2.S"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user