aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/rp2040.ld
blob: 186db68f61d15b1a3c468998030255ba526ea4b2 (plain)
1
2
3
4
5
6
7
8
9

MEMORY
{
    RAM (rwx)       : ORIGIN = 0x20000000, LENGTH = 256k
}

_stack_size = 2K;

INCLUDE "targets/arm.ld"