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
/
modutimeq.c
Age
Commit message (
Expand
)
Author
2019-08-20
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
Damien George
2019-02-12
extmod: Convert legacy uppercase macro names to lowercase.
Damien George
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-03-29
modutimeq: Add peektime() function (provisional).
Jan Pochyla
2017-03-07
extmod/modutimeq: Make scheduling fair (round-robin).
Paul Sokolovsky
2016-12-24
extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.
Paul Sokolovsky
2016-12-23
extmod/modutimeq: Fix printf in dump().
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Fix warning about unused param.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Copy of current moduheapq with timeq support for refactoring.
Paul Sokolovsky