2513 Commits

Author SHA1 Message Date
2f245d1da0 Merge branch 'bugfix/fix_mbedtls_dynamic_process_rsa' into 'master'
fix(mbedtls): Fix mbedtls dynamic process RSA

See merge request sdk/ESP8266_RTOS_SDK!1558
2020-11-11 14:22:32 +08:00
b6e45c27db fix(mbedtls): Fix mbedtls dynamic process RSA 2020-11-11 11:31:15 +08:00
951938131d Merge branch 'feature/add_lwip_debug_menuconfig' into 'master'
feat(lw-ip): Support menuconfig to enable lw-ip debug option

See merge request sdk/ESP8266_RTOS_SDK!1538
2020-11-09 17:32:22 +08:00
e935553dbd Merge branch 'feature/add_ipv6_ping' into 'master'
feat(icmp): Support IPv6 ping and add icmp example

See merge request sdk/ESP8266_RTOS_SDK!1556
2020-11-09 17:30:53 +08:00
1afd736798 Merge branch 'bugfix/fix_add_lib_error_and_some_wifi_bug' into 'master'
fix(wifi): fix add lib error and some wifi bug

See merge request sdk/ESP8266_RTOS_SDK!1551
2020-11-09 17:29:57 +08:00
5b2e9201ca Merge branch 'feature/support_40MHz_XTAL' into 'master'
feat(esp8266): Support 40MHz XTAL

See merge request sdk/ESP8266_RTOS_SDK!1555
2020-11-09 10:28:28 +08:00
43f7ed4d14 fix(lib): update lib
- fix connect with wpa3 ap failed when esp8266 in sta+softap mode
 - fix send assoc failure when station connect with wrong ssid
2020-11-06 16:04:18 +08:00
22791b2b33 feat(esp8266): set noise timer to 3s in light sleep 2020-11-06 15:37:55 +08:00
45b29e25d6 fix(wpa_supplicant): fix disconnect from AP when connect to WPA3 router 2020-11-02 14:50:48 +08:00
370ac3e48a feat(icmp): Support IPv6 ping and add icmp example 2020-11-02 14:18:15 +08:00
3083712cb0 feat(esp8266): add wpa3 authmode 2020-11-02 10:01:30 +08:00
29d3ef68b7 feat(esp8266): Support 40MHz XTAL 2020-10-29 15:47:42 +08:00
9cc9bc427a fix(lib): fix add lib error 2020-10-27 14:59:33 +08:00
dda5062c80 Merge branch 'feature/disable_cmake_warning_by_default' into 'master'
feat(cmake): Disable Cmake compiling warning by default

See merge request sdk/ESP8266_RTOS_SDK!1549
2020-10-27 12:18:33 +08:00
a633993f52 Merge branch 'feature/optimize_dhcp_proc' into 'master'
feat(tcpip_adapter): Optimize DHCP process speed by disable power save when DHCP works

See merge request sdk/ESP8266_RTOS_SDK!1554
2020-10-27 11:57:37 +08:00
4778523a71 Merge branch 'chore/save_exmaple_bins' into 'master'
chore(CI): Save CI compiling examples's building firmware

See merge request sdk/ESP8266_RTOS_SDK!1552
2020-10-26 17:07:08 +08:00
f96b848ba3 feat(tcpip_adapter): Optimize DHCP process speed by disable power save when DHCP works 2020-10-26 15:23:53 +08:00
6dec7db1c7 chore(CI): Save CI compiling examples's building firmware 2020-10-15 11:12:00 +08:00
3aeaa893a4 Merge branch 'docs/update_gcc_url' into 'master'
docs(README): Update GCC version and download URL

See merge request sdk/ESP8266_RTOS_SDK!1550
2020-10-13 17:15:58 +08:00
9fb974e23d Merge branch 'bugfix/fix_iperf_result_error' into 'master'
fix(iperf): fix iperf result error due to nano newlib and uint32_t data len

See merge request sdk/ESP8266_RTOS_SDK!1548
2020-10-13 16:57:49 +08:00
208a703009 feat(cmake): Disable Cmake compiling warning by default 2020-10-13 16:28:14 +08:00
139ea01181 docs(README): Update GCC version and download URL 2020-10-13 15:43:16 +08:00
307c28b694 fix(iperf): fix iperf result error due to nano newlib and uint32_t data len 2020-10-13 15:26:50 +08:00
66dd579880 Merge branch 'bugfix/minor_cmake_compilations' into 'master'
cmake: Minor fixes for cmake compilation

See merge request sdk/ESP8266_RTOS_SDK!1547
2020-10-10 13:40:45 +08:00
0680ff29e7 cmake: Minor fixes for cmake compilation 2020-10-10 11:40:18 +08:00
b798ce4d27 Merge branch 'chore/modify_ci_env_setup' into 'master'
chore(ci): Modify CI env setup

