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
/
extmod
/
utime_mphal.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-03-22
extmod/utime_mphal: Don't exit/enter the GIL in generic sleep functions.
Damien George
2016-11-03
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
Paul Sokolovsky
2016-11-02
extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky