.. |
.gitignore
|
unix: Update .gitignore; now ignores coverage build.
|
2015-06-03 17:47:31 +01:00 |
Makefile
|
libffi: Skip building docs.
|
2015-10-19 22:30:03 +03:00 |
alloc.c
|
unix: Add target to build "minimal" uPy interpreter.
|
2015-01-16 18:03:01 +00:00 |
coverage.c
|
unix: Fix coverage build now that mp_plat_print uses write.
|
2015-10-15 00:23:03 +01:00 |
file.c
|
py: Add stream_tell method, and use for unix and stmhal file tell.
|
2015-08-13 22:56:32 +01:00 |
gccollect.c
|
unix/gccollect: Fallback to setjmp-based register fetching automatically.
|
2015-11-08 16:05:33 +02:00 |
input.c
|
unix/input: Switch to POSIX I/O for history reading/writing.
|
2015-11-16 07:40:56 +02:00 |
input.h
|
unix: Support readline history saving to file, improves interactive usage.
|
2015-03-13 21:46:19 +00:00 |
main.c
|
unix/main: Remove stray mp_printf() from previous commit.
|
2015-11-13 17:33:42 +02:00 |
modffi.c
|
unix/modffi.c: cast first to intptr_t when casting from/to pointer
|
2015-09-22 18:54:31 -07:00 |
modjni.c
|
unix/modjni: Add missing get_jclass_name() function.
|
2015-11-11 16:43:27 +02:00 |
modos.c
|
unix/modos: getenv(): Handle non-existing envvar correctly.
|
2015-11-14 17:12:04 +02:00 |
modsocket.c
|
unix/modsocket: Fix usage of pointers to locals outside scope
|
2015-10-10 17:29:26 +05:30 |
modtermios.c
|
unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.
|
2015-10-13 00:37:55 +03:00 |
modtime.c
|
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
|
2015-10-19 17:48:27 +03:00 |
mpconfigport.h
|
unix: Use standard mphalport.h header.
|
2015-11-13 15:44:26 +02:00 |
mpconfigport.mk
|
modussl: SSL socket wrapper module based on axTLS.
|
2015-10-06 18:10:39 +03:00 |
mpconfigport_fast.h
|
unix: Include upip as fronzen modules inside the standard interpreter.
|
2015-06-02 01:32:07 +03:00 |
mpconfigport_minimal.h
|
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
|
2015-08-20 01:05:11 +03:00 |
mphalport.h
|
unix: Use standard mphalport.h header.
|
2015-11-13 15:44:26 +02:00 |
qstrdefsport.h
|
unix/modos: Add mkdir().
|
2015-11-13 22:26:51 +02:00 |
unix_mphal.c
|
unix/unix_mphal: Typo fix in comment.
|
2015-11-03 00:36:46 +03:00 |