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
/
moduselect.c
Age
Commit message (
Expand
)
Author
2021-05-06
extmod: Remove old comments used for auto-doc generation.
Damien George
2021-02-16
extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1.
Jim Mussared
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-03-13
extmod/moduselect: Adjust select_select and poll_register to use size_t.
Wolf Vollprecht
2019-02-12
extmod: Convert legacy uppercase macro names to lowercase.
Damien George
2018-07-08
extmod: Fix to support compiling with object representation D.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-04-29
extmod/moduselect: Implement ipoll() method for alloc-free polling.
Paul Sokolovsky
2017-04-29
extmod/moduselect: Refactor towards introduction of poll.ipoll().
Paul Sokolovsky
2017-04-29
extmod/moduselect: Convert to MP_ROM_QSTR and friends.
Paul Sokolovsky
2017-03-29
extmod/moduselect: Update to use size_t for array accessor.
Damien George
2016-12-02
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
extmod/moduselect: Use stream helper function instead of ad-hoc code.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-21
extmod/moduselect: Fix comment describing endif.
Damien George
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky