esp-idf/components/esp_system
Ivan Grokhotkov 77afbd51ae sleep: fix esp32 light sleep duration
Commit aa43ed8 was fixing the light sleep overhead calculation for
ESP32-S2. However it also changed the overhead values for ESP32,
resulting in incorrect light sleep time. This caused regression in
light sleep example test.

Revert the original values for the ESP32, keep different set of values
for each chip.
2020-09-09 23:34:54 +02:00
..
include
port Merge branch 'feat/spi_flash_override_size' into 'master' 2020-09-03 02:57:31 +08:00
test esp_system: Disable UTs for ESP32-S2 linked to sleep mode 2020-09-01 17:10:28 +08:00
CMakeLists.txt fix reboot or crash when enable lightsleep on esp32s2 2020-09-07 15:38:00 +08:00
Kconfig
component.mk
linker.lf
panic.c
sdkconfig.rename
sleep_modes.c sleep: fix esp32 light sleep duration 2020-09-09 23:34:54 +02:00
startup.c fix reboot or crash when enable lightsleep on esp32s2 2020-09-07 15:38:00 +08:00
system_api.c
system_time.c newlib: revert back from spinlocks to using newlib locks for time.h 2020-09-03 09:56:02 +08:00