|
5866f754d0
|
fix(esp8266): fix compile failed when CONFIG_ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET is unset
|
2020-01-06 18:01:24 +08:00 |
|
|
aa79ba108a
|
feat(util): support SHA224/SHA384 calculation although call sha256/sha512 APIs
|
2020-01-06 16:36:22 +08:00 |
|
|
b02ad1477b
|
Merge branch 'bugfix/fix_mbedtls_option_dependence' into 'master'
mbedtls: fix option dependence of "MBEDTLS_SERVER_SSL_SESSION_TICKETS"
See merge request sdk/ESP8266_RTOS_SDK!1251
|
2019-12-30 15:13:24 +08:00 |
|
|
a99e52871e
|
Merge branch 'chore/modify_default_mqtt' into 'master'
mqtt: modify default mqtt
See merge request sdk/ESP8266_RTOS_SDK!1253
|
2019-12-30 14:00:36 +08:00 |
|
|
7af3361565
|
Merge branch 'bugfix/fix_espwolfssl_cmake_compiling' into 'master'
esp-wolfssl: fix esp-wolfssl cmake compiling error
See merge request sdk/ESP8266_RTOS_SDK!1239
|
2019-12-30 11:12:54 +08:00 |
|
|
9b3456aa2a
|
chore(mqtt): modify default mqtt
IBM MQTT will be removed at v3.4.
|
2019-12-30 10:59:57 +08:00 |
|
|
9e638f3715
|
fix(mbedtls): fix option dependence of "MBEDTLS_SERVER_SSL_SESSION_TICKETS"
MBEDTLS_SERVER_SSL_SESSION_TICKETS
-> MBEDTLS_CIPHER_MODE_AEAD
-> MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C
|
2019-12-27 14:14:40 +08:00 |
|
|
f7d65fe38c
|
Merge branch 'bugfix/support_GD25Q64_qio_enable' into 'master'
bugfix(flash): add support for GD25Q64 qio enable
See merge request sdk/ESP8266_RTOS_SDK!1238
|
2019-12-26 10:58:07 +08:00 |
|
|
694cfcfe57
|
fix(esp-wolfssl): fix esp-wolfssl cmake compiling error
|
2019-12-26 10:30:37 +08:00 |
|
|
e2d03a7173
|
bugfix(flash): add support for GD25Q64 qio enable
|
2019-12-25 21:53:56 +08:00 |
|
|
297294c5b9
|
feat(mbedtls): mbedtls using SHA/AES of util component instead of its raw algorithm
|
2019-12-24 14:19:05 +08:00 |
|
|
e0b73761b9
|
fix(util): fix sha384/512 data calculation overflow
|
2019-12-23 16:57:05 +08:00 |
|
|
ca3537612f
|
Merge branch 'bugfix/fix_issue_when_scanning_wpa2_ent_routes' into 'master'
fix(lib): fix issue when scanning wpa2_enterprise authmode routers
See merge request sdk/ESP8266_RTOS_SDK!1228
|
2019-12-23 15:10:20 +08:00 |
|
|
d3bf1b4e19
|
fix(lib): fix issue when scanning wpa2_enterprise routers
|
2019-12-23 14:51:17 +08:00 |
|
|
7eee2bdd8d
|
Merge branch 'feature/set_wifi_default_rx_continuous_buffer_to_8' into 'master'
feat(esp8266): set wifi default rx continuous buffer to 8
See merge request sdk/ESP8266_RTOS_SDK!1231
|
2019-12-23 13:11:57 +08:00 |
|
|
63d94ec49c
|
feat(esp8266): set wifi default rx continuous buffer to 8
|
2019-12-23 11:38:26 +08:00 |
|
|
2c6d605b86
|
Merge branch 'feature/gdb_stub' into 'master'
gdb_stub: add gdb stub component
See merge request sdk/ESP8266_RTOS_SDK!1159
|
2019-12-20 17:15:58 +08:00 |
|
|
1e69cbd242
|
feat(gdbstub): modify GDB stub for ESP8266
|
2019-12-19 11:33:38 +08:00 |
|
|
a215fe3b43
|
Merge branch 'bugfix/fix_cpu_sleep_reject_proc' into 'master'
esp8266: fix CPU light sleep process
See merge request sdk/ESP8266_RTOS_SDK!1225
|
2019-12-17 16:35:14 +08:00 |
|
|
a612d708b7
|
Merge branch 'feature/refactor_util_sha_algorithm' into 'master'
util: refactor SHA algorithm of util components
See merge request sdk/ESP8266_RTOS_SDK!1218
|
2019-12-17 15:25:29 +08:00 |
|
|
18a3839198
|
feat(util): refactor SHA algorithm of util components
|
2019-12-17 15:14:54 +08:00 |
|
|
6873eb1d27
|
feat(esp8266): fix CPU light sleep process
|
2019-12-17 11:20:07 +08:00 |
|
|
56747578d2
|
feat(gdbstub): bring GDB stub from esp-idf
Commit ID: 758db1e0
|
2019-12-11 16:57:19 +08:00 |
|
|
5d72423729
|
Merge branch 'feature/modify_esp_tls_structure' into 'master'
esp-tls: modify esp-tls structure members' offset of platform dependece
See merge request sdk/ESP8266_RTOS_SDK!1217
|
2019-12-11 16:47:19 +08:00 |
|
|
adf0fde745
|
feat(esp-tls): modify esp-tls structure members' offset of platform dependece
|
2019-12-10 14:26:22 +08:00 |
|
|
0b2c3908d7
|
fix(lib): fix probe request length error
|
2019-12-10 10:23:30 +08:00 |
|
|
3d394bd924
|
Merge branch 'feature/ets_printf_add_%%' into 'master'
esp8266: ets_printf supports format "%%"
See merge request sdk/ESP8266_RTOS_SDK!1204
|
2019-12-05 19:46:26 +08:00 |
|
|
6d428b2851
|
fix(lib): fix bcn timeout when rx buf num less than 4
|
2019-12-05 15:43:57 +08:00 |
|
|
c5563ef13e
|
feat(esp8266): ets_printf supports format "%%"
|
2019-12-05 15:23:54 +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 |
|