ESP8266EX:Fix A Potential Error For Uart RX
Posted: Wed Oct 29, 2014 11:00 pm
Hi Everyone,
I am an employee who is working in Espressif .
The previously released SDK for ESP8266EX inadvertently introduced a bug that may cause a little packet loss when transferring packet by Uart RX.
So for now,I will release the patch for this bug.Please download the patch from the attachment,and refer to the following steps:
Following Commands:
1.REPLACE LIBPHY.A IN SDK/LIB
2.ADD LIBPP.A TO SDK/LIB
3.MODIFY SDK/APP/MAKEFILE
4.ADD "-lpp \" AS BELOW
-lgcc
-lhal
-lpp
-lphy
-lnet80211
-llwip
-lwpa
-lmain
-lssc
-lssl
We sincerely apologize for the inconveniences caused. Please contact us, if you need more information.
I am an employee who is working in Espressif .
The previously released SDK for ESP8266EX inadvertently introduced a bug that may cause a little packet loss when transferring packet by Uart RX.
So for now,I will release the patch for this bug.Please download the patch from the attachment,and refer to the following steps:
Following Commands:
1.REPLACE LIBPHY.A IN SDK/LIB
2.ADD LIBPP.A TO SDK/LIB
3.MODIFY SDK/APP/MAKEFILE
4.ADD "-lpp \" AS BELOW
-lgcc
-lhal
-lpp
-lphy
-lnet80211
-llwip
-lwpa
-lmain
-lssc
-lssl
We sincerely apologize for the inconveniences caused. Please contact us, if you need more information.