summaryrefslogtreecommitdiff
path: root/shared-bindings/alarm/time/TimeAlarm.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-12-22A couple sleep fixesScott Shawcroft
* Better messaging when code is stopped by an auto-reload. * Auto-reload works during sleeps on ESP32-S2. Ticks wake up the main task each time. * Made internal naming consistent. CamelCase Python names are NOT separated by an underscore.
2020-12-01fix doc errorsDan Halbert
2020-11-27fix stub problems; touch up docDan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-25merge from upstream + wipDan Halbert