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
6e68a68d18
unix/gccollect: Fallback to setjmp-based register fetching automatically.
Now, if we build for an architecture which doesn't have dedicated support
for getting registers for GC scanning, fallback to setjmp-based method
automatically. It's still possible to force setjmp-based implementation
on archs with dedicated support (e.g. for testing, or for peculiar calling
conventions/optimizations).
9 years ago
..
.gitignore
unix: Update .gitignore; now ignores coverage build.
10 years ago
Makefile
libffi: Skip building docs.
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
all: Add py/mphal.h and use it in all ports.
9 years ago
input.h
unix: Support readline history saving to file, improves interactive usage.
10 years ago
main.c
all: Add py/mphal.h and use it in all ports.
9 years ago
modffi.c
unix/modffi.c: cast first to intptr_t when casting from/to pointer
9 years ago
modjni.c
unix/modjni: Actually check argument type when doing method resolution.
9 years ago
modos.c
unix/modos: Android Bionic lacks statvfs(), has BSD statfs().
9 years ago
modsocket.c
unix/modsocket: Fix usage of pointers to locals outside scope
9 years ago
modtermios.c
unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.
9 years ago
modtime.c
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
9 years ago
mpconfigport.h
all: Add py/mphal.h and use it in all ports.
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
qstrdefsport.h
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
9 years ago
unix_mphal.c
unix/unix_mphal: Typo fix in comment.
9 years ago
unix_mphal.h
all: Add py/mphal.h and use it in all ports.
9 years ago