summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/moduselect.c
Commit message (Expand)AuthorAge
* stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky2016-11-21
* stmhal: Use mp_raise_OSError helper function.Damien George2016-10-07
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* all: Rename mp_obj_type_t::stream_p to protocol.Paul Sokolovsky2016-06-18
* stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George2016-05-10
* stmhal/moduselect: Implement "oneshot polling" flag.Paul Sokolovsky2015-12-16
* stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky2015-11-09
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* stmhal/moduselect: Use mp_hal_ticks_ms().Paul Sokolovsky2015-10-29
* py, unix, stmhal: Allow to compile with -Wshadow.Damien George2015-01-20
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Allow network, uselect, usocket mods to be used by other ports.Damien George2014-12-07
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* stream: Convert .ioctl() to take fixed number of args.Paul Sokolovsky2014-11-17
* stmhal: Rename module files to keep consistency with module name.Damien George2014-10-12