esp-idf/components/esp_system
Marius Vikhammer c6ed522d60 deep_sleep: on S2 disable the brown out detector before deep sleeping
On S2 the brown out detector would occasionally trigger erroneously during deep sleep.

Disable it before sleeping to circumvent this issue.

Closes https://github.com/espressif/esp-idf/issues/6179
2021-02-25 10:53:06 +08:00
..
include Mac BB power down in light sleep 2021-01-28 22:28:04 +08:00
port esp_system: Fix some ESP_EARLY_LOG lines not being output fully 2021-02-01 14:24:38 +11:00
test intr_alloc: re-enable unit test 2021-02-02 20:25:50 +08:00
CMakeLists.txt bootloader: fix external 32k xtal not found error 2021-01-20 16:51:20 +08:00
component.mk esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
esp_async_memcpy.c Merge branch 'feature/gdma_channel_allocator' into 'master' 2021-01-14 10:52:49 +08:00
intr_alloc.c intr_alloc: re-enable unit test 2021-02-02 20:25:50 +08:00
Kconfig Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
linker.lf components: fix ldgen check errors 2021-01-19 11:17:18 +08:00
panic.c esp_system: remove remaining use of old gdbstub header 2020-12-18 09:32:24 +08:00
sdkconfig.rename Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
sleep_modes.c deep_sleep: on S2 disable the brown out detector before deep sleeping 2021-02-25 10:53:06 +08:00
startup.c esp32c3: Adds support BROWNOUT reset 2021-01-18 15:38:09 +08:00
system_api.c Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
system_time.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00