esp-idf/components/bt
XiaXiaotian eb14284c92 disable PHY and RF when stop WiFi and disable BT
1. Add disable PHY and RF when WiFi and BT are both disabled(including call sniffer disable API).

2. Do not init PHY and RF when cpu start. Init PHY and RF when call Wifi or BT start APIs(including sniffer enable API).

3. Add a temporary lib: librtc_clk.a and will delete it when CPU frequency switching function is done.

4. Add an function to get OS tick rate.

5. Do not put the whole pp.a in iram0, only put lmac.o, ieee80211_misc.o, ets_time.o and wdev.o in iram0.
2017-02-17 10:24:54 +08:00
..
bluedroid disable PHY and RF when stop WiFi and disable BT 2017-02-17 10:24:54 +08:00
include component/bt: modify bluetooth API 2017-01-05 20:02:06 +08:00
lib@9c1eea6bb0 component/bt : move some codes of controller to iram 2017-01-18 16:38:06 +08:00
bt.c disable PHY and RF when stop WiFi and disable BT 2017-02-17 10:24:54 +08:00
component.mk config: Simplify WiFi & Bluetooth config options 2017-01-10 16:04:04 +11:00
Kconfig config: Move WiFi & BT toggles to Components menu, same as Ethernet 2017-01-10 16:39:43 +11:00