support mesh in IAR tool chain

pull/2861/head
cyliangtw 2016-09-20 11:02:10 +08:00 committed by ccli8
parent a1b383a604
commit 11c05afc62
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 { zeroinit object *lwip_* };
define block XRAM_NC with alignment = 8 { zeroinit object *lwip_*, zeroinit object *mesh_system.o };
initialize by copy { readwrite };