
adds preliminary support (just enough to run blinky1) for the Raspberry Pi Pico board along with the rp2040 mcu.
9 строки
114 Б
Text
9 строки
114 Б
Text
|
|
MEMORY
|
|
{
|
|
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
|
|
}
|
|
|
|
_stack_size = 2K;
|
|
|
|
INCLUDE "targets/arm.ld"
|