micropython/ports/nrf/boards/nrf51x22_256k_16k.ld

13 wiersze
222 B
Plaintext

/*
GNU linker script for NRF51 AA
*/
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
_flash_size = 256K;
_ram_size = 16K;
/* Default stack size when there is no SoftDevice */
_stack_size = 4K;
_minimum_heap_size = 8K;