esp-idf/components/esp_system
Renz Bagaporo 3f6e366f56 esp_system: force RTC_SLEEP_PD_XTAL on ESP32 via get pdflags
Based on the original code (`esp32/sleep_modes.c`), `RTC_SLEEP_PD_XTAL`
is always given as an argument to `esp_sleep_start`. Enforce this in
function to get power down flags to avoid redundancy.
2020-08-17 19:09:24 +08:00
..
include esp32, esp32s2: move sleep modes code to esp_system 2020-08-17 19:09:23 +08:00
port Merge branch 'refactor/timekeeping_init' into 'master' 2020-08-17 08:13:44 +08:00
test esp32: move sleep test to esp_system 2020-08-17 19:09:24 +08:00
CMakeLists.txt esp32, esp32s2: move sleep modes code to esp_system 2020-08-17 19:09:23 +08:00
component.mk esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00
Kconfig esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
linker.lf esp32, esp32s2: update console initialization 2020-06-26 15:38:49 +02:00
panic.c coredump: Fixes ESP-specific panic reasons handling 2020-07-27 21:38:33 +03:00
sdkconfig.rename esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
sleep_modes.c esp_system: force RTC_SLEEP_PD_XTAL on ESP32 via get pdflags 2020-08-17 19:09:24 +08:00
startup.c esp_system: link time, not runtime, dependency on esp_timer 2020-08-11 17:52:36 +08:00
system_api.c coredump: Fixes ESP-specific panic reasons handling 2020-07-27 21:38:33 +03:00
system_time.c esp_system: link time, not runtime, dependency on esp_timer 2020-08-11 17:52:36 +08:00