mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
722a3a5c94
adds preliminary support (just enough to run blinky1) for the Raspberry Pi Pico board along with the rp2040 mcu.
10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
|
|
MEMORY
|
|
{
|
|
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
|
|
}
|
|
|
|
_stack_size = 2K;
|
|
|
|
INCLUDE "targets/arm.ld"
|