Skip to content

Commit 11c05af

Browse files
cyliangtwccli8
authored andcommitted
support mesh in IAR tool chain
1 parent a1b383a commit 11c05af

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_NUC472/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_NUC472/device/TOOLCHAIN_IAR/NUC472_442.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
2626
/* NOTE: Vector table base requires to be aligned to the power of vector table size. Give a safe value here. */
2727
define block IRAMVEC with alignment = 1024, size = 4 * (16 + 142) { };
2828
/* Move non-critical libraries to external SRAM while internal SRAM is insufficient. */
29-
define block XRAM_NC with alignment = 8 { zeroinit object *lwip_* };
29+
define block XRAM_NC with alignment = 8 { zeroinit object *lwip_*, zeroinit object *mesh_system.o };
3030

3131

3232
initialize by copy { readwrite };

0 commit comments

Comments
 (0)