1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00
david gauchard 1a9403df1b
lwip2 fix and update (#4729)
* interactive example: update with option for using DHCP again after using static IP
* lwip2: avoid crash when IP address is set to 0(any) by dhcp not getting its lease renewal in due time
* lwip2: automatically remove oldest PCBs in time-wait state, limit their number
  thanks to @me-no-dev 07f4d4c241 (diff-f8258e71e25fb9985ca3799e3d8b88ecR399)
* faq: update about tcpCleanup()
* lwip2: add a macro HAS_PHY_CAPTURE=1 indicating capture facility is available
2018-05-25 17:24:00 +02:00
..
2016-03-29 17:48:37 +03:00
2018-02-19 12:43:01 +03:00
2017-10-08 05:00:08 +08:00
2016-06-23 17:27:57 +08:00
2017-10-15 01:40:10 -05:00
2017-10-15 01:40:10 -05:00
2018-02-19 12:43:01 +03:00
2017-02-03 04:21:20 +03:00
2015-05-18 16:04:30 +03:00
2017-10-15 01:40:10 -05:00
2018-05-25 17:24:00 +02:00
2018-05-25 17:24:00 +02:00
2017-10-15 14:59:37 +08:00
2018-02-19 12:43:01 +03:00
2018-02-22 14:11:43 +03:00
2018-02-19 12:43:01 +03:00
2017-10-15 01:40:10 -05:00
2018-02-22 14:11:43 +03:00
2015-07-04 09:45:05 +02:00
2018-02-19 12:43:01 +03:00
2017-10-15 01:40:10 -05:00
2018-02-19 12:43:01 +03:00
2018-02-19 12:43:01 +03:00
2018-02-19 12:43:01 +03:00
2018-02-19 12:43:01 +03:00
2018-02-22 14:11:43 +03:00

Updating SDK libraries

  • Copy .a files from SDK lib directory to this directory
  • Run fix_sdk_libs.sh

Updating libstdc++

After building gcc using crosstool-NG, get compiled libstdc++ and remove some objects:

xtensa-lx106-elf-ar d libstdc++.a pure.o
xtensa-lx106-elf-ar d libstdc++.a vterminate.o
xtensa-lx106-elf-ar d libstdc++.a guard.o
xtensa-lx106-elf-ar d libstdc++.a functexcept.o
xtensa-lx106-elf-ar d libstdc++.a del_op.o
xtensa-lx106-elf-ar d libstdc++.a del_opv.o
xtensa-lx106-elf-ar d libstdc++.a new_op.o
xtensa-lx106-elf-ar d libstdc++.a new_opv.o