See merge request sdk/ESP8266_RTOS_SDK!1546
2020-10-09 17:46:42 +08:00
1af36c57f8 chore(ci): Modify CI env setup 2020-09-30 19:05:08 +08:00
98d201a161 Merge branch 'feature/support_gcc_v8.x' into 'master'
feat(gcc): Update cross toolchain GCC to v8.x

See merge request sdk/ESP8266_RTOS_SDK!1545
2020-09-30 11:16:52 +08:00
28f466d12e feat(gcc): Update cross toolchain GCC to v8.x 2020-09-30 10:24:08 +08:00
1be2289fcd Merge branch 'revert-70b26d8a' into 'master'
Revert "Merge branch 'feature/support_gcc_v8.x' into 'master'"

See merge request sdk/ESP8266_RTOS_SDK!1544
2020-09-29 18:08:32 +08:00
ed68a21f62 Revert "Merge branch 'feature/support_gcc_v8.x' into 'master'"
This reverts merge request !1539
2020-09-29 17:25:55 +08:00
70b26d8a2d Merge branch 'feature/support_gcc_v8.x' into 'master'
feat(gcc): update cross toolchain GCC to v8.x

See merge request sdk/ESP8266_RTOS_SDK!1539
2020-09-28 19:51:37 +08:00
f49aa13611 Merge branch 'bugfix/fix_wpa2_enterprise_and_smartconfig_test_error' into 'master'
fix(lib): fix wpa2 enterprise and smartconfig test error

See merge request sdk/ESP8266_RTOS_SDK!1541
2020-09-28 19:48:32 +08:00
f92709839b fix(lib): fix wpa2 enterprise and smartconfig test error 2020-09-28 16:25:27 +08:00
cbfad90f6d Merge branch 'feature/refactor_some_api_for_sniffer' into 'master'
feat(lib): update lib

See merge request sdk/ESP8266_RTOS_SDK!1534
2020-09-25 16:23:25 +08:00
9eb0ab0d2b feat(lib): update lib
- support rssi info and phy mode in esp_wifi_sta_get_ap_info api
 - enlarge backoff time of multi/broad-cast packet send by softap
 - add user set min/max len support for sniffer
 - transform FCS error packet to application when ESP8266 in sniffer mode
 - fix cipher mode error in scan ap info
2020-09-25 15:41:40 +08:00
fd54106a97 feat(gcc): update cross toolchain GCC to v8.x 2020-09-23 17:16:53 +08:00
db10c3cbce feat(lw-ip): Support menuconfig to enable lw-ip debug option 2020-09-23 10:43:32 +08:00
3e751362fa Merge branch 'bugfix/fix_submodule_coap_url_error' into 'master'
fix(submodule): Fix submodule coap URL error

See merge request sdk/ESP8266_RTOS_SDK!1537
2020-09-23 10:15:07 +08:00
6385745c2f fix(submodule): Fix submodule coap URL error 2020-09-22 17:50:22 +08:00
94905dda8a Merge branch 'bugfix/pwm_support_fractional_phase' into 'master'
bugfix(pwm): support fractional phase

See merge request sdk/ESP8266_RTOS_SDK!1424
2020-09-22 11:07:55 +08:00
8ba4058aec bugfix(pwm): add SLEEP0_CONF reg to stop timer 2020-09-21 14:16:32 +08:00
72cbf0d55e bugfix(pwm): support fractional phase
* Supports fractional phase, making the phase function produce higher precision waveforms.
* Enhanced stability
2020-09-21 10:37:23 +08:00
c972cccf69 Merge branch 'bugfix/ipv6_send_multicast_data_fail' into 'master'
fix(ipv6): fix ipv6 send multicast data fail when src address is null

See merge request sdk/ESP8266_RTOS_SDK!1533
2020-09-18 16:53:43 +08:00
ac10b42802 Merge branch 'feature/update_coap_from_idf' into 'master'
Feature/update coap from idf

See merge request sdk/ESP8266_RTOS_SDK!1318
2020-09-18 15:35:33 +08:00
d67a61c4c1 fix(ipv6): fix ipv6 sned multicast data fail when src address is null 2020-09-18 15:30:40 +08:00
894647e771 Merge branch 'bugfix/fix_dhcp_renew_fail' into 'master'
fix(lw-ip): fix dhcp renew fail due to dhcp renew packet dropped by wifi ERR_MEM

See merge request sdk/ESP8266_RTOS_SDK!1531
2020-09-18 15:16:13 +08:00
7d4c541cca Merge branch 'tools/test_all_examples_compiling' into 'master'
tools(ci): Add script to compile all examples by make and cmake

See merge request sdk/ESP8266_RTOS_SDK!1532
2020-09-18 15:15:49 +08:00
672a2cf500 fix(lw-ip): fix dhcp renew fail due to dhcp renew packet dropped by wifi ERR_MEM 2020-09-18 14:28:54 +08:00
c67cc06436 tools(ci): Add script to compile all examples by make and cmake 2020-09-18 13:40:29 +08:00