circuitpython/ports/espressif/common-hal/alarm
Scott Shawcroft fbd5f27371
Ignore ESP-IDF wakeup cause when light sleeping
The IDF's wakeup cause is only for deep sleep. Without ignoring it,
light sleep will wake up too early when done after a deep sleep
wake.

Fixes #7300
2023-01-10 15:34:15 -08:00
..
pin store wake_alarm in a static object 2022-10-29 16:26:36 -04:00
time store wake_alarm in a static object 2022-10-29 16:26:36 -04:00
touch store wake_alarm in a static object 2022-10-29 16:26:36 -04:00
SleepMemory.c allow preserving pin state during deep sleep 2022-09-15 17:35:14 -04:00
SleepMemory.h store wake_alarm in a static object 2022-10-29 16:26:36 -04:00
__init__.c Ignore ESP-IDF wakeup cause when light sleeping 2023-01-10 15:34:15 -08:00
__init__.h Fix indent 2022-12-19 15:51:34 -05:00