|
8f17f60c99
|
feat(lib): update lib
|
2020-08-24 11:54:33 +08:00 |
|
|
c7e00dadd1
|
feat(lib): remove wpa2 and wps lib
|
2020-08-18 11:04:49 +08:00 |
|
|
e716bb876d
|
feat(wpa_supplicant): refactor wpa_supplicant
|
2020-08-18 11:04:45 +08:00 |
|
|
38b91692da
|
feat(esp8266): rename some wifi private file
|
2020-08-18 10:22:08 +08:00 |
|
|
0eaa8e5098
|
fix(lib): fix connect timeout with some router
|
2020-08-12 10:11:05 +08:00 |
|
|
deeb395ee6
|
Merge branch 'bugfix/fix_cpu_startup_init_clock_error' into 'master'
fix(startup): Fix initialize clock error when CPU starts up
See merge request sdk/ESP8266_RTOS_SDK!1500
|
2020-08-07 18:52:24 +08:00 |
|
|
cb0213c8f9
|
fix(startup): Fix initialize clock error when CPU starts up
|
2020-08-07 16:41:28 +08:00 |
|
|
e5bc13563d
|
feat(lib): refactor wifi country code
|
2020-08-07 10:13:49 +08:00 |
|
|
174d2905e5
|
Merge branch 'feature/wpa_supplicant_sync_with_idf' into 'master'
Feature/wpa supplicant sync with idf
See merge request sdk/ESP8266_RTOS_SDK!1431
|
2020-08-07 10:05:34 +08:00 |
|
|
19513d28de
|
fix(lib): fix softap PMK invalidate in NVS
|
2020-08-06 19:24:50 +08:00 |
|
|
1366f6dd68
|
Merge branch 'feature/speed_up_system_startup' into 'master'
feat(startup): add fast boot and fast restart function
See merge request sdk/ESP8266_RTOS_SDK!1302
|
2020-08-05 11:21:00 +08:00 |
|
|
b967caefaf
|
feat(startup): add fast boot and fast restart function
|
2020-08-05 10:27:28 +08:00 |
|
|
5a916cd78e
|
Merge branch 'feature/add_softap_power_management' into 'master'
feat(wifi): add softap power management
See merge request sdk/ESP8266_RTOS_SDK!1488
|
2020-08-03 11:07:07 +08:00 |
|
|
94006ce466
|
feat(lib): update lib
|
2020-08-03 10:25:03 +08:00 |
|
|
5409aaf0e8
|
feat(wifi): add some function for station power management
|
2020-08-03 10:23:39 +08:00 |
|
|
89caba6825
|
Merge branch 'feature/modify_main_task_priority' into 'master'
feat(startup): Modify app_main task priority
See merge request sdk/ESP8266_RTOS_SDK!1486
|
2020-07-30 17:42:16 +08:00 |
|
|
d5f01ec4be
|
feat(esp8266): support wpa_supplicant sync with idf
|
2020-07-28 18:39:31 +08:00 |
|
|
c048aa1afb
|
feat(wpa_supplicant): move esp_wpa2.h and eap_wps.h from esp8266/include to wpa_supplicant/include/esp_supplicant
|
2020-07-28 18:31:09 +08:00 |
|
|
62905eedad
|
feat(startup): Modify app_main task priority
|
2020-07-27 20:04:08 +08:00 |
|
|
ed0cb11ccc
|
feat(lib): refactor wifi tx
|
2020-07-27 17:34:36 +08:00 |
|
|
290f038c6d
|
feat(lib): update library
|
2020-07-24 09:41:50 +08:00 |
|
|
aee8638a74
|
feat(wifi): add frequency offset var for RF test
|
2020-07-24 09:39:56 +08:00 |
|
|
00fafb8d7b
|
Merge branch 'feature/add_nmi_panic_wd' into 'master'
feat(esp8266): add non-mask watch dog to panic critical function
See merge request sdk/ESP8266_RTOS_SDK!1327
|
2020-07-23 14:05:41 +08:00 |
|
|
ad7fd5424f
|
Merge branch 'feature/add_fatfs' into 'master'
feat(fatfs): add FATFS for ESP8266
See merge request sdk/ESP8266_RTOS_SDK!1319
|
2020-07-23 11:34:07 +08:00 |
|
|
d20cf8fc05
|
Merge branch 'feature/update_vfs_for_fatfs' into 'master'
feat(vfs): update vfs for ESP8266
See merge request sdk/ESP8266_RTOS_SDK!1317
|
2020-07-23 11:33:15 +08:00 |
|
|
f7b83db266
|
feat(esp8266): add non-mask watch dog to panic critical function
|
2020-07-23 11:24:42 +08:00 |
|
|
e73c871b9f
|
feat(lib): update lib
refactor wifi power management
set min data tx rate to 5.5Mbps
set max retry count to 32
fix some bugs of espnow
optimize dhcp
|
2020-07-16 15:54:57 +08:00 |
|
|
0493b354a7
|
feat(esp8266): do not transform hardware pkt to app layer
|
2020-07-15 10:43:07 +08:00 |
|
|
da40871dcb
|
feat(esp8266): set default freq to 160MHz
|
2020-07-15 10:41:17 +08:00 |
|
|
068901a8a7
|
feat(esp8266): init uart before phy init
|
2020-07-14 11:46:15 +08:00 |
|
|
98df026b68
|
feat(wifi): refactor wifi power management
|
2020-07-14 11:46:15 +08:00 |
|
|
da3362ecab
|
Merge branch 'bugfix/drop_beacon_when_authmode_changed' into 'master'
fix(lib): drop beacon when authmode changed
See merge request sdk/ESP8266_RTOS_SDK!1463
|
2020-07-08 15:51:29 +08:00 |
|
|
0ad7af2600
|
Merge branch 'bugfix/fix_nmi_reenter_when_multi_enable_mac_interrupt' into 'master'
fix(xtensa): Fix NMI reenter when multi enable MAC interrupt
See merge request sdk/ESP8266_RTOS_SDK!1468
|
2020-07-08 15:21:18 +08:00 |
|
|
a3be9fd9aa
|
fix(xtensa): Fix NMI reenter when multi enable MAC interrupt
|
2020-07-08 14:38:15 +08:00 |
|
|
65a1809ee8
|
fix(lib): drop beacon when authmode changed
|
2020-07-08 11:05:01 +08:00 |
|
|
7adc7a6424
|
Merge branch 'bugfix/fix_crash_when_esp_restart_called' into 'master'
fix(lib): fix crash when esp_restart called
See merge request sdk/ESP8266_RTOS_SDK!1446
|
2020-07-07 11:55:32 +08:00 |
|
|
513d9722c7
|
Merge branch 'bugfix/do_not_refuse_iphone_when_iphone_reconnect_to_softap' into 'master'
fix(lib): do not refuse iphone when iphone reconnect to softap
See merge request sdk/ESP8266_RTOS_SDK!1441
|
2020-07-07 11:54:48 +08:00 |
|
|
ae5b1b3b86
|
feat(phy): update phy library from 1159.0 to 1163.0
1. optimize TX EVM
2. optimize clock setting in wake-up
|
2020-06-30 16:05:38 +08:00 |
|
|
f69fa6bb29
|
fix(lib): fix crash when esp_restart called
|
2020-06-28 17:12:12 +08:00 |
|
|
d092b3e47f
|
fix(lib): do not refuse iphone when iphone reconnect to softap
|
2020-06-24 16:19:00 +08:00 |
|
|
1f5bed1c5e
|
Merge branch 'bugfix/remove_i2s_bbpll_clk_enable' into 'master'
bugfix(i2s): remove_i2s_bbpll_clk_enable
See merge request sdk/ESP8266_RTOS_SDK!1389
|
2020-06-16 14:13:22 +08:00 |
|
|
4d67b793f2
|
Merge branch 'bugfix/ledc_pwm_error' into 'master'
bugfix(ledc):fix pwm duty setting error
See merge request sdk/ESP8266_RTOS_SDK!1394
|
2020-06-16 13:05:25 +08:00 |
|
|
55ba503983
|
fix(lib): fix connect timeout error
|
2020-06-08 11:09:10 +08:00 |
|
|
d1fc18d31d
|
bugfix(ledc):fix pwm duty setting error
|
2020-06-04 15:49:40 +08:00 |
|
|
02b5122811
|
fix(lib): fix anti-clogging test error
|
2020-06-01 14:03:18 +08:00 |
|
|
7894080513
|
fix(lib): fix PMF function not set by default
|
2020-05-29 13:58:22 +08:00 |
|
|
d79a39877f
|
feat(lib): add SA query support
|
2020-05-28 16:21:04 +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 |
|