esp-idf/components/esp_system/include
Omar Chebib 87325fa964 esp_system: add VDD_SDIO power domain configuration for light sleep
VDD_SDIO power domain can now be configured for light sleep
by the application. It is now possible to keep the power domain
ON during light sleep, keeping the GPIOs connected to it powered.
The power domain will, by default be:
- Kept ON if CONFIG_ESP_SYSTEM_PD_FLASH is not set
- Turned OFF if not set

The application can still force it to be ON by calling
`esp_sleep_pd_config(ESP_PD_DOMAIN_VDDSDIO, ESP_PD_OPTION_ON);`
2021-03-24 12:04:57 +08:00
..
esp_private esp_common: other movements 2021-02-24 12:16:37 +08:00
esp_async_memcpy.h async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
esp_debug_helpers.h esp_hw_support: create esp_cpu 2021-02-26 13:34:29 +08:00
esp_expression_with_stack.h esp_common: move shared stack 2021-02-24 12:16:37 +08:00
esp_freertos_hooks.h esp_common: move freertos hooks 2021-02-24 12:16:37 +08:00
esp_int_wdt.h esp_common: move task, int wdt 2021-02-24 12:16:37 +08:00
esp_intr_alloc.h esp32c3: format and clean up interrupt and os port code 2021-01-05 15:39:46 +08:00
esp_sleep.h esp_system: add VDD_SDIO power domain configuration for light sleep 2021-03-24 12:04:57 +08:00
esp_system.h ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
esp_task_wdt.h esp_common: move task, int wdt 2021-02-24 12:16:37 +08:00
esp_task.h Allow selection of different core for main task 2021-03-09 10:13:28 +11:00