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 fad7d9317b unix/modtime: Unbreak Windows build after changes to check select() result. 9 years ago
..
.gitignore unix: Update .gitignore; now ignores coverage build. 10 years ago
Makefile unix: Use printf() implementation in terms of mp_printf(). 9 years ago
alloc.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
coverage.c unix: Fix coverage build now that mp_plat_print uses write. 9 years ago
file.c py: Add stream_tell method, and use for unix and stmhal file tell. 9 years ago
gccollect.c unix/gccollect: Fallback to setjmp-based register fetching automatically. 9 years ago
input.c unix/input: Switch to POSIX I/O for history reading/writing. 9 years ago
input.h unix: Support readline history saving to file, improves interactive usage. 10 years ago
main.c unix/main: Get rid of perror() which uses stdio. 9 years ago
modffi.c unix/modffi: Mark 'O' type specifier as implemented. 9 years ago
modjni.c unix/modjni: Add missing get_jclass_name() function. 9 years ago
modos.c unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS. 9 years ago
modsocket.c unix/modsocket: Use snprintf(), as defined by lib/utils/printf.c. 9 years ago
modtermios.c unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW. 9 years ago
modtime.c unix/modtime: Unbreak Windows build after changes to check select() result. 9 years ago
moduselect.c unix/moduselect: poll.register(): Reuse freed entries in poll array. 9 years ago
mpconfigport.h unix/modtime: sleep(): Automatically restart after receiving EINTR. 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_minimal.h py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. 9 years ago
mphalport.h unix: Add "uselect" module, with poll() function. 9 years ago
qstrdefsport.h unix/modsocket: Implement sockaddr() function to decode raw socket address. 9 years ago
unix_mphal.c unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls. 9 years ago