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
/
supervisor
/
shared
/
tick.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-12-26
Add include to tick.c for mp_hal_is_interrupted()
Dan Halbert
2020-12-15
Add alarm.pin that wakes on pin level
Scott Shawcroft
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-10-12
Finer grained, per port tick locking
Scott Shawcroft
2020-08-30
merge from upstream
Dan Halbert
2020-08-23
supervisor: use mp_handle_pending to check for exceptions
Jeff Epler
2020-08-02
wip: compiles
Dan Halbert
2020-07-20
supervisor: rename some locals for clarity
Jeff Epler
2020-07-15
supervisor: factor supervisor_background_tasks from sundry ports
Jeff Epler
2020-07-15
supervisor: tick: only run background tasks once per tick
Jeff Epler
2020-07-15
supervisor: Add a linked list of background callbacks
Jeff Epler
2020-07-15
tick.c: adjust whitespace
Jeff Epler
2020-06-23
Update handing of a CTRL-C exception
DavePutz
2020-06-22
Update tick.c
DavePutz
2020-06-21
Rework handling of ctrl-c interrupt
DavePutz
2020-06-19
Generate stacktrace and reset exception for ctrl-c interrupt
DavePutz
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-27
watchdog: move timeout exception to shared-bindings
Sean Cross
2020-05-27
supervisor: tick: check for watchdog exception if enabled
Sean Cross
2020-05-27
tick: break on watchdog timeout exception
Sean Cross
2020-04-03
Rework sleep timing
Scott Shawcroft
2020-04-02
Clean up
Scott Shawcroft
2020-03-20
Initial work for STM32. Need to fix us delay and PulseIn still.
Scott Shawcroft
2020-03-13
Fix autoreload and ticks in general
Scott Shawcroft
2020-03-13
Fix autoreload, neopixel, monotonic_ns and sleep w/o SD
Scott Shawcroft
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2019-11-20
supervisor: tick: add supervisor_fake_tick
Jeff Epler
2019-11-20
supervisor: tick: Rewrite without atomics
Jeff Epler
2019-11-18
run_background_tasks: Do nothing unless there has been a tick
Jeff Epler
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler