Remove sal-stack-lwip.a from IAR linker configuration file

Locate *lwip_* in XRAM to fix IRAM OOM
pull/2861/head
ccli8 2016-08-05 14:27:42 +08:00
parent 69f4a200c0
commit 8ba94e2e4a
1 changed files with 1 additions and 1 deletions

View File

@ -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 };