Skip to content

SDK 2.0 has been released #2304

Closed
Closed
@marvelousNinja

Description

@marvelousNinja

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:

  1. Updated libphy.a to 1055, fixed an issue of large current in Light-sleep.
  2. Updated AT+ to 1.3.0:
    1. Added Light-sleep wakeup command, AT+WAKEUPGPIO;
    2. Fixed abnormal AT+CWDHCPS IP allocation;
    3. Added at_sdio demo under example directory.
  3. Fixed probable system default when calling cur and def interfaces.
  4. Fixed the issue of high current in Deep-sleep mode without disabling SPI first.
  5. Fixed an issue where the SDK would crash when switching from AP to Station mode by calling wifi_set_phy_mode.
  6. Updated secondary boot loader to v1.6:
    1. Supports AT + based on SDIO;
    2. Supports entering testing mode through GPIO.
  7. Added support for MXIC Flash QIO mode.
  8. Fixed exception caused during TCP handshake and retransmission.
  9. Fixed issues in ESP-NOW.
  10. 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.
  11. Support for PEAP/TTLS in wpa2-enterprise, for APIs please refer to ESP8266 SDK API Guide.
  12. Added mqtt demos under examples directory.
  13. Other issue fixes.
  14. 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)
  15. Fix a potential risk that will cause rf not work after external reset. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
  16. 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:

  1. esp_init_data.bin has to be downloaded into flash at least once.
  2. 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:

  1. 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.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions