summaryrefslogtreecommitdiff
path: root/extmod/modselect.c
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-12-21extmod/modselect: Handle growing the pollfds allocation correctly.Jim Mussared
2023-12-08extmod: Switch to use new event functions.Angus Gratton
2023-08-14extmod/modselect: Properly track number of poll objects that are fd's.Damien George
2023-08-07extmod/modselect: Remove undocumented support for flags arg to poll.Damien George
2023-08-07extmod/modselect: Add optimisation to use system poll when possible.Damien George
2023-08-07extmod/modselect: Factor low-level polling code into common function.Damien George
2023-08-07extmod/modselect: Abstract out a poll_set_t struct and functions.Damien George
2023-06-08all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared
2014-09-07Remove skeletal modselect from extmod and just put it in stmhal.Damien George
2014-09-07stmhal: Implement generic select.select and select.poll.Damien George
2014-09-07py: Add ioctl method to stream protocol; add initial modselect.Damien George