You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky 46a0ac02c5 extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 9 years ago
..
.gitignore unix/.gitignore: Add nanbox build output to ignore list. 9 years ago
Makefile extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 9 years ago
alloc.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
coverage.c py/mpprint: Fix sign extension when printf'ing %u, %x and %X. 9 years ago
fatfs_port.c unix: Enable VfsFat support. 9 years ago
file.c unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY. 9 years ago
gccollect.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
input.c py: Change type signature of builtin funs that take variable or kw args. 9 years ago
input.h unix: Support readline history saving to file, improves interactive usage. 10 years ago
main.c py/runtime: mp_stack_ctrl_init() should be called immediately on startup. 9 years ago
modffi.c unix/modffi: Allow to compile modffi in OBJ_REPR_D mode. 9 years ago
modjni.c unix/modjni: Add missing get_jclass_name() function. 9 years ago
modmachine.c unix: machine_mem improvements 9 years ago
modos.c unix: Enable VfsFat support. 9 years ago
modsocket.c unix/modsocket: sockaddr(): Handle AF_INET6 addresses. 9 years ago
modtermios.c unix/modtermios: DJGPP appears to have unicode-capable cc_t type. 9 years ago
modtime.c py: Change type signature of builtin funs that take variable or kw args. 9 years ago
moduselect.c py: Change type signature of builtin funs that take variable or kw args. 9 years ago
mpconfigport.h py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality. 9 years ago
mpconfigport.mk modussl: SSL socket wrapper module based on axTLS. 9 years ago
mpconfigport_fast.h unix: Include upip as fronzen modules inside the standard interpreter. 10 years ago
mpconfigport_freedos.h unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 9 years ago
mpconfigport_minimal.h unix: Rename "_os" module to "uos" for consistency with baremetal ports. 9 years ago
mpconfigport_nanbox.h unix: Add option to build 64-bit NaN-boxing interpreter. 9 years ago
mphalport.h unix: Add "uselect" module, with poll() function. 9 years ago
qstrdefsport.h unix: Enable VfsFat support. 9 years ago
unix_mphal.c unix/unix_mphal: Be sure to wrap dupterm code with MICROPY_PY_OS_DUPTERM. 9 years ago