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