Paul Sokolovsky
b08286948a
extmod/moduselect: Convert to MP_ROM_QSTR and friends.
2017-04-29 11:06:05 +03:00
Damien George
a8a3ab48da
extmod/moduselect: Update to use size_t for array accessor.
2017-03-29 12:56:17 +11:00
Damien George
2d329c4a56
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
...
To make moduselect be usable by any port.
2016-12-02 16:40:39 +11:00
Damien George
ebc8d730f1
extmod/moduselect: Use stream helper function instead of ad-hoc code.
2016-12-02 16:39:50 +11:00
Damien George
304cfda8c4
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
...
The constants MP_IOCTL_POLL_xxx, which were stmhal-specific, are moved
from stmhal/pybioctl.h (now deleted) to py/stream.h. And they are renamed
to MP_STREAM_POLL_xxx to be consistent with other such constants.
All uses of these constants have been updated.
2016-12-02 16:37:29 +11:00
Damien George
0d56c65d3e
extmod/moduselect: Fix comment describing endif.
2016-11-21 15:47:48 +11:00
Paul Sokolovsky
8f5bc3ffc0
stmhal/moduselect: Move to extmod/ for reuse by other ports.
2016-11-21 00:05:56 +03:00