index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
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