Skip to content

Commit 0f39f01

Browse files
authored
Merge pull request ARMmbed#11027 from vmedcy/pr/cy-lwip
PSOC6: add LwIP configuration for Cypress boards
2 parents 22c82dc + 579cd9a commit 0f39f01

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

features/lwipstack/mbed_lib.json

+42
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,48 @@
175175
"pbuf-pool-size": 16,
176176
"mem-size": 51200
177177
},
178+
"CYW943012P6EVB_01": {
179+
"tcpip-thread-stacksize": 8192,
180+
"default-thread-stacksize": 640,
181+
"ppp-thread-stacksize": 896,
182+
"memp-num-tcp-seg": 24,
183+
"tcp-socket-max": 10,
184+
"udp-socket-max":10,
185+
"socket-max":18,
186+
"tcp-mss": 1540,
187+
"tcp-snd-buf": "(6 * TCP_MSS)",
188+
"tcp-wnd": "(TCP_MSS * 6)",
189+
"pbuf-pool-size": 48,
190+
"mem-size": 65536
191+
},
192+
"CY8CPROTO_062_4343W": {
193+
"tcpip-thread-stacksize": 8192,
194+
"default-thread-stacksize": 640,
195+
"ppp-thread-stacksize": 896,
196+
"memp-num-tcp-seg": 24,
197+
"tcp-socket-max": 10,
198+
"udp-socket-max":10,
199+
"socket-max":18,
200+
"tcp-mss": 1540,
201+
"tcp-snd-buf": "(6 * TCP_MSS)",
202+
"tcp-wnd": "(TCP_MSS * 6)",
203+
"pbuf-pool-size": 96,
204+
"mem-size": 92610
205+
},
206+
"CY8CKIT_062_WIFI_BT": {
207+
"tcpip-thread-stacksize": 8192,
208+
"default-thread-stacksize": 640,
209+
"ppp-thread-stacksize": 896,
210+
"memp-num-tcp-seg": 48,
211+
"tcp-socket-max": 10,
212+
"udp-socket-max":10,
213+
"socket-max":18,
214+
"tcp-mss": 1540,
215+
"tcp-snd-buf": "(6 * TCP_MSS)",
216+
"tcp-wnd": "(TCP_MSS * 6)",
217+
"pbuf-pool-size": 48,
218+
"mem-size": 65536
219+
},
178220
"MIMXRT1050_EVK": {
179221
"mem-size": 36560
180222
},

0 commit comments

Comments
 (0)