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
/
moduheapq.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-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-12-22
extmod/moduheapq: Revert change for adhoc relative-time queue support.
Paul Sokolovsky
2016-11-12
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
Paul Sokolovsky
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-03-14
py, extmod: Remove include of unnecessary system headers.
Damien George
2015-01-01
extmod: Prefix py/ for includes from py core directory.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-22
extmod: Add uheapq module.
Damien George