summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pybioctl.h
Commit message (Collapse)AuthorAge
* py/stream: Move ad-hoc ioctl constants to stream.h and rename them.Damien George2016-12-02
| | | | | | | | 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.
* stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky2015-11-09
| | | | | | This makes select.poll() interface fully compatible with CpYthon. Also, make their numeric values of these options compatible with Linux (and by extension, with iBCS2 standard, which jopefully means compatibility with other Unices too).
* stmhal: Add polling ability to UART object.Damien George2014-09-07