-
- Downloads
py: Make print() accept "file" argument, and actually print to stream.
And not system printf(), like it was before. For this, move pfenv_printf() from stmhal port to py/.
Showing
- py/builtin.c 25 additions, 0 deletionspy/builtin.c
- py/builtin.h 5 additions, 0 deletionspy/builtin.h
- py/modsys.c 0 additions, 3 deletionspy/modsys.c
- py/pfenv.h 3 additions, 0 deletionspy/pfenv.h
- py/pfenv_printf.c 199 additions, 0 deletionspy/pfenv_printf.c
- py/py.mk 1 addition, 0 deletionspy/py.mk
- py/qstrdefs.h 1 addition, 0 deletionspy/qstrdefs.h
- stmhal/printf.c 4 additions, 148 deletionsstmhal/printf.c
Loading
Please register or sign in to comment