Commit Graph

37 Commits

Author SHA1 Message Date
Liu Zhi Fu
32402930b3 update phy
1.  PHY383.0 (144a41def)
    1)add IRAM_ATTR to the API who running in interrupt.
    2) add pwdet_sar2_init() to phy_pwdet_onetime_en() for configuring SAR2 to power detect。

2.  PHY380.0 (121493c6)
    last version PHY379.0 can take watchdog.
2018-01-30 16:08:04 +08:00
XiaXiaotian
b35fc86bbc update phy and rtc
1. PHY379.0 (4bdc3f76)
   Added two functions in PHY API for disable interrupts.

2. PHY378.0 (3e6afecd)
   add rfcal data checking to PHY

3. PHY377.0 (9cebd864)
   do not use some rom function which used ets_delay_us().
   add rfcal data checking API.
   add TX Power ontime tracking API.

4. RTC V236 (d616fe55)
   update VDD33 driver

5. PHY V371.0 (07188d4a)
   add rx sense API
   add multi-ant API
   fix a problem for last version PHY 366.0.
   PHY366.0 will make TX Power tracking  fail in sometime
2018-01-24 20:09:59 +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
8d2b43535e update libphy.a
1. V366, fix a problem which initialize current can reach 800mA(867a7035)

2. V365, fix a problem for pll_cap tracking in Coexist (BT & WIFI) mode.
       The problem will make Coexist (BT & WIFI) WIFI AP mode TX Fail in
       high temperature(>70).(3d67f2e4)

3. V364, fix a bug of BT and Wifi coexist (hung in function of
        force_wifi_mode())(b1eb8d16)
2017-11-02 10:28:23 +08:00
Tian Hao
d7c77c5ae8 update phy & rtc
RTC V230
    add BT AGC saturation protection, replace RTC V229.

PHY V362
    Power up print: "phy_version: 362.0, 61e8d92, Sep  8 2017, 18:48:13"
    1. esp_init_data_v3.bin
        modify TX target power
        modify WIFI & BT RX gain table
    2. modify phy_close_rf()
    3. add phy_set_most_tpw()
    4. 26M crystal work OK
    5. noise_check_loop ok
2017-10-17 11:25:34 +08:00
XiaXiaotian
657e562fd2 update libphy and librtc
1. RTC V229: add BT AGC saturation protection

2. PHY V359: (1). esp_init_data_v2.bin -- modify WIFI and BT RX gain table Setting
             (2). modify phy_close_rf()
             (3). noisefloor add limit and no print
2017-09-05 10:55:59 +08:00
XiaXiaotian
57b3072bd3 update wifi lib
1. add get wifi max tx power api(0e33beca).

2. update libphy.a(357)
2017-07-25 15:04:57 +08:00
XiaXiaotian
fa073175cb update wifi lib
1. add set wifi max tx power(2ee6b41f).

2. PHY: V356: add function void phy_set_most_tpw(ebfeabe5).
2017-07-12 20:13:23 +08:00
Tian Hao
d2fc812f7f update libphy.a fix ets_printf
boot up with print "phy: phy_version: 355.1, 59464c5, Jun 14 2017, 20:25:06, 0, 2."
2017-06-16 12:07:22 +08:00
Tian Hao
faa413e257 fix phy init with NULL init_data
update libphy.a
boot up with print "phy: phy_version: 355.1, 59464c5, Jun 14 2017, 20:25:06, 0, 2."
2017-06-15 18:32:57 +08:00
XiaXiaotian
41de1bdf45 update libphy.a
auto check dport,modify some dport reg
    Power up print: "phy_version: 355.0, 2888565, May 23 2017"
2017-06-14 11:03:32 +08:00
XiaXiaotian
2d445068eb update wifi lib
1. reduce power consumption of softap for midea(80e2d1ed)
2017-06-08 17:49:04 +08:00
XiaXiaotian
8047d46d83 update libphy.a
auto check dport,modify some dport reg
    Power up print: "phy_version: 355.0, 2888565, May 23 2017"
2017-05-31 20:41:36 +08:00
XiaXiaotian
a197e872e0 update phy lib
1. PHY 354: add protect for dport register
2017-05-16 21:31:08 +08:00
XiaXiaotian
a5287f9300 update wifi lib
1. Reset WIFI mac when wifi init(1f66f9bd)

2. roll back rx hung workaround for beacon timeout(01de55cf)

3. fix amsdu ap interface wrong issue(10db298a)

4. fix amsdu header parse error(04f6f1ef)

5. fix amsdu flag wrong issue(d6ee2c3a)

6. PHY: V350, fix BT rssi bug

7. RTC: V225, fix bt will be not work when wifi is reset
2017-03-23 14:21:50 +08:00
XiaXiaotian
7b06303c0f update phy and rtc lib
1. RTC V214: modify APLL function for the chip of ECO version

2. Add API phy_close_rf()

3. RTC: V213: fix BT will not work when BT-init is called more than once
2017-02-27 16:56:18 +08:00
XiaXiaotian
8bf38d1b91 update wifi lib(24ce1cae)
1. init phy and rf when start wifi or start sniffer.(301fb80d)

2. deinit phy and rf when stop wifi or stop sniffer.(301fb80d)

3. tw10007: Wifi station do not start if app_main on CPU APP(dd7a371c)
2017-02-16 18:48:31 +08:00
Xia Xiaotian
e8a3f4bafe update wifi lib
1. update phy to version 258wq(redefine printf)

2. default set ps type to WIFI_PS_NONE(fb5a2b07)
2016-11-29 19:37:06 +08:00
Liu Zhi Fu
16ab5a6d5a update wifi lib
update phy to version 258wq
2016-11-29 15:06:50 +08:00
Liu Zhi Fu
db05e57658 update wifi lib
1. Update phy to version 255, fix HT40 rx issue
2. e32568d8 - some misc fix/optimization about wifi driver:
   1. fix net80211 ioctl return value error
   2. add RX_DONE/TX_DONE/Lock-free optimization code
2016-11-28 18:30:45 +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
ea9c156e8a update wifi lib
1. add phy_printf into libcore
2. libphy use phy_printf
2016-11-18 21:04:32 +08:00
Xia Xiao Tian
a580f70a64 update wifi lib
1. 3309d912 - move phy_init to idf
2016-11-18 18:21:36 +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
liuzhifu
9403d944b6 wifi lib update
3b1d4412 (no teamwork id) add debug code
da54b3bd (tw6832) when sta change from state 2->2, send auth with seq 1 instead of 2
414b1e73 (no teamwork id) modify rx buffer from 14 to 25
f3073418 (no teamwork id) remove sensitive words of long rate
2016-09-21 10:58:11 +08:00
xiaxiaotian
58495c2955 phy_version: 123, Sep 13 2016, 20:01:58, 0
1. Add coexistence of modem sleep and wifi BT.
2016-09-14 14:11:15 +08:00
liuzhifu
bdea43dac7 e9b277b 2016-08-29 09:16:57 +08:00
liuzhifu
903fdf315a update phy and rtc 2016-08-26 16:20:11 +08:00
liuzhifu
40dc7af7f3 68931ac 2016-08-16 20:33:58 +08:00
Wu Jian Gang
0a3eb5dcd2 libphy.a version 20160815 1032 2016-08-15 21:36:45 +08:00
liuzhifu
4291420ac8 update libphy.a librtc.a and corelib(commit id=2a85dd7) 2016-08-13 12:13:57 +08:00
Wu Jian Gang
6dafa3ec5a Add init core library 2016-08-05 12:08:30 +08:00