87 Commits

Author SHA1 Message Date
56047135d5 fix(libs): Fix deep sleep input time small leading to stuck 2020-12-29 18:04:28 +08:00
b9628e8608 feat(esptouch_v2): support esptouch_v2 2020-12-03 18:02:15 +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
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
97fb7b13a1 feat(lib): update lib
- return ERR_MEM when softap power queue is full
- remove some unused code and function
- do not rewrite flash when set station config
- wait 20~40ms before close RF when station received unicast packet from ap
- set default DTIM period to 1 when ESP8266 in softap mode
- fix authmode in scan record is open when scan WPA2/WPA3 router
- add esp_wifi_set_11b_tx_plcp api for signal test
- fix baudrate is incorrect when esp_restart called
2020-09-14 09:48:53 +08:00
8eab9110d7 feat(lib): update lib 2020-09-03 17:04:16 +08:00
6ea6a7dfd5 feat(lib): update lib
- add max connection log in softap
 - add set and get inactive time api
 - remove taskdelay after station disconnect from ap
 - refactor set and get max phy tpw api
 - fix sig test error
2020-09-03 15:35:23 +08:00
c8c35d12d4 update lib 2020-09-03 14:07:07 +08:00
e4d5a009c7 feat(lib): refactor wifi connect mechanism with multi same ssid ap
- support espnow receive multi-pkt
   - do not send 802.11 ack when station or ap stopped
   - do not set wifi mode when esp_deep_sleep() called
   - fix softap drop disassoc pkt error
   - refuse app scan when station start connect to ap
   - do nothing when rx other ap's csa information
2020-08-26 16:10:24 +08:00
8f17f60c99 feat(lib): update lib 2020-08-24 11:54:33 +08:00
e5bc13563d feat(lib): refactor wifi country code 2020-08-07 10:13:49 +08:00
94006ce466 feat(lib): update lib 2020-08-03 10:25:03 +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
65a1809ee8 fix(lib): drop beacon when authmode changed 2020-07-08 11:05:01 +08:00
cfc96bcaa2 feat(lib): update library 2020-05-27 11:46: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
25e39348a2 feat(lib): update library 2020-04-15 14:10:31 +08:00
bb1e2b1ac1 feat(esp8266): refactor function "os_update_cpu_frequency" 2020-03-05 09:37:48 +08:00
0003ef6572 feat(esp8266): refactor ets timer process 2020-02-26 11:11:10 +08:00
77aa687eeb fix(esp8266): fix deep sleep fail 2020-02-25 11:48:04 +08:00
dd9a90ccdb feat(wpa2): update wpa2_enterprise code 2019-11-26 16:09:57 +08:00
95ed4d1e50 feat(wpa2): add wpa2_enterprise to esp8266 2019-11-26 16:09:38 +08:00
5c3f1e058d feat(lib): set the connection to the open router mechanism when pwd is set 2019-11-12 16:19:23 +08:00
9fd4951863 feat(wifi): refactor wifi power save 2019-09-06 15:20:46 +08:00
aa965627d1 feat(esp8266): add new power management method 2019-08-30 20:58:32 +08:00
36adeb9478 feat(lib): update library 2019-08-30 14:19:23 +08:00
51361b06b8 feat(esp8266): disable UART swap before restart 2019-05-30 14:00:22 +08:00
ea43a0c9a6 feat(system): Add global ISR swith 2019-04-28 10:40:50 +08:00
ae61e4dce3 Revert "Merge branch 'feature/add_global_isr_switch' into 'master'"
This reverts merge request !914
2019-04-28 10:32:35 +08:00
e7b8e9fa25 feat(system): Add global ISR swith 2019-04-24 14:40:02 +08:00
c135158f02 feat(lib): optimize the time of station connects to AP
1. save channel to NVS after connect.
2. scan with the saved channel first, if can not connect to AP, then do all channel scan.
2019-04-15 16:20:48 +08:00
e1cfe2ab94 feat(lib): update library 2019-04-12 09:54:37 +08:00
6d31fd02fa feat(lib): reduce scan time when connect to AP 2019-04-10 10:57:47 +08:00
be88feb395 feat(esp8266): Using global functions instead of function table
The Wi-Fi adapter APIs are only used by internal libraires.
2019-03-25 17:35:59 +08:00
2489388ad5 feat(esp8266): Refactor link section 2019-03-22 12:30:46 +08:00
7e25156286 feat(freertos): Reduce close NMI time 2019-03-22 11:36:12 +08:00
31efd6f764 feat(esp8266): Remove esp_socket to save flash and ram 2019-03-22 11:24:50 +08:00
81504d7990 feat(lib): update library 2019-03-15 10:12:28 +08:00
d23500c93c fix(esp8266): Fix log time count error 2019-02-26 13:41:53 +08:00
648121f7b4 fix(lib): fix set bssid error 2019-01-03 20:48:56 +08:00
12ec433d9a feat: Add phy reg default when boot 2018-12-29 14:17:28 +08:00
09cdf3e006 fix(esp8266): Fix the wrong baudrate when restart
Restore old freq when restart
2018-12-29 14:07:26 +08:00
fa54cb847a feat: Optimize to reduce the size of .irom0.text in libcore.a
The target bin can be reduced about 4~5KB.
2018-12-25 20:03:41 +08:00
9ce1b6bf58 feat(lib): use saved PMK instead of calculate again 2018-12-24 19:33:08 +08:00
6b656c9a07 feat(aws): AWS handshake at 160 MHz
Add CPU speed up count for user to check if speeding up is nested.
2018-12-24 10:53:33 +08:00
0f728b64de feat(esp8266): Add reset reason function
The function can be disable.
2018-12-19 15:11:29 +08:00
39541f3a48 fix(esp8266): Fix esp_restart and it must not return 2018-11-09 15:25:10 +08:00
31c017a31f feat(lib): Use gcc v5.2.0 to build the libraries 2018-11-05 20:04:11 +08:00
507b71045b fix(esp8266): Fix deep sleep crash
Put soc deep sleep function to IRAM.
2018-10-25 18:45:50 +08:00