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