Files
tinygo/targets/tiny2350.json
T
Michael Smith 4768c7d431 machine/rp2350: add flash support for rp2350 (#4803)
* machine/rp2350: add flash support for rp2350
* combine duplicate files
* clean things up and group by source file
* add stubbed out xip cache clean func if needed in the future
* update flash_enable_xip_via_boot2
* remove unused macros and fix inconsistent formatting
* make flash size configurable like rp2040
* add missing flash size configs
* retain big Go CGo compatibility per #4103
* clarify CS0_SIZE source and remove single-use typedef
2025-03-16 09:45:53 +01:00

11 lines
170 B
JSON

{
"inherits": [
"rp2350"
],
"build-tags": ["tiny2350"],
"ldflags": [
"--defsym=__flash_size=4M"
],
"serial-port": ["2e8a:000f"]
}