1363 Commits

Author SHA1 Message Date
d3517e35f4 Merge branch 'bugfix/support_GD25Q64_qio_enable_v3.3' into 'release/v3.3'
bugfix(flash): add support for GD25Q64 qio enable (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1241
2019-12-26 11:16:42 +08:00
5a0e946af2 bugfix(flash): add support for GD25Q64 qio enable 2019-12-26 10:58:59 +08:00
b22182f70f Merge branch 'feature/mbedtls_using_util_algorithm_v3.3' into 'release/v3.3'
mbedtls: mbedtls using SHA/AES of util component instead of its raw algorithm (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1240
2019-12-26 10:48:01 +08:00
ffaaf07089 feat(mbedtls): mbedtls using SHA/AES of util component instead of its raw algorithm 2019-12-26 10:36:55 +08:00
0f7eacd772 fix(util): fix sha384/512 data calculation overflow 2019-12-23 17:01:39 +08:00
d701e4f858 Merge branch 'bugfix/fix_issue_when_scanning_wpa2_ent_routes_v3.3' into 'release/v3.3'
fix(lib): fix issue when scanning wpa2_enterprise authmode routers (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1229
2019-12-23 15:10:25 +08:00
c398461074 Merge branch 'feature/set_wifi_default_rx_continuous_buffer_to_8_v3.3' into 'release/v3.3'
feat(esp8266): set wifi default rx continuous buffer to 8 (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1232
2019-12-23 14:30:17 +08:00
8801ba19f6 feat(esp8266): set wifi default rx continuous buffer to 8 2019-12-23 13:12:39 +08:00
ab0010dd1c fix(lib): fix issue when scanning wpa2_enterprise authmode routers 2019-12-19 17:03:12 +08:00
fe502cc02e Merge branch 'feature/add_more_info_when_softap_deny_station' into 'release/v3.3'
feat(lib): add more info when softap deny station

See merge request sdk/ESP8266_RTOS_SDK!1224
2019-12-17 19:00:09 +08:00
d4b00d24d0 Merge branch 'bugfix/fix_cpu_sleep_reject_proc_v3.3' into 'release/v3.3'
esp8266: fix CPU light sleep process (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1226
2019-12-17 16:50:49 +08:00
1a51815633 feat(esp8266): fix CPU light sleep process 2019-12-17 16:37:10 +08:00
8146bfc45f Merge branch 'feature/refactor_util_sha_algorithm_v3.3' into 'release/v3.3'
util: refactor SHA algorithm of util components (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1223
2019-12-17 16:08:09 +08:00
b29087fd5c feat(util): refactor SHA algorithm of util components 2019-12-17 15:27:26 +08:00
46ba9ae738 feat(lib): add more info when softap deny station 2019-12-13 19:27:03 +08:00
949adbb573 Merge branch 'chore/modify_default_mqtt' into 'release/v3.3'
mqtt: modify default mqtt

See merge request sdk/ESP8266_RTOS_SDK!1219
2019-12-13 10:37:41 +08:00
16c2dedac9 chore(mqtt): modify default mqtt
IBM MQTT will be removed at v3.4.
2019-12-13 10:07:36 +08:00
7a5685f3ee feat(esp-tls): modify esp-tls structure members' offset of platform dependece 2019-12-11 16:48:10 +08:00
058cf73a35 fix(lib): fix probe request length error 2019-12-10 10:46:04 +08:00
6d428b2851 fix(lib): fix bcn timeout when rx buf num less than 4 2019-12-05 15:43:57 +08:00
b64b51f091 Merge branch 'feature/change_scan_num_to_99' into 'master'
feat(esp8266): change scan num to 99

See merge request sdk/ESP8266_RTOS_SDK!1208
2019-12-05 15:10:31 +08:00
f2e8872a21 Merge branch 'bugfix/fix_wolfssl_option_error' into 'master'
esp-wolfssl: fix esp-wolfssl global option error

See merge request sdk/ESP8266_RTOS_SDK!1212
2019-12-04 18:51:22 +08:00
4d866c93f8 feat(newlib): add function "_getpid_r" to pass compiling 2019-12-04 14:56:46 +08:00
824deab35c fix(esp-wolfssl): fix esp-wolfssl global option error 2019-12-03 19:25:01 +08:00
aed79e96f1 Merge branch 'feature/esp-wolfssl' into 'master'
esp-wolfssl: add esp-wolfssl component

See merge request sdk/ESP8266_RTOS_SDK!1199
2019-12-03 11:33:05 +08:00
22029d989a Merge branch 'bugfix/fix_panic_reboot_reenter' into 'master'
esp8266: fix panic reenter when reboot

See merge request sdk/ESP8266_RTOS_SDK!1209
2019-12-02 18:59:31 +08:00
8c7305f473 fix(esp8266): fix panic reenter when reboot 2019-12-02 14:24:37 +08:00
82c0c5243b feat(esp8266): change scan num to 99 2019-12-02 12:46:54 +08:00
a9c34d2c77 fix(esp8266): fix backtrace does not trace ROM code 2019-12-02 10:19:52 +08:00
19529e4f35 feat(esp-wolfssl): add esp-wolfssl component
It is from original component "ssl".
2019-11-29 14:08:46 +08:00
9d79bf4333 fix(newlib): fix abort function cause critical error 2019-11-28 19:26:41 +08:00
843d1486b9 fix(pp): fix receive data frame error in sniffer mode 2019-11-26 16:56:28 +08:00
dd9a90ccdb feat(wpa2): update wpa2_enterprise code 2019-11-26 16:09:57 +08:00
95ed4d1e50 feat(wpa2): add wpa2_enterprise to esp8266 2019-11-26 16:09:38 +08:00
96c6e0fc5b Merge branch 'bugfix/fix_light_sleep_break' into 'master'
esp8266: fix that light sleep process breaks

See merge request sdk/ESP8266_RTOS_SDK!1197
2019-11-26 10:27:45 +08:00
06ba43fc9e fix(esp8266): fix that light sleep process breaks 2019-11-25 20:00:08 +08:00
0cdff9dbf1 fix(esp8266): fix that WDEV time is larger than normal 2019-11-25 17:05:14 +08:00
0e39eb1038 fix(esp8266): fix CPU ticks per milli second at 160MHz
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/762
2019-11-22 11:17:54 +08:00
7a30e6c072 feat(esp-tls): modify for esp8266 2019-11-19 16:43:38 +08:00
fd8ed3b340 feat(tcp_transport): update TCP transport from esp-idf
Commit ID: 03d07741
2019-11-19 16:22:40 +08:00
595b51b15f feat(esp-tls): update esp-tls from esp-idf
Commit ID: 03d07741
2019-11-19 16:22:27 +08:00
3d4b8d1750 feat(newlib): add libc platform header file 2019-11-19 14:29:18 +08:00
c0dc2e94fd feat(esp8266): add API to be compatible with esp-idf 2019-11-19 11:39:53 +08:00
921416e394 docs(version): remove components version description file 2019-11-15 14:37:53 +08:00
73bf28b991 Merge branch 'feature/hspi_test' into 'master'
feat(spi): fix some bugs and restructure the spi driver and the demo

See merge request sdk/ESP8266_RTOS_SDK!1113
2019-11-13 10:00:35 +08:00
916906d09a fix: fix too much line burrs cause cannot remove interruption 2019-11-12 18:41:27 +08:00
330d6792c3 feat(spi): fix some bugs and restructure the spi driver and the demo 2019-11-12 17:42:32 +08:00
12cca216db feat(esptool): remove segment address print information 2019-11-12 16:40:00 +08:00
7672988cab fix(lib): fix crash issues while recv ampdu pkt 2019-11-12 16:20:28 +08:00
5c3f1e058d feat(lib): set the connection to the open router mechanism when pwd is set 2019-11-12 16:19:23 +08:00