index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
moduselect.c
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-07-31
*
extmod/moduselect: Implement ipoll() method for alloc-free polling.
Paul Sokolovsky
2017-04-29
*
extmod/moduselect: Refactor towards introduction of poll.ipoll().
Paul Sokolovsky
2017-04-29
*
extmod/moduselect: Convert to MP_ROM_QSTR and friends.
Paul Sokolovsky
2017-04-29
*
extmod/moduselect: Update to use size_t for array accessor.
Damien George
2017-03-29
*
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
*
extmod/moduselect: Use stream helper function instead of ad-hoc code.
Damien George
2016-12-02
*
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-12-02
*
extmod/moduselect: Fix comment describing endif.
Damien George
2016-11-21
*
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-21