mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
12 lines
142 B
Plaintext
12 lines
142 B
Plaintext
|
|
MEMORY
|
|
{
|
|
RAM (xrw) : ORIGIN = 0x80000000, LENGTH = 6M
|
|
}
|
|
|
|
REGION_ALIAS("FLASH_TEXT", RAM);
|
|
|
|
_stack_size = 2K;
|
|
|
|
INCLUDE "targets/riscv.ld"
|