stmhal: Implement generic select.select and select.poll.

This commit is contained in:
Damien George
2014-08-21 15:12:51 +01:00
parent c8c44a4c2e
commit 6c9c7bc75a
9 changed files with 308 additions and 7 deletions

View File

@@ -463,3 +463,11 @@ Q(deleter)
Q(zlibd)
Q(decompress)
#endif
#if MICROPY_PY_SELECT
Q(select)
Q(poll)
Q(register)
Q(unregister)
Q(modify)
#endif