aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/PlatformIO/ldscripts/jgaurora_a5s_a1.ld
blob: db172c97e954e9655a006eabd2f3559ab4284f0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 64K - 3K
  rom (rx)  : ORIGIN = 0x0800A000, LENGTH = 512K - 40K
}

/* Provide memory region aliases for common.inc */
REGION_ALIAS("REGION_TEXT", rom);
REGION_ALIAS("REGION_DATA", ram);
REGION_ALIAS("REGION_BSS", ram);
REGION_ALIAS("REGION_RODATA", rom);

/* Let common.inc handle the real work. */
INCLUDE common.inc