tinygo/targets/nrf52833.ld
deadprogram 6ec868710b machine/microbit-v2: add initial support based on work done by @alankrantas thank you!
Signed-off-by: deadprogram <ron@hybridgroup.com>
2021-01-06 18:50:46 +01:00

10 строки
177 Б
Text

MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 0x80000
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x20000
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"