index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32s2
/
common-hal
/
alarm
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-02-08
turn off brownout before deep sleep
Dan Halbert
2021-01-11
fixes and enhancement for touch alarm
microDev
2020-12-31
update wake-alarm implementation
microDev
2020-12-31
enable light-sleep functionality
microDev
2020-12-30
Merge branch 'main' into touch-s2
microDev
2020-12-30
add pretend-to-sleep functionality
microDev
2020-12-22
A couple sleep fixes
Scott Shawcroft
2020-12-22
mark alarm.wake_alarm during gc sweep
Dan Halbert
2020-12-19
expose wake pin parameter and more tweaks
microDev
2020-12-19
add touch alarm support for esp32s2
microDev
2020-12-18
implement touch alarm
microDev
2020-12-15
Swap to IDF release/4.2 branch for stability
Scott Shawcroft
2020-12-15
Add alarm.pin that wakes on pin level
Scott Shawcroft
2020-12-14
use RTC_DATA_ATTR; address review comments
Dan Halbert
2020-12-11
SleepMemory + set alarm.wake_alarm
Dan Halbert
2020-12-10
fix typo
Dan Halbert
2020-12-10
Initial SleepMemory code
Dan Halbert
2020-12-08
Fix build and more comments
Scott Shawcroft
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-12-01
address review comments
Dan Halbert
2020-11-27
working! PinAlarm not implemented yet.
Dan Halbert
2020-11-26
deep sleep working; deep sleep delay when connected
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-25
changed alarm.time API
Dan Halbert
2020-11-23
working, but need to avoid deep sleeping too fast before USB ready
Dan Halbert
2020-11-22
compiles; maybe ready to test, or almost
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-11-20
compiles
Dan Halbert
2020-11-19
wip; not compiling yet
Dan Halbert
2020-11-19
wip
Dan Halbert
2020-10-27
Add check for invalid io, function to disable all alarms
microDev
2020-10-27
Add alarm_touch module
microDev
2020-10-27
Fix build error
microDev
2020-10-27
restructure alarm modules
microDev