nrf5/boards: Inrease heap size in the nrf52832 w/s132 bluetooth stack linker script.
This commit is contained in:
parent
c230bc021a
commit
fb983c7692
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue