index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
utime_mphal.c
Age
Commit message (
Expand
)
Author
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
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