Commit Graph

1182 Commits

Author SHA1 Message Date
Dong Heng
904bf440c5 feat(phy): update phy library from 1058.14 to 1058.15
1. Optimize clock setting in wake-up
2020-07-01 16:10:53 +08:00
Dong Heng
a97e7e2a72 Merge branch 'feature/add_dhcp_option_v3.2' into 'release/v3.2'
feat(dhcp): Add DHCP option12, option60 and option61 in DHCP discovery and request state(backport v3.2)

See merge request sdk/ESP8266_RTOS_SDK!1435
2020-06-16 14:48:11 +08:00
yuanjm
525e377079 feat(dhcp): Add LWIP DHCP option12, option60 and option61 in DHCP discovery and request state(backport v3.2) 2020-06-16 13:53:05 +08:00
yuanjm
2882a6fac2 feat(mqtt): update mqtt component to esp-mqtt commit id 752953dc and update some example 2020-06-12 15:43:48 +08:00
Zhang Jun Hao
987ae8833c fix(lib): fix connect timeout error 2020-06-08 11:21:21 +08:00
Dong Heng
d4a56f78cd feat(bootloader): add option to disable JTAG I/O when boot 2020-06-04 11:38:44 +08:00
Dong Heng
072d2d35a8 feat(esp8266): Panic uses hardware restart instead of software restart 2020-05-19 15:25:40 +08:00
Dong Heng
8a0e994b2a Merge branch 'bugfix/fix_system_time_increase_error' into 'release/v3.2'
fix(esp_timer): fix system time statistical error

See merge request sdk/ESP8266_RTOS_SDK!1399
2020-05-18 14:28:56 +08:00
Dong Heng
4fc88828c8 fix(esp_timer): fix system time statistical error 2020-05-18 14:24:30 +08:00
Dong Heng
8602504ff7 feat(esp8266): support link firmware to all regions of 8MB flash 2020-05-14 17:51:47 +08:00
Dong Heng
987859faee Revert "Merge branch 'bugfix/fix_addr_changed_when_wifi_disconnect_v3.2' into 'release/v3.2'"
This reverts merge request !1376
2020-04-27 12:20:30 +08:00
Dong Heng
0799a0d8a6 Merge branch 'bugfix/uart_cannot_write_completely' into 'release/v3.2'
fix: fix uart write data incomplete(Backport v3.2)

See merge request sdk/ESP8266_RTOS_SDK!1373
2020-04-22 09:39:18 +08:00
Dong Heng
b2618a1672 feat(phy): update phy library from 1058.13 to 1058.14
1. add phy configuration parameters calibration
2. add TX CAP calibration when CPU starts up
2020-04-21 19:34:32 +08:00
Dong Heng
74c07b7e87 fix(tcpip_adapter): fix local IP changed when Wi-Fi disconnect 2020-04-21 17:12:16 +08:00
zhaokeke
fd13371cfd fix: fix uart write data incomplete 2020-04-21 17:09:32 +08:00
Zhang Jun Hao
879ff35e55 fix(lib): fix memleak when station send illegal packet 2020-04-01 14:47:58 +08:00
Dong Heng
b25b962dc0 Merge branch 'bugfix/uart_interrupt_occupy_v3.2' into 'release/v3.2'
bugfix(uart_interrupt_occupy):disable intr that you are not using(backport v3.2)

See merge request sdk/ESP8266_RTOS_SDK!1278
2020-02-25 11:08:45 +08:00
espressif
1b4500d692 bugfix(gpio_set_pull_mode_error):fix cant set gpio pull mode 2020-01-10 15:33:03 +08:00
espressif
2d1ee47408 bugfix(uart_interrupt_occupy):disable intr that you are not using 2020-01-09 17:07:07 +08:00
chenjianqiang
c009931ea2 bugfix(flash): add support for GD25Q64 qio enable 2019-12-26 11:02:06 +08:00
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