mirror of https://github.com/ARMmbed/mbed-os.git
Remove sal-stack-lwip.a from IAR linker configuration file
Locate *lwip_* in XRAM to fix IRAM OOMpull/2861/head
parent
69f4a200c0
commit
8ba94e2e4a
|
@ -26,7 +26,7 @@ define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
|||
/* NOTE: Vector table base requires to be aligned to the power of vector table size. Give a safe value here. */
|
||||
define block IRAMVEC with alignment = 1024, size = 4 * (16 + 142) { };
|
||||
/* Move non-critical libraries to external SRAM while internal SRAM is insufficient. */
|
||||
define block XRAM_NC with alignment = 8 { readwrite object sal-stack-lwip.a };
|
||||
define block XRAM_NC with alignment = 8 { zeroinit object *lwip_* };
|
||||
|
||||
|
||||
initialize by copy { readwrite };
|
||||
|
|
Loading…
Reference in New Issue