micropython/unix
Paul Sokolovsky 9456732b86 unix: Include upip as fronzen modules inside the standard interpreter.
MicroPython doesn't come with standard library included, so it is important
to be able to easily install needed package in a seamless manner. Bundling
package manager (upip) inside an executable solves this issue.

upip is bundled only with standard executable, not "minimal" or "fast"
builds.
2015-06-02 01:32:07 +03:00
..
.gitignore unix: Include upip as fronzen modules inside the standard interpreter. 2015-06-02 01:32:07 +03:00
Makefile unix: Include upip as fronzen modules inside the standard interpreter. 2015-06-02 01:32:07 +03:00
alloc.c
coverage.c
file.c
gccollect.c
input.c unix: Print an extra newline to the output on ctrl-D 2015-05-30 13:38:17 +03:00
input.h
main.c
modffi.c
modos.c
modsocket.c
modtermios.c
modtime.c
mpconfigport.h unix: Include upip as fronzen modules inside the standard interpreter. 2015-06-02 01:32:07 +03:00
mpconfigport.mk
mpconfigport_fast.h unix: Include upip as fronzen modules inside the standard interpreter. 2015-06-02 01:32:07 +03:00
mpconfigport_minimal.h
qstrdefsport.h
unix_mphal.c
unix_mphal.h