Commit Graph

91 Commits

Author SHA1 Message Date
XiaXiaotian
9b9a3b35f0 update wifi lib
1. Change CSI data type to signed char(7b9abd8a)
2018-07-04 11:37:29 +08:00
qiyueixa
1f2b30fc41 mesh: bugfix(a7a46e)
!MR511
1. increase max layer limit from 15 to 25.
2. add esp_mesh_set_6m_rate() to set minium rate to 6Mbps for data packets.
3. modify only root saves settings to nvs.
4. fix ap_loss.
2018-06-25 21:45:59 +08:00
qiyueixa
7031ad4fbf mesh: bugfix(0d5fbb)
!MR511
1. increase max layer limit from 15 to 25.
2. add esp_mesh_set_6m_rate() to set minium rate to 6Mbps for data packets.
3. modify only root saves settings to nvs.
2018-06-21 16:59:27 +08:00
XiaXiaotian
67fe3bdfb2 update wifi lib
1. support WiFi null mode again(4fd6a2c1)
2018-06-20 16:44:00 +08:00
qiyueixa
e5f0e45e97 mesh: bugfix(b65dd0)
!MR507

1. fix osi bug causes esp_mesh_send() never return when TOS is set.
2. fix in self-healing, devices never reconnect or scan a parent.
3. modify short annonce interval from 300ms to 500ms.
4. fix parent switch issue.
5. use the same coreID as wifi.
2018-06-15 20:30:40 +08:00
zhangyanjiao
166c7dca97 Update wifi lib:
WLOGE, WLOGW, WLOGI, WLOGD do anything when wifi is not initialized(d09d611)
2018-06-14 19:25:23 +08:00
zhangyanjiao
16777c5d1e Update wifi lib
fix espnow bug when add node in AP+STA mode(ac8d7b4)
2018-06-06 20:40:41 +08:00
XiaXiaotian
57c718617c update wifi lib
1. fix rx state parse if CSI is enabled(974aa77b)

2. make smartconfig channel timer thread safe(871ae4c8)

3. fix sniffer filter mask to keep the same as IDF(a1ee8005)
2018-06-01 14:23:18 +08:00
zhangyanjiao
13a07ae99e Update wifi lib
fix espnow watchdog when modify(892ae94)
2018-05-30 17:16:56 +08:00
jack
f56b7bd412 Update wifi lib
add os adapter func(1fd3f439)
2018-05-26 16:49:43 +08:00
XiaXiaotian
efae38d4d6 update wifi lib
1. refactor smartconfig: move wifi part to wifi lib and lwip part to
IDF(90cbed9e)
2018-05-11 10:45:03 +08:00
qiyueixa
6657b2f40e add mesh lib(2fc15c0558f2) 2018-04-04 16:16:11 +08:00
XiaXiaotian
b58dec0738 roll back to c19d8c7a6c
update wifi lib

recompile wifi lib with new psram toolchain

1. wifi lib(403db1dd)

2. recompile rtc and
   phy(bugfix/recompile_rtc_phy_with_new_toolchain_v3.0, 526e9ea2)

3. rtc:v230, phy:v366

4. recompile smartconfig(master, 7137a805)
2018-01-23 19:32:07 +08:00
Deng Xin
111e680524 test add 1 2018-01-10 16:53:56 +08:00
XiaXiaotian
c19d8c7a6c update wifi lib
recompile wifi lib with new psram toolchain

1. wifi lib(403db1dd)

2. recompile rtc and phy(bugfix/recompile_rtc_phy_with_new_toolchain_v3.0, 526e9ea2)

3. rtc:v230, phy:v366

4. recompile smartconfig(master, 7137a805)
2018-01-02 14:21:10 +08:00
XiaXiaotian
f41b1deb36 update smartconfig lib
open debug log in libsmartconfig.a
2017-11-17 11:14:09 +08:00
XiaXiaotian
6cb9bf46b6 update smartconfig lib
v2.7.1: fix a airkiss macro typo error and compile with psram tool(7137a805)
2017-11-15 21:42:38 +08:00
XiaXiaotian
fe75b8648d update smartconfig lib
fix a airkiss macro typo error(7137a805)
2017-11-15 12:10:55 +08:00
XiaXiaotian
30c8cae1e6 update libsmartconfig.a
1. modify airkiss enum STAU_HT20.

2. re-compile libsmartconfig.a due to station config change
2017-10-25 14:51:02 +08:00
XiaXiaotian
c1d75f5018 update smartconfig to v2.6.9
1. Add ets_timer_done to free ets_timer when it will not be used
anymore.

2. Call ets_timer_setfn before calling ets_timer_arm.
2017-09-20 19:34:36 +08:00
XiaXiaotian
47fe08d4e3 update smartconfig to V2.6.8
fix a typo of setting locked channel of ESP32
2017-08-22 15:02:09 +08:00
XiaXiaotian
8319ce7d86 update smartconfig to V2.6.8
fix a typo of setting locked channel of ESP32
2017-08-22 15:00:00 +08:00
Liu Zhi Fu
0ce499fcdf run fix_printf for libsmartconfig.a 2017-06-13 17:07:24 +08:00
Liu Zhi Fu
aaadcc10a0 Update libsmartconfig.a to v2.6.7 2017-06-13 16:53:31 +08:00
XiaXiaotian
2d445068eb update wifi lib
1. reduce power consumption of softap for midea(80e2d1ed)
2017-06-08 17:49:04 +08:00
Liu Zhi Fu
68766a63f3 update libsmartconfig.a for mimo 2017-06-02 22:07:13 +08:00
Liu Zhi Fu
d56e0d07f6 update wifi lib
1. Update lib smartconfig to fix tw11778
2. 0d788ec2 fix dport access register bug
2017-05-16 17:19:30 +08:00
XiaXiaotian
643206e1ea update smartconfig
1. [FIX] changed wifi_scan_config_t struct, clear other numbers.

2. [FIX] disconnect before enable esptouch.
2017-04-14 11:46:11 +08:00
XiaXiaotian
0516895c0a update smartconfig
1. [FIX] changed wifi_scan_config_t struct, clear other numbers.

2. [FIX] disconnect before enable esptouch.
2017-04-14 11:20:55 +08:00
Xia Xiaotian
02232f974b update wifi lib(b1b5b248)
1. tw7426: fix the bug that config ap crashes(7bb90c19)

2. tw9149: fix memory leak in modem sleep(1f450cb8)

3. tw9157: fix dtim change log in modem sleep(1f450cb8)

4. update smartconfig.a
2016-12-14 11:06:55 +08:00
Liu Zhi Fu
fe92437f51 update libsmartconfig.a 2016-12-12 16:59:52 +08:00
Liu Zhi Fu
9310e077a3 update wifi lib
1. Update libsmartconfig.a
2. 8fef22ee: refractor to sniffer
2016-12-12 09:57:48 +08:00
Xia Xiaotian
6cc03db27a update wifi lib
1. add wpa2 enterprise(b3102c2a)
2016-11-24 20:38:59 +08:00
Xia Xiaotian
aa74ce2761 update wifi lib
1. some refractor to debug info(da6280b3)

2. fix bug of hung at phy_int in librtc.a(1bb9ce1d)
2016-11-24 17:25:43 +08:00
Xia Xiaotian
99798aaace update wifi lib
1. 2698b6fc - remove system_api.c and os_xtensa.c

2. fix printf in lib
2016-11-22 21:44:07 +08:00
Liu Zhi Fu
5a6ee57d18 remove excutable permission 2016-11-08 15:09:28 +08:00
Liu Zhi Fu
a1ab74c2a6 update bt/wifi coexist lib
1. e893d520 - add coexist folder for wifi/bt common code
2. 1740249e - merge bt/wifi phy_init
2016-11-08 11:59:33 +08:00
Liu Zhi Fu
12b3435fc0 esp32: update wifi lib
3e67f0f4: sync freertos header from MR 107
2016-10-27 11:53:00 +08:00
liuzhifu
d3920845c9 update wifi lib
6ce01d76: rename some wifi internal APIs
aa4d2aa9: last rx buffer is reserved for mgmt frame
bb0ff4a8: tw7775 fix assert when rx auth frame before create bss
2016-10-26 13:39:45 +08:00
xiaxiaotian
f3608e6037 wifi_lib(327866dc)
1. 57039de0 - add watch dog
2. update smartconfig 2.6.2
2016-09-30 12:13:41 +08:00
Wu Jian Gang
6dafa3ec5a Add init core library 2016-08-05 12:08:30 +08:00