micropython/unix
Paul Sokolovsky dc320164d8 unix/modsocket: Add comment regarding close() error checking (which is none). 2016-03-02 00:20:48 +02:00
..
.gitignore unix/.gitignore: Add nanbox build output to ignore list. 2016-01-15 14:25:53 +00:00
Makefile extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 2016-02-15 00:19:27 +02:00
alloc.c
coverage.c py/mpprint: Fix sign extension when printf'ing %u, %x and %X. 2016-02-01 15:08:42 +00:00
fatfs_port.c unix: Enable VfsFat support. 2016-02-14 19:15:22 +02:00
file.c unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY. 2016-02-06 21:59:44 +02:00
gccollect.c
input.c
input.h
main.c py/runtime: mp_stack_ctrl_init() should be called immediately on startup. 2016-01-29 02:13:42 +02:00
modffi.c unix/modffi: Allow to compile modffi in OBJ_REPR_D mode. 2016-01-15 14:26:24 +00:00
modjni.c
modmachine.c
modos.c unix: Enable VfsFat support. 2016-02-14 19:15:22 +02:00
modsocket.c unix/modsocket: Add comment regarding close() error checking (which is none). 2016-03-02 00:20:48 +02:00
modtermios.c
modtime.c
moduselect.c
mpconfigport.h unix: Enabled importing of persistent bytecode (.mpy files). 2016-02-25 10:12:30 +00:00
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h unix: Add option to build 64-bit NaN-boxing interpreter. 2016-01-15 11:12:08 +00:00
mphalport.h
qstrdefsport.h unix: Enable VfsFat support. 2016-02-14 19:15:22 +02:00
unix_mphal.c