13 Commits

Author SHA1 Message Date
d56ce445fe feat(esp8266): make tx rate start from high to low 2018-08-01 16:18:16 +08:00
c1a6b556b4 feat(lwip): Add lwip high throughput configuration 2018-07-31 11:01:21 +08:00
cf46ba82be feat(lwip): Add socket UDP sync function 2018-07-30 20:30:04 +08:00
ee60c285fa feat(lwip): Add pbuf list to resend ERR_MEM pbuf 2018-07-27 17:00:46 +08:00
da0d4cb749 feat(LWIP): Socket(not server) must has linger
Server linger must be disable.
2018-07-19 14:32:29 +08:00
1ba1e5ccbd feat(task): Change all tasks size 4 times the original 2018-07-09 20:11:41 +08:00
c1d7df514c feat(lwip): Use "glue" API to replace LWIP raw socket function 2018-07-09 17:10:49 +08:00
0dc928dca5 feat(lwip): Make raw LWIP API disable 2018-07-06 20:38:33 +08:00
96c273895b feat: Removing executable file mode for code most files
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/186
2018-05-20 20:39:38 +08:00
900e3613f8 feat(lwip): Add thread local semaphore to sync thread 2018-05-14 19:01:15 +08:00
3d4f7e20af feat(lwip): Optimize the configuration options for lwip 2018-05-08 16:45:52 +08:00
3918cb633b feat(lwip): Integrate sntp with newlib time 2018-05-04 08:57:32 +08:00
2c05ca3151 feat(lwip): Modify lwipopts and add menunconfig
1. Disable multi-socket.
2. Add menuconfig of lwip options.
3. Use os_malloc/os_calloc/os_free instead of malloc/calloc/free in lwip.
2018-05-02 17:10:30 +08:00