aboutsummaryrefslogtreecommitdiff
path: root/extmod/utime_mphal.c
AgeCommit message (Expand)Author
2021-07-22extmod/utime: Always invoke mp_hal_delay_ms when >= to 0ms.Josh Lloyd
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2017-07-07py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins
2017-03-22extmod/utime_mphal: Don't exit/enter the GIL in generic sleep functions.Damien George
2016-11-03extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.Paul Sokolovsky
2016-11-02extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.Paul Sokolovsky
2016-10-30extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().Paul Sokolovsky
2016-10-30extmod/utime_mphal: Allow ticks functions period be configurable by a port.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.Paul Sokolovsky
2016-10-29extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.Paul Sokolovsky
2016-10-14extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.Paul Sokolovsky
2016-10-14extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky