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
/
atmel-samd
/
tick.c
Age
Commit message (
Expand
)
Author
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-09-09
fix atmel-samd filesystem_tick'ing; clear_temp_status() should check for stat...
Dan Halbert
2019-04-16
Actually call gamepadshift_tick
Scott Shawcroft
2018-07-16
Merge 3.0.0 final bugfixes and changes to master
Dan Halbert
2018-06-08
Support M4
Scott Shawcroft
2018-06-08
Prevent freezing USB during high frequency PulseIn.
Scott Shawcroft
2018-06-01
atmel-samd: Make ticks more atomic.
Scott Shawcroft
2018-04-20
cleanup in tick.c
Jerry Needell
2018-04-20
modify tick.c to simplify - remove interupt disable from common_hal_pulseio_...
Jerry Needell
2018-04-19
modify tic.c to chec if interrupts are enabled, rename us_between_ticks to u...
Jerry Needell
2018-04-17
update tick.c (fix LOAD value) update PulseIn.c (do not enable interrupts fo...
Jerry Needell
2018-04-16
modify tick.c to work when interrupts disabled - modify PulseIn.c to cast ar...
Jerry Needell
2017-10-31
atmel-samd: Add samd21 neopixel support.
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft