summaryrefslogtreecommitdiff
path: root/extmod/modutimeq.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2019-01-18More make_new fixes for unix buildScott Shawcroft
2018-08-16Fix esp and samdScott Shawcroft
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-08-29all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriateDamien George
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-03-29modutimeq: Add peektime() function (provisional).Jan Pochyla
2017-03-07extmod/modutimeq: Make scheduling fair (round-robin).Paul Sokolovsky
2017-02-24Switch exception throwing to mp_raise helpers. It saves a little code space e...Scott Shawcroft
2016-12-24extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.Paul Sokolovsky
2016-12-23extmod/modutimeq: Fix printf in dump().Paul Sokolovsky
2016-12-22extmod/modutimeq: Fix warning about unused param.Paul Sokolovsky
2016-12-22extmod/modutimeq: Refactor into optimized class.Paul Sokolovsky
2016-12-22extmod/modutimeq: Copy of current moduheapq with timeq support for refactoring.Paul Sokolovsky