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
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
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
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
8227962033
feat(lwip): AutoIP trigger callback so that application can know IP changes
2019-06-10 14:32:51 +08:00
2f74b409f7
fix(mqtt): Fix a bug of MQTT when disable WS or WSS
2019-06-10 09:26:04 +08:00
fff950983e
Merge branch 'feature/factory_test' into 'master'
...
factory-test: add factory test code and document
See merge request sdk/ESP8266_RTOS_SDK!890
2019-06-04 16:05:33 +08:00
9c19b1eedb
feat(factory_test): add factory test and document
2019-06-04 15:38:35 +08:00
02cc56af50
fix(aws): fix AWS read timeout error
...
The behave that set socket timeout is error, it will lead to a socket I/O error to mbedTLS.
2019-06-03 19:47:25 +08:00
e32f60008a
Merge branch 'feature/add_old_sdk_param' into 'master'
...
compatibility_upgrade: add function to get old SDK's target ap SSID and passowrd
See merge request sdk/ESP8266_RTOS_SDK!959
2019-05-31 15:56:58 +08:00
639c64a540
feat(compatibility_upgrade): add function to get old SDK's target ap SSID and passowrd
...
Add error warning to check the wrong parition table.
2019-05-31 15:51:20 +08:00
ed62c28579
Merge branch 'bugfix/fix_the_comment_of_sniffer_promiscuous_parameter' into 'master'
...
bugfix(sc): modify the comment of wifi_pkt_rx_ctrl_t in esp_wifi_types.h
See merge request sdk/ESP8266_RTOS_SDK!948
2019-05-31 15:21:10 +08:00
c9e233280c
Merge branch 'feature/set_netif_hostname_according_to_rfc952' into 'master'
...
feat(lwip): set netif hostname according to rfc952
See merge request sdk/ESP8266_RTOS_SDK!947
2019-05-31 15:19:53 +08:00
1f771ddf47
Merge branch 'bugfix/fix_cmake_requires' into 'master'
...
cmake: fix cmake requires
See merge request sdk/ESP8266_RTOS_SDK!966
2019-05-31 15:10:01 +08:00
d6acfca78c
fix(cmake): fix cmake requires
2019-05-31 15:03:16 +08:00
5a99688e5e
Merge branch 'feature/check_data_bits_overflow' into 'master'
...
cjson: check if 32-bit type data is overflow
See merge request sdk/ESP8266_RTOS_SDK!945
2019-05-31 10:01:59 +08:00
1bed835d22
Merge branch 'feature/transfer_ACK_type_to_sc_callback' into 'master'
...
feat(sc): transfer smartconfig ACK type to sc_callback
See merge request sdk/ESP8266_RTOS_SDK!944
2019-05-31 09:58:27 +08:00
5307b1f6cd
Merge branch 'feature/ssc_flush_print_buf' into 'master'
...
esp8266: ssc flushes print buffer after printf
See merge request sdk/ESP8266_RTOS_SDK!961
2019-05-30 15:00:47 +08:00
51361b06b8
feat(esp8266): disable UART swap before restart
2019-05-30 14:00:22 +08:00
934dd5afcf
feat(esp8266): ssc flushes print buffer after printf
...
Commit ID: a832c52c
2019-05-29 19:37:41 +08:00
2a57642874
feat(lwip): add reserved DNS server to avoid DHCP changing all DNS server address
2019-05-28 14:57:04 +08:00
d1fc3d977f
Merge branch 'feature/remove_unnecessary_macro_define' into 'master'
...
app_update: remove unnecessary macro define
See merge request sdk/ESP8266_RTOS_SDK!956
2019-05-27 19:29:05 +08:00
e3f66b1567
feat(wpa_supplicant): disable LTM fast when enable wolfSSL
2019-05-27 19:23:06 +08:00
c340f7d1ec
Merge branch 'feature/sync_esp_tls' into 'master'
...
esp_tls: sync code from esp-idf and modify for esp8266
See merge request sdk/ESP8266_RTOS_SDK!949
2019-05-27 19:03:29 +08:00
a09da28247
feat(app_update): Remove unnecessary macro define
2019-05-27 13:30:31 +08:00
e5e1afecf8
fix(esp8266): Fix pp_post reenter
2019-05-24 10:49:29 +08:00
8f258d31a5
fix(lib): fix crash when phrase wrong beacon
2019-05-24 10:41:51 +08:00
279d3cd9b0
feat(esp-tls): Modify for ESP8266
...
1. Add wolfSSL library in esp_tls component
2. Added wolfssl support to http-client & ota.
3. Client, OTA examples fixed. Bug fixes in esp-tls wolfssl support.
4. Fix a bug of esp_tls when work on no-block mode
5. Add macro to disable ipv6 configuration
6. Modify "read" and "write" of esp_tls structure to pass compiling
2019-05-23 17:58:57 +08:00
e3c6494361
feat(esp-tls): Sync code from esp-idf
...
1. Add support to add CN from config and validate PEM buffers
2. Fix incorrect closing of fd 0 on connection failure
3. Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store. Signed-off-by: Chirag Atal <chirag.Atal@espressif.Com>
4. Add checks to for CONFIG_MBEDTLS_SSL_ALPN
5. Mqtt: ssl mutual authentication example added per PR from github, corrected cmake build, updated per idf style
2019-05-23 17:50:34 +08:00
812fc520cd
lwip: fix reenter lwip_close
2019-05-23 17:10:44 +08:00
9f400bbc81
Merge branch 'feature/add_ota_init_bin' into 'master'
...
app_update: add OTA init bin
See merge request sdk/ESP8266_RTOS_SDK!952
2019-05-23 14:10:27 +08:00
345a4f60d1
feat(app_update): add OTA init bin
2019-05-23 14:06:02 +08:00
0bffba3b61
Merge branch 'feature/add_time_head_to_lwipopt_h' into 'master'
...
Add newlib <time.h> declare to "lwipopts.h"
See merge request sdk/ESP8266_RTOS_SDK!953
2019-05-23 14:00:46 +08:00
e2fe03064b
feat(lwip): add newlib <time.h> declare to "lwipopts.h"
2019-05-23 11:38:04 +08:00
a06729a33b
feat(ssl): remove AX-TLS
...
Also open source, we recommend that customers use mbedTLS.
2019-05-23 11:33:35 +08:00
8ccf4435cd
fix the comment of wifi_pkt_rx_ctrl_t in esp_wifi_types.h
2019-05-20 20:44:40 +08:00
76fc05e6f8
feat(lwip): set netif hostname according to rfc952
2019-05-20 20:27:51 +08:00
9f49f9f660
feat(esp8266): Add interrupt overhead time test
2019-05-20 17:56:08 +08:00
7affcfc02d
feat(cjson): Check if 32-bit type data is overflow
2019-05-20 14:04:15 +08:00
ca53760dec
feat(sc): transfer smartconfig ACK type to sc_callback
2019-05-17 20:42:42 +08:00
43d4d27c11
Merge branch 'bugfix/pwm_channel_num_type_error' into 'master'
...
bugfix(pwm): fix pwm channel num type error
See merge request sdk/ESP8266_RTOS_SDK!941
2019-05-16 17:09:56 +08:00
cca13e0f99
feat(make): Sync code from esp-idf and modify for ESP8266
...
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
4c45455ff0
bugfix(pwm): fix pwm channel num type error
...
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/588
2019-05-16 15:51:36 +08:00