esp-idf/components/esp_pm
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
include esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
Kconfig esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
linker.lf light sleep: add i/d-cache tagmem retention support for esp32s3 2021-08-27 11:11:09 +08:00
pm_impl.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
pm_locks.c esp_pm: Label each column of lock dump 2021-02-11 18:44:51 +05:30
pm_trace.c sigmadelta: change gpio number from u8 to int 2022-03-29 11:53:31 +08:00
sdkconfig.rename esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 2021-04-07 17:53:37 +08:00