micropython/unix
Damien George db63660c19 Add pip-micropython to unix make install.
Also add -t/--target option to pip-micropython to allowing installing to
the pyboard.

Thanks to turbinenreiter/Sebastian Plamauer for the patch.
2014-08-26 16:03:57 +01:00
..
.gitignore
Makefile Add pip-micropython to unix make install. 2014-08-26 16:03:57 +01:00
file.c
gccollect.c
input.c
input.h
main.c py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
modffi.c
modos.c
modsocket.c modsocket: .recv() returns bytes object. 2014-08-10 21:24:47 +03:00
modtermios.c unix, modtermios: Make it properly configurable; fix spelling mistake. 2014-08-24 13:19:22 +01:00
modtime.c
mpconfigport.h py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
mpconfigport.mk modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
qstrdefsport.h modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
seg_helpers.c