Skip to content

Commit f272472

Browse files
committed
Revise heap and stack size for Ethernet of GR-PEACH
I changed stack size because the deafult stack size may not be enough for Ethernet of GR-PEACH(Cortex-A). - Stack size is default size + 128 byte In order to maximize the performance of Ethernet, I changed heap size to below. - Heap size is default size * 32 byte(send descriptor num is 16 and recv descriptoer num is 16).
1 parent dd6482b commit f272472

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

features/lwipstack/mbed_lib.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@
127127
},
128128
"EFM32GG11-STK3701": {
129129
"mem-size": 36560
130+
},
131+
"RZ_A1_EMAC": {
132+
"tcpip-thread-stacksize": 1328,
133+
"default-thread-stacksize": 640,
134+
"ppp-thread-stacksize": 896,
135+
"mem-size": 51200
130136
}
131137
}
132138
}

0 commit comments

Comments
 (0)