Zhang Jun Hao
|
e3388e5902
|
feat(esp8266): set phy cal option according to cal data check
|
2019-12-12 15:55:47 +08:00 |
|
Zhang Jun Hao
|
c966430c2d
|
fix(lib): fix probe request length error
|
2019-12-05 19:25:10 +08:00 |
|
Dong Heng
|
358722d09b
|
fix(esp8266): fix panic reenter when reboot
|
2019-12-03 15:19:55 +08:00 |
|
Dong Heng
|
2872de1e03
|
fix(newlib): fix abort function cause critical error
|
2019-11-29 14:12:04 +08:00 |
|
Dong Heng
|
fe88c35554
|
feat(phy): update phy library to 1058.13
Fix phy software closing RF to cause system error.
|
2019-11-11 18:48:09 +08:00 |
|
Dong Heng
|
4a10752bfa
|
fix(lwip): fix lacking of gcc header file declare when enable VFS
|
2019-11-06 16:10:52 +08:00 |
|
dongheng
|
fda15ef748
|
feat(phy): update phy library
Fix clock error when init_data[112] = 1.
|
2019-10-23 11:07:58 +08:00 |
|
Dong Heng
|
cdcfbee8a4
|
Merge branch 'bugfix/fix_timer_call_delete_when_proc_v3.2' into 'release/v3.2'
esp_timer: fix delete timer and timer processs later (backport v3.2)
See merge request sdk/ESP8266_RTOS_SDK!1077
|
2019-09-17 10:36:22 +08:00 |
|
Chen Wen
|
f3f17dc24a
|
feat(lib): improve the ability of receieve packet in sniffer mode
|
2019-09-12 10:55:37 +08:00 |
|
dongheng
|
6258316dc3
|
fix(esp_timer): fix delete timer and timer processs later
Make sure that FreeRTOS deletes timer firstly and then API "esp_timer_delete" free the source.
|
2019-09-11 19:40:44 +08:00 |
|
Dong Heng
|
f683bc4310
|
Merge branch 'bugfix/fix_sta_get_ap_authmode_error_v3.2' into 'release/v3.2'
fix(lib): fix station get ap authmode error (backport v3.2)
See merge request sdk/ESP8266_RTOS_SDK!1088
|
2019-09-11 18:41:31 +08:00 |
|
dongheng
|
9d7776ebf3
|
fix(phy): fix RF frequency shift at some case
|
2019-09-11 12:02:35 +08:00 |
|
Zhang Jun Hao
|
b8bfda68c2
|
fix(lib): fix station get ap authmode error
|
2019-09-11 10:06:44 +08:00 |
|
Zhang Jun Hao
|
2bcc947c0a
|
fix(lib): fix get ap info crash when connect ap failed
|
2019-08-29 10:46:47 +08:00 |
|
yuanjm
|
011d381c16
|
feat(newlib): Add normal newlib support print null string value
|
2019-08-12 15:59:11 +08:00 |
|
dongheng
|
b8cd6c8753
|
fix(newlib): fix console UART output port when enable VFS
|
2019-08-05 13:49:47 +08:00 |
|
dongheng
|
d65295e199
|
fix(lwip): fix aton prase wrong parameters
|
2019-07-02 15:46:29 +08:00 |
|
dongheng
|
55c6f97a83
|
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-18 10:00:06 +08:00 |
|
Dong Heng
|
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 |
|
Chen Wen
|
af0fcc0492
|
fix(wifi): fix compatibility issues with AP which configured to 11n only
|
2019-06-14 11:06:39 +08:00 |
|
Dong Heng
|
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 |
|
dongheng
|
8d86f3c36b
|
fix(tcp_transport): fix SSL read blocked when the connecttion is closed
|
2019-06-13 16:56:29 +08:00 |
|
Dong Heng
|
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 |
|
Dong Heng
|
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 |
|
dongheng
|
1b2d3b9cf0
|
feat(lwip): Midify stand I/O control APIs declare
|
2019-06-13 16:27:25 +08:00 |
|
Dong Heng
|
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 |
|
xiongyu
|
483a5a475c
|
bugfix(i2s): fix i2s dma error
|
2019-06-12 11:14:50 +08:00 |
|
xiongyu
|
42c06647ba
|
feature(spi_ram_fifo): add timetick
|
2019-06-12 11:06:26 +08:00 |
|
Dong Heng
|
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 |
|
Zhang Jun Hao
|
2084e8ed19
|
feat(esp8266): format phy_init.c
|
2019-06-12 10:38:33 +08:00 |
|
Zhang Jun Hao
|
d04ce110f9
|
feat(esp8266): add set tx power via vdd33 function
|
2019-06-12 10:38:33 +08:00 |
|
Dong Heng
|
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 |
|
Dong Heng
|
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 |
|
dongheng
|
8227962033
|
feat(lwip): AutoIP trigger callback so that application can know IP changes
|
2019-06-10 14:32:51 +08:00 |
|
Liu Han
|
2f74b409f7
|
fix(mqtt): Fix a bug of MQTT when disable WS or WSS
|
2019-06-10 09:26:04 +08:00 |
|
Dong Heng
|
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 |
|
dongheng
|
9c19b1eedb
|
feat(factory_test): add factory test and document
|
2019-06-04 15:38:35 +08:00 |
|
dongheng
|
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 |
|
Dong Heng
|
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 |
|
dongheng
|
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 |
|
Dong Heng
|
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 |
|
Dong Heng
|
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 |
|
Dong Heng
|
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 |
|
dongheng
|
d6acfca78c
|
fix(cmake): fix cmake requires
|
2019-05-31 15:03:16 +08:00 |
|
Dong Heng
|
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 |
|
Dong Heng
|
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 |
|
Dong Heng
|
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 |
|
dongheng
|
51361b06b8
|
feat(esp8266): disable UART swap before restart
|
2019-05-30 14:00:22 +08:00 |
|
dongheng
|
934dd5afcf
|
feat(esp8266): ssc flushes print buffer after printf
Commit ID: a832c52c
|
2019-05-29 19:37:41 +08:00 |
|
dongheng
|
2a57642874
|
feat(lwip): add reserved DNS server to avoid DHCP changing all DNS server address
|
2019-05-28 14:57:04 +08:00 |
|