esp-idf/examples/system/light_sleep/main
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
..
CMakeLists.txt uart: support light sleep on esp32s3 2022-01-25 17:43:02 +08:00
gpio_wakeup.c uart: support light sleep on esp32s3 2022-01-25 17:43:02 +08:00
light_sleep_example_main.c global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
light_sleep_example.h uart: support light sleep on esp32s3 2022-01-25 17:43:02 +08:00
timer_wakeup.c uart: support light sleep on esp32s3 2022-01-25 17:43:02 +08:00
uart_wakeup.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00