|
a53b7d5689
|
Merge branch 'feature/make_DHCP_discover_retransmission_interval_be_configurable' into 'master'
feat(dhcp): add menuconfig for DHCP discover retransmission interval
See merge request sdk/ESP8266_RTOS_SDK!1016
|
2019-08-02 11:34:46 +08:00 |
|
|
2a5ee760a9
|
Merge branch 'bugfix/fix_ssl_load_crt' into 'master'
fix(ssl): fix ssl verify mode not match
See merge request sdk/ESP8266_RTOS_SDK!1022
|
2019-08-02 11:23:10 +08:00 |
|
|
b1b24d618b
|
Merge branch 'bugfix/fix_example_openssl_client' into 'master'
fix(examples): fix example of openssl client connecting to the server fail
See merge request sdk/ESP8266_RTOS_SDK!1020
|
2019-08-02 11:22:44 +08:00 |
|
|
f763ff4c37
|
fix(ssl): fix ssl verify mode not match
|
2019-07-26 16:35:11 +08:00 |
|
|
77b9d38791
|
fix(examples): fix example of openssl client connecting to the server fail
When openssl client connect to the server, the wifi not get the ip
|
2019-07-26 15:59:43 +08:00 |
|
|
d64f04bc95
|
feat(dhcp): add menuconfig for DHCP discover retransmission interval
|
2019-07-24 15:33:11 +08:00 |
|
|
f1b9e15bce
|
Merge branch 'feature/add_warn_to_not_use_ibm_mqtt' into 'master'
mqtt: add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0
See merge request sdk/ESP8266_RTOS_SDK!1014
|
2019-07-23 15:24:29 +08:00 |
|
|
1b53ed325c
|
docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0
|
2019-07-23 15:15:25 +08:00 |
|
|
34f7d83674
|
Merge branch 'docs/new_sdk_load_old_sdk_ap_info' into 'master'
ota: add note how to load old SDK's target AP information (backport v3.2)
See merge request sdk/ESP8266_RTOS_SDK!1008
|
2019-07-15 16:10:40 +08:00 |
|
|
c71358cd20
|
docs(ota): add note how to load old SDK's target AP information
|
2019-07-15 14:32:56 +08:00 |
|
|
78cf0dda69
|
Merge branch 'feature/sync_mdns_from_espidf' into 'master'
mdns: sync code from esp-idf
See merge request sdk/ESP8266_RTOS_SDK!943
|
2019-07-09 15:50:36 +08:00 |
|
|
ff9d310ba5
|
Merge branch 'feature/ota_from_old_load_old_ap_info' into 'master'
ota: add option into example to load original AP information when update from old SDK
See merge request sdk/ESP8266_RTOS_SDK!999
|
2019-07-04 09:14:55 +08:00 |
|
|
1dda263ad7
|
feat(ota): add option into example to load original AP information when update from old SDK
|
2019-07-03 19:22:31 +08:00 |
|
|
6d9e870626
|
Merge branch 'bugfix/fix_lwip_aton_arg_err' into 'master'
lfix aton prase wrong parameters
See merge request sdk/ESP8266_RTOS_SDK!996
|
2019-07-02 18:30:09 +08:00 |
|
|
d52138f4d6
|
fix(lwip): fix aton prase wrong parameters
|
2019-07-02 15:40:46 +08:00 |
|
|
735111069b
|
Merge branch 'tools/ci_build_all_examples' into 'master'
ci: add script to build all examples
See merge request sdk/ESP8266_RTOS_SDK!991
|
2019-06-18 18:13:43 +08:00 |
|
|
d244c20dec
|
tools(ci): add script to build all examples
Using new cmake project declare.
|
2019-06-18 17:39:56 +08:00 |
|
|
c1d329b78f
|
chore(examples): remove unused functions or varible to avoid compiling warning
|
2019-06-18 13:07:25 +08:00 |
|
|
ed4bbcf610
|
Merge branch 'bugfix/fix_unistd_io_when_disable_vfs' into 'master'
fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS
See merge request sdk/ESP8266_RTOS_SDK!989
|
2019-06-18 09:59:07 +08:00 |
|
|
bb38fa0ee1
|
fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS
When enable VFS, apps code should include "unistd.h", "sys/ioctl.h" or "fcntl.h" if using "read", "write", "close", "ioctl" and "fcntl".
|
2019-06-17 20:36:14 +08:00 |
|
|
9f9ee5a97b
|
Merge branch 'bugfix/fix_pthread_for_cpp' into 'master'
newlib: fix pthread macro lack for cpp
See merge request sdk/ESP8266_RTOS_SDK!988
v3.3-dev
|
2019-06-17 13:04:49 +08:00 |
|
|
3b155c2c9a
|
fix(newlib): fix pthread macro lack for cpp
|
2019-06-17 11:20:24 +08:00 |
|
|
3ad3fd783d
|
Merge branch 'docs/fix_script_python3_data_type_error' into 'master'
script: fix python3 data type error
See merge request sdk/ESP8266_RTOS_SDK!987
v3.2
|
2019-06-14 15:02:25 +08:00 |
|
|
96a67a9816
|
docs(script): fix python3 data type error
|
2019-06-14 14:56:55 +08:00 |
|
|
7ad4ba421e
|
Merge branch 'docs/modify_ota_not_in_general_notes' into 'master'
general_notes: Modify OTA note
See merge request sdk/ESP8266_RTOS_SDK!986
|
2019-06-14 13:58:57 +08:00 |
|
|
f4279676a8
|
docs(general_notes): Modify OTA note
|
2019-06-14 13:55:44 +08:00 |
|
|
d53ee8c4fc
|
Merge branch 'bugfix/fix_compatibility_issues_with_AP_which_configured_to_11n_only' into 'master'
fix(wifi): fix compatibility issues with AP which configured to 11n only
See merge request sdk/ESP8266_RTOS_SDK!985
|
2019-06-14 11:13:09 +08:00 |
|
|
af0fcc0492
|
fix(wifi): fix compatibility issues with AP which configured to 11n only
|
2019-06-14 11:06:39 +08:00 |
|
|
e5c02e2de7
|
Merge branch 'bugfix/fix_tcp_transprot_ssl_read_blocked' into 'master'
fix(tcp_transport): fix SSL read blocked when the connecttion is closed
See merge request sdk/ESP8266_RTOS_SDK!983
|
2019-06-13 17:00:25 +08:00 |
|
|
8d86f3c36b
|
fix(tcp_transport): fix SSL read blocked when the connecttion is closed
|
2019-06-13 16:56:29 +08:00 |
|
|
a80d15f768
|
Merge branch 'feature/modify_std_io_header_file_declare' into 'master'
esp-lMidify stand I/O control APIs declare
See merge request sdk/ESP8266_RTOS_SDK!982
|
2019-06-13 16:47:05 +08:00 |
|
|
20bafafe77
|
Merge branch 'feature/spi_ram_fifo_add_timetick' into 'master'
feature(spi_ram_fifo): add timetick
See merge request sdk/ESP8266_RTOS_SDK!979
|
2019-06-13 16:36:00 +08:00 |
|
|
1b2d3b9cf0
|
feat(lwip): Midify stand I/O control APIs declare
|
2019-06-13 16:27:25 +08:00 |
|
|
a227a22a36
|
Merge branch 'bugfix/fix_i2s_dma_error' into 'master'
bugfix(i2s): fix i2s dma error
See merge request sdk/ESP8266_RTOS_SDK!960
|
2019-06-12 19:13:19 +08:00 |
|
|
483a5a475c
|
bugfix(i2s): fix i2s dma error
|
2019-06-12 11:14:50 +08:00 |
|
|
42c06647ba
|
feature(spi_ram_fifo): add timetick
|
2019-06-12 11:06:26 +08:00 |
|
|
135c2977a6
|
Merge branch 'feature/add_set_tx_power_via_vdd33_function' into 'master'
feat(esp8266): add set tx power via vdd33 function
See merge request sdk/ESP8266_RTOS_SDK!950
|
2019-06-12 10:59:50 +08:00 |
|
|
e27cb05f32
|
Merge branch 'docs/remove_sniffer_use_limit' into 'master'
general-note: remove sniffer mode use limit
See merge request sdk/ESP8266_RTOS_SDK!978
|
2019-06-12 10:52:07 +08:00 |
|
|
12ad94dec4
|
docs(general-note): Remove sniffer mode use limit
|
2019-06-12 10:44:30 +08:00 |
|
|
026421015f
|
Merge branch 'docs/fix_factory_test_cmd' into 'master'
factory-test: fix command error
See merge request sdk/ESP8266_RTOS_SDK!977
|
2019-06-12 10:43:52 +08:00 |
|
|
2084e8ed19
|
feat(esp8266): format phy_init.c
|
2019-06-12 10:38:33 +08:00 |
|
|
d04ce110f9
|
feat(esp8266): add set tx power via vdd33 function
|
2019-06-12 10:38:33 +08:00 |
|
|
68977411f9
|
docs(factory-test): fix command error
|
2019-06-12 10:34:40 +08:00 |
|
|
c94662d90e
|
Merge branch 'feature/autoip_bind_trigger_callback' into 'master'
lAutoIP trigger callback so that application can know IP changes
See merge request sdk/ESP8266_RTOS_SDK!972
|
2019-06-12 08:53:25 +08:00 |
|
|
ca5e899de6
|
Merge branch 'feature/spilt_native_ota_example' into 'master'
examples: spilt ota example into sub-examples to adapt to various scenarios
See merge request sdk/ESP8266_RTOS_SDK!968
|
2019-06-11 10:14:09 +08:00 |
|
|
2964c5ac5f
|
feat(examples): spilt ota example into sub-examples to adapt to various scenarios
|
2019-06-11 10:07:24 +08:00 |
|
|
4c4bab2746
|
Merge branch 'bugfix/fix_aws_read_timeout_error' into 'master'
aws: fix AWS read timeout error
See merge request sdk/ESP8266_RTOS_SDK!967
|
2019-06-10 19:13:16 +08:00 |
|
|
363db850fd
|
Merge branch 'bugfix/fix_aws_ssl_fail_by_wolfssl' into 'master'
examples: fix aws SSL connect fail when using wolfSSL
See merge request sdk/ESP8266_RTOS_SDK!974
|
2019-06-10 19:13:01 +08:00 |
|
|
208d86d96f
|
fix(examples): fix aws SSL connect fail when using wolfSSL
|
2019-06-10 17:12:59 +08:00 |
|
|
c74d4f19d2
|
Merge branch 'bugfix/mqtt_wolfssl' into 'master'
Fix a bug of MQTT when disable WS or WSS
See merge request sdk/ESP8266_RTOS_SDK!971
|
2019-06-10 15:56:01 +08:00 |
|