|
dd9c36619e
|
Merge branch 'feature/disable_jtag_io_when_boot' into 'master'
feat(bootloader): add option to disable JTAG I/O when boot
See merge request sdk/ESP8266_RTOS_SDK!1331
|
2020-06-04 11:31:36 +08:00 |
|
|
cff625175d
|
feat(bootloader): add option to disable JTAG I/O when boot
|
2020-06-04 11:23:43 +08:00 |
|
|
c8109d3e1f
|
Merge branch 'bugfix/fix_anti_clogging_test_error' into 'master'
fix(lib): fix anti-clogging test error
See merge request sdk/ESP8266_RTOS_SDK!1416
|
2020-06-01 15:21:11 +08:00 |
|
|
02b5122811
|
fix(lib): fix anti-clogging test error
|
2020-06-01 14:03:18 +08:00 |
|
|
cf83d22a9b
|
Merge branch 'bugfix/fix_PMF_function_not_set_by_default' into 'master'
fix(lib): fix PMF function not set by default
See merge request sdk/ESP8266_RTOS_SDK!1415
|
2020-05-29 14:35:39 +08:00 |
|
|
7894080513
|
fix(lib): fix PMF function not set by default
|
2020-05-29 13:58:22 +08:00 |
|
|
f419436dab
|
Merge branch 'feature/add_SA_query_support' into 'master'
feat(lib): add SA query support
See merge request sdk/ESP8266_RTOS_SDK!1414
|
2020-05-28 18:02:27 +08:00 |
|
|
d79a39877f
|
feat(lib): add SA query support
|
2020-05-28 16:21:04 +08:00 |
|
|
5dbf32a928
|
Merge branch 'feature/add_WPA3_and_PMF_support_for_WFA' into 'master'
feat(wpa_supplicant): add WPA3 and PMF support
See merge request sdk/ESP8266_RTOS_SDK!1410
|
2020-05-28 15:45:02 +08:00 |
|
|
741baf8a32
|
Merge branch 'feature/support_ipv6_ssc' into 'master'
feat(ipv6): Support SSC to get global ipv6 address
See merge request sdk/ESP8266_RTOS_SDK!1413
|
2020-05-27 16:52:43 +08:00 |
|
|
b494f5e781
|
feat(ipv6): Support SSC to get global ipv6 address
|
2020-05-27 14:01:49 +08:00 |
|
|
cfc96bcaa2
|
feat(lib): update library
|
2020-05-27 11:46:26 +08:00 |
|
|
b6fc3c493d
|
feat(esp8266): add menuconfig for WPA3
|
2020-05-27 11:46:26 +08:00 |
|
|
7192a85b2d
|
feat(esp8266): add esp_random function
|
2020-05-27 11:46:26 +08:00 |
|
|
bec5ca6fe6
|
feat(lib): remove wpa lib
|
2020-05-27 11:46:26 +08:00 |
|
|
2eb979fa08
|
feat(wpa_supplicant): modify some file for compile
|
2020-05-27 11:46:17 +08:00 |
|
|
b987cee1d2
|
feat(wpa_supplicant): modify direction of include files
|
2020-05-27 10:46:13 +08:00 |
|
|
75f1ceeb64
|
feat(wpa_supplicant): add PMF and WPA3 support
|
2020-05-27 10:46:13 +08:00 |
|
|
4c94b94e01
|
feat(wpa_supplicant): modify some files name
|
2020-05-27 10:46:13 +08:00 |
|
|
752fbd7d23
|
feat(wpa_supplicant): move wpa source file to SDK
|
2020-05-27 10:46:13 +08:00 |
|
|
0cf383273d
|
feat(wpa_supplicant): remove unused file
|
2020-05-27 10:46:13 +08:00 |
|
|
aff8a5fad4
|
feat(wpa_supplicant): redefine wpa_supplicant file structure
|
2020-05-27 10:46:13 +08:00 |
|
|
ddba17707f
|
Merge branch 'feature/update_mdns_from_idf' into 'master'
feat(mbedtls): Update mdns from esp-idf
See merge request sdk/ESP8266_RTOS_SDK!1320
|
2020-05-27 10:25:01 +08:00 |
|
|
4341b0b95d
|
Merge branch 'feature/add_util_algorithm_to_mbedtls' into 'master'
feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls
See merge request sdk/ESP8266_RTOS_SDK!1256
|
2020-05-27 10:22:56 +08:00 |
|
|
2e2512eec6
|
Merge branch 'bugfix/fix_example_smartconfig_not_start_task' into 'master'
fix(smartconfig): Fix smartconfig example not start task when Wi-Fi starts
See merge request sdk/ESP8266_RTOS_SDK!1398
|
2020-05-27 10:01:02 +08:00 |
|
|
023668b0c8
|
Merge branch 'bugfix/fix_writing_errors' into 'master'
fix(wifi): fix writing error
See merge request sdk/ESP8266_RTOS_SDK!1408
|
2020-05-25 19:03:56 +08:00 |
|
|
655f934008
|
fix(wifi): fix writing error
|
2020-05-25 16:51:12 +08:00 |
|
|
03164a842b
|
Merge branch 'feature/panic_using_hardware_restart_instead_of_software' into 'master'
feat(esp8266): Panic uses hardware restart instead of software restart
See merge request sdk/ESP8266_RTOS_SDK!1404
|
2020-05-19 18:47:20 +08:00 |
|
|
39c53b61dd
|
feat(esp8266): Panic uses hardware restart instead of software restart
add
|
2020-05-19 15:20:00 +08:00 |
|
|
960f454b85
|
Merge branch 'feature/mbedtls_dynamic_memory' into 'master'
feat(mbedtls): Add dynamic buffer and local resource managment to decrease SSL heap cost
See merge request sdk/ESP8266_RTOS_SDK!1401
|
2020-05-18 15:49:25 +08:00 |
|
|
66ee73402a
|
Merge branch 'feature/update_mbedtls_to_v2.16.5' into 'master'
feat(mbedtls): Update mbedTLS version to v2.16.5
See merge request sdk/ESP8266_RTOS_SDK!1400
|
2020-05-18 15:06:13 +08:00 |
|
|
c863d7e981
|
feat(mbedtls): Add dynamic buffer and local resource managment to decrease SSL heap cost
|
2020-05-18 15:02:20 +08:00 |
|
|
c6f929e87f
|
feat(mbedtls): Update mbedTLS version to v2.16.5
|
2020-05-18 14:43:48 +08:00 |
|
|
4c9f917f35
|
fix(smartconfig): Fix smartconfig example not start task when Wi-Fi starts
|
2020-05-15 14:05:25 +08:00 |
|
|
ee0c4459d6
|
Merge branch 'bugfix/fix_stack_mem_load_error_when_enable_wp' into 'master'
fix(freertos): fix stack memory load error when enable stack hardware watch point
See merge request sdk/ESP8266_RTOS_SDK!1393
|
2020-05-08 14:13:40 +08:00 |
|
|
1418056e3c
|
fix(freertos): fix stack memory load error when enable stack hardware watch point
|
2020-05-08 13:57:04 +08:00 |
|
|
604a4cb142
|
Merge branch 'bugfix/default_task_watchdog_timeout' into 'master'
Change the default timer label in menuconfig
See merge request sdk/ESP8266_RTOS_SDK!1392
|
2020-05-07 17:00:35 +08:00 |
|
|
f03e81b092
|
task_watchdog: Fixed the default timeout
The watchdog timeout was mistakenly getting set to 6 seconds instead of 26 seconds
due to incorrect macro being used.
|
2020-05-06 18:17:40 +05:30 |
|
|
a6fb921b38
|
Merge branch 'revert-b29ffce3' into 'master'
Revert "Merge branch 'bugfix/fix_addr_changed_when_wifi_disconnect' into 'master'"
See merge request sdk/ESP8266_RTOS_SDK!1388
|
2020-04-27 13:35:56 +08:00 |
|
|
8c6646da4d
|
Revert "Merge branch 'bugfix/fix_addr_changed_when_wifi_disconnect' into 'master'"
This reverts merge request !1372
|
2020-04-27 12:22:49 +08:00 |
|
|
22e7848c16
|
Merge branch 'feature/update_phy_library' into 'master'
feat(phy): update phy library from 1156.0 to 1059.0
See merge request sdk/ESP8266_RTOS_SDK!1379
|
2020-04-22 09:37:52 +08:00 |
|
|
89177a8365
|
feat(phy): update phy library from 1156.0 to 1059.0
1. add phy configuration parameters calibration
|
2020-04-21 18:01:30 +08:00 |
|
|
b29ffce3bc
|
Merge branch 'bugfix/fix_addr_changed_when_wifi_disconnect' into 'master'
fix(tcpip_adapter): fix local IP changed when Wi-Fi disconnect
See merge request sdk/ESP8266_RTOS_SDK!1372
|
2020-04-21 17:11:35 +08:00 |
|
|
99e81ad572
|
fix(tcpip_adapter): fix local IP changed when Wi-Fi disconnect
|
2020-04-21 16:45:32 +08:00 |
|
|
163c8f41ef
|
Merge branch 'bugfix/fix_return_code_error_when_set_wrong_authmode_in_softap_config' into 'master'
fix(lib): fix return code error when set wrong authmode in softap config
See merge request sdk/ESP8266_RTOS_SDK!1368
|
2020-04-21 11:31:14 +08:00 |
|
|
f0fd7d06a2
|
Merge branch 'bugfix/fix_memleak_when_sta_send_illegal_pkt' into 'master'
fix(lib): fix menleak when station send illegal packet
See merge request sdk/ESP8266_RTOS_SDK!1363
|
2020-04-21 11:31:01 +08:00 |
|
|
da93c69bed
|
Merge branch 'feature/do_not_refuse_ap_without_basic_rate' into 'master'
feat(lib): do not drop beacon without basic rate
See merge request sdk/ESP8266_RTOS_SDK!1362
|
2020-04-21 11:30:47 +08:00 |
|
|
4197f22e40
|
Merge branch 'feature/refactor_set_channel_and_power_management_according_to_IDF' into 'master'
feat(pm): refactor power management according to IDF
See merge request sdk/ESP8266_RTOS_SDK!1338
|
2020-04-21 11:30:26 +08:00 |
|
|
b8c0dc7e50
|
fix(lib): fix return code error when set wrong authmode in softap config
|
2020-04-20 20:59:13 +08:00 |
|
|
afc84b13ac
|
fix(lib): fix menleak when station send illegal packet
|
2020-04-15 15:00:20 +08:00 |
|