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.
 
 
 
 
 
 
Damien George 25afc7da0d tests: Add tests to improve coverage of objstr.c. 9 years ago
..
.gitignore unix: Update .gitignore; now ignores coverage build. 10 years ago
Makefile unix: Allow to build libffi from source and link against it. 9 years ago
alloc.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
coverage.c tests: Add tests to improve coverage of objstr.c. 9 years ago
file.c py: Add stream_tell method, and use for unix and stmhal file tell. 9 years ago
gccollect.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
input.c unix: Print an extra newline to the output on ctrl-D 10 years ago
input.h unix: Support readline history saving to file, improves interactive usage. 10 years ago
main.c unix: Bump default heap size to 1MB (2MB on 64-bit systems). 9 years ago
modffi.c modffi: dlsym() doesn't set errno, so use ENOENT for OSError. 9 years ago
modos.c unix: Prefix includes with py/; remove need for -I../py. 10 years ago
modsocket.c unix: modsocket: Implement inet_pton() in preference of inet_aton(). 9 years ago
modtermios.c unix: Prefix includes with py/; remove need for -I../py. 10 years ago
modtime.c py, unix, lib: Allow to compile with -Wold-style-definition. 10 years ago
mpconfigport.h unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX 9 years ago
mpconfigport.mk unix: Add option to use uPy readline, and enable by default. 10 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
qstrdefsport.h unix: modsocket: Implement inet_pton() in preference of inet_aton(). 9 years ago
unix_mphal.c unix: Add option to use uPy readline, and enable by default. 10 years ago
unix_mphal.h unix: Add option to use uPy readline, and enable by default. 10 years ago