mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
board: add AKIZUKI DENSHI AE-RP2040
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"inherits": [
|
||||
"rp2040"
|
||||
],
|
||||
"build-tags": ["ae_rp2040"],
|
||||
"serial-port": ["2e8a:000A"],
|
||||
"ldflags": [
|
||||
"--defsym=__flash_size=2048K"
|
||||
],
|
||||
"extra-files": [
|
||||
"targets/pico-boot-stage2.S"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user