mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
MEMORY
|
|
{
|
|
FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 16K
|
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 2K
|
|
}
|
|
|
|
_stack_size = 1K;
|
|
|
|
INCLUDE "targets/riscv.ld"
|