micropython/unix
blmorris 26664dd180 unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX
This change allows micropython to return the same value as CPython for sys.platform
2015-08-05 21:18:33 +03:00
..
.gitignore unix: Update .gitignore; now ignores coverage build. 2015-06-03 17:47:31 +01:00
Makefile unix: Prepare upip frozen modules under build/. 2015-06-03 19:28:31 +03:00
alloc.c
coverage.c
file.c unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a"). 2015-06-21 00:03:26 +03:00
gccollect.c
input.c
input.h
main.c unix: Allow to cat a script into stdin from the command line. 2015-06-04 23:42:45 +01:00
modffi.c
modos.c
modsocket.c unix: modsocket: Implement inet_pton() in preference of inet_aton(). 2015-07-15 00:06:03 +03:00
modtermios.c
modtime.c
mpconfigport.h unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX 2015-08-05 21:18:33 +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 py: Use a wrapper to explicitly check self argument of builtin methods. 2015-06-20 16:39:39 +01:00
qstrdefsport.h unix: modsocket: Implement inet_pton() in preference of inet_aton(). 2015-07-15 00:06:03 +03:00
unix_mphal.c
unix_mphal.h