Commit e7e2a87
committed
multi-mss menus for lwip2, remove lwip xcc variant, lwip2 readme, updates and fixes
lwip2 updates:
> multi-mss makefile
> forwardported espconn (no multicast yet)
> restore max 3 ntp servers for configTime() coherency
> unchain seldom chained pbufs
> dns cache name length back to (256->48->) 128
> use sntp_stop/start() when dhcp address got
> fix netif's hostname glue-handling
> forwardported ping from lwip1.4
fix #3970
fix maybe #39631 parent 1540369 commit e7e2a87
File tree
8 files changed
+261
-200
lines changed- tools/sdk
- ld
- lib
- lwip2
- include
8 files changed
+261
-200
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
- Makefile.arduino+15-2
- glue-esp/lwip-esp.c+7-3
- glue-lwip/arduino/lwipopts.h+7-7
- glue-lwip/esp-millis.h-9
- glue-lwip/esp-ping.c+334
- glue-lwip/espconn.c+1.4k
- glue-lwip/espconn_buf.c+206
- glue-lwip/espconn_tcp.c+1.5k
- glue-lwip/espconn_udp.c+432
- glue-lwip/lwip-git.c+29-26
- glue-lwip/lwip-git.h+13
- glue-lwip/lwip/apps-esp/espconn.h+690
- glue-lwip/lwip/apps-esp/espconn_buf.h+60
- glue-lwip/lwip/apps-esp/espconn_tcp.h+61
- glue-lwip/lwip/apps-esp/espconn_udp.h+64
- glue-lwip/lwip/apps-esp/ping.h+85
- glue/glue.h+1-1
- makefiles/Makefile.build-lwip2+4-4
- makefiles/Makefile.defs+2-2
- makefiles/Makefile.glue+4-1
- makefiles/Makefile.lwip2+6-7
- makefiles/Makefile.rules+4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
| 1053 | + | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | 1056 | | |
| |||
1214 | 1214 | | |
1215 | 1215 | | |
1216 | 1216 | | |
1217 | | - | |
1218 | | - | |
1219 | | - | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | | - | |
| 1315 | + | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
| |||
1506 | 1506 | | |
1507 | 1507 | | |
1508 | 1508 | | |
1509 | | - | |
| 1509 | + | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
| |||
2990 | 2990 | | |
2991 | 2991 | | |
2992 | 2992 | | |
2993 | | - | |
| 2993 | + | |
2994 | 2994 | | |
2995 | 2995 | | |
2996 | 2996 | | |
| |||
0 commit comments