Skip to content

Commit

Permalink
Update SDK changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Dec 18, 2015
1 parent 2b941f5 commit 119ddca
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions tools/sdk/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
esp_iot_sdk_v1.5.0_15_11_27 Release Note
----------------------------------------
Resolved Issues (Bugs listed below apply to Bug Bounty Program):
1. Returned value of system_get_rst_info is wrong.

Optimization:
1. Optimize espconn_regist_recvcb for UDP transmission.
2. Print information will prompt errors if the input parameters of os_time_arm excess the upper limit.
3. Optimize memory management.
4. Optimize RF frequency offset.
5. Print information will prompt errors if the size of bin file is too large in OTA.
6. Optimize mDNS.
7. Revise UART output print error when powered on again after call system_uart_swap.
8. Revise errors during multiple UDP transmissions.
9. Revise the error when wifi_station_set_config_default is called and the same AP is set as before, while information cannot be stored in the Flash.
10. Optimize the error of packet loss during UDP transmission process under single station mode.
11. Add new function, WPA2 Enterprise is supported.
12. SmartConfig version is upgraded to V2.5.3.
13. Mesh version is upgraded to V0.2.3.
14. User application needs to add "-lcrypto" in LINKFLAGS_eagle.app.v6 of Makefile.

Added APIs:
1.espconn_abort: bread TCP connection compulsively.
2.espconn_secure_delete: delete the SSL server when ESP8266 runs as SSL server.
3.wifi_station_set_cert_key: set certificate and private key for WPA2 Enterprise.
4.wifi_station_clear_cert_key: release the resource of connecting to WPA2 Enterprise AP, and clear the status.


AT_v0.51 release note:
1.Revise the error of the first byte in AT command when UART RX interrupt handler is implemented.
2.Revise the malfunction of display when AT+CWLAP is invoked to scan a specific AP.


esp_iot_sdk_v1.4.0_15_09_18 Release Note
----------------------------------------
Resolved Issues(Bugs below are eligible for Bug Bounty Program):
Expand Down
2 changes: 1 addition & 1 deletion tools/sdk/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0_15_08_10_p1
1.5.0

0 comments on commit 119ddca

Please sign in to comment.