Closed
Description
Hi there! The new SDK version has been published on Espressif forum.
http://bbs.espressif.com/viewtopic.php?f=46&t=2451
ESP8266_NONOS_SDK_V2.0.0_16_07_19 Release Notes:
- Updated libphy.a to 1055, fixed an issue of large current in Light-sleep.
- Updated AT+ to 1.3.0:
- Added Light-sleep wakeup command, AT+WAKEUPGPIO;
- Fixed abnormal AT+CWDHCPS IP allocation;
- Added at_sdio demo under example directory.
- Fixed probable system default when calling cur and def interfaces.
- Fixed the issue of high current in Deep-sleep mode without disabling SPI first.
- Fixed an issue where the SDK would crash when switching from AP to Station mode by calling wifi_set_phy_mode.
- Updated secondary boot loader to v1.6:
- Supports AT + based on SDIO;
- Supports entering testing mode through GPIO.
- Added support for MXIC Flash QIO mode.
- Fixed exception caused during TCP handshake and retransmission.
- Fixed issues in ESP-NOW.
- Added ESP-PAIR (Simple-Pair) feature, for APIs please refer to ESP8266 SDK API Guide.
wpa2-enterprise time function derivation and time check disable can be set by users. - Support for PEAP/TTLS in wpa2-enterprise, for APIs please refer to ESP8266 SDK API Guide.
- Added mqtt demos under examples directory.
- Other issue fixes.
- Resolved an issue that RF_Init_data sector may be broken in stress test. Provided a function user_rf_cal_sector_set which has to be added in application by software developer. More details about user_rf_cal_sector_set refer to documentation "2C-ESP8266__SDK__API Guide". (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
- Fix a potential risk that will cause rf not work after external reset. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
- Add SDIO AT support. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
Fix a potential bug in espconn. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
ESP8266_NONOS_SDK Notes:
- esp_init_data.bin has to be downloaded into flash at least once.
- Download blank.bin to initialize the sector stored RF_CAL parameter (set by user_rf_cal_sector_set), and download esp_init_data.bin into flash, when the system needs to be initialized, or RF needs to be calibrated again.
AT Notes:
- Since the release of ESP8266_NONOS_SDK_V1.5.0, AT firmware is too large to use 4Mbit flash. Please choose flash with at least 8Mbit capacity.
- Firmware upgrade over-the-air process is changed a bit. We will upgrade the latest AT firmware to Espressif Cloud server only after it has been tested and the overall performance is guaranteed. Users may not be able to use AT+CIUPDATE in ESP8266_NONOS_SDK_V1.5.0 and other more advanced versions.