index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modselect.c
Age
Commit message (
Expand
)
Author
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2023-12-21
extmod/modselect: Handle growing the pollfds allocation correctly.
Jim Mussared
2023-12-08
extmod: Switch to use new event functions.
Angus Gratton
2023-08-14
extmod/modselect: Properly track number of poll objects that are fd's.
Damien George
2023-08-07
extmod/modselect: Remove undocumented support for flags arg to poll.
Damien George
2023-08-07
extmod/modselect: Add optimisation to use system poll when possible.
Damien George
2023-08-07
extmod/modselect: Factor low-level polling code into common function.
Damien George
2023-08-07
extmod/modselect: Abstract out a poll_set_t struct and functions.
Damien George
2023-06-08
all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.
Jim Mussared
2023-06-08
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2014-09-07
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-09-07
stmhal: Implement generic select.select and select.poll.
Damien George
2014-09-07
py: Add ioctl method to stream protocol; add initial modselect.
Damien George