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

@@ -112,6 +112,7 @@ PY_O_BASENAME = \
pfenv_printf.o \
../extmod/moductypes.o \
../extmod/modzlibd.o \
../extmod/modselect.o \
# prepend the build destination prefix to the py object files
PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME))