nrf5/boards: Inrease heap size in the nrf52832 w/s132 bluetooth stack linker script.

This commit is contained in:
Glenn Ruben Bakke 2017-03-26 20:46:23 +02:00
parent c230bc021a
commit fb983c7692
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ _estack = ORIGIN(RAM) + LENGTH(RAM);
/* RAM extents for the garbage collector */
_ram_end = ORIGIN(RAM) + LENGTH(RAM);
_heap_end = 0x20006000; /* tunable */
_heap_end = 0x20007000; /* tunable */
INCLUDE "boards/common.ld"