esp-idf/components/freertos/include/freertos
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
..
FreeRTOS.h esp32: Add core dump saving to flash feature 2017-01-11 20:51:28 +03:00
FreeRTOSConfig.h Core timer 2 is unusable for FreeRTOS ticks because it triggers a high-level interrupt. This commit deletes the option to select it. 2017-01-15 11:11:58 +08:00
StackMacros.h
croutine.h
deprecated_definitions.h
event_groups.h
heap_regions.h
heap_regions_debug.h Fix memory debugging code 2016-12-19 18:48:08 +08:00
list.h
mpu_wrappers.h
portable.h disable PHY and RF when stop WiFi and disable BT 2017-02-17 10:24:54 +08:00
portbenchmark.h
portmacro.h freertos: rework code based on review 2016-12-27 12:11:07 +08:00
porttrace.h
projdefs.h
queue.h
ringbuf.h
semphr.h
task.h esp32: Adds documentation and comments to core dump feature files 2017-01-11 20:51:28 +03:00
timers.h
xtensa_api.h
xtensa_config.h
xtensa_context.h
xtensa_rtos.h
xtensa_timer.h