.. |
.gitignore
|
unix/.gitignore: Add nanbox build output to ignore list.
|
9 years ago |
Makefile
|
unix: Add basic thread support using pthreads.
|
8 years ago |
alloc.c
|
unix/alloc: Make coverage build and its overzealous warnings happy.
|
9 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
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
9 years ago |
gccollect.c
|
py: Add MP_STATE_THREAD to hold state specific to a given thread.
|
8 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
|
unix: Add basic thread support using pthreads.
|
8 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/modmachine: Enable time_pulse_us() function.
|
9 years ago |
modos.c
|
unix: Enable VfsFat support.
|
9 years ago |
modsocket.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
9 years ago |
modtermios.c
|
unix/modtermios: DJGPP appears to have unicode-capable cc_t type.
|
9 years ago |
modtime.c
|
unix: Move "utime" module config to C level instead of make level.
|
9 years ago |
moduselect.c
|
py: Change type signature of builtin funs that take variable or kw args.
|
9 years ago |
mpconfigport.h
|
unix/modmachine: Enable time_pulse_us() function.
|
9 years ago |
mpconfigport.mk
|
unix: Add basic thread support using pthreads.
|
8 years ago |
mpconfigport_coverage.h
|
unix: Disable FatFs VFS for normal build, keep enabled for coverage.
|
9 years ago |
mpconfigport_fast.h
|
py: Add ability to have frozen persistent bytecode from .mpy files.
|
9 years ago |
mpconfigport_freedos.h
|
unix: djgpp errno.h have no ENOTSUP, so define it to Linux value.
|
9 years ago |
mpconfigport_minimal.h
|
unix: Move "utime" module config to C level instead of make level.
|
9 years ago |
mpconfigport_nanbox.h
|
unix: Add option to build 64-bit NaN-boxing interpreter.
|
9 years ago |
mphalport.h
|
unix/mphalport: Add mp_hal_delay_us() for consistency with other ports.
|
9 years ago |
mpthreadport.c
|
py/modthread: Implement lock object, for creating a mutex.
|
8 years ago |
mpthreadport.h
|
unix: Add basic thread support using pthreads.
|
8 years ago |
qstrdefsport.h
|
py: Add rules for automated extraction of qstrs from sources.
|
9 years ago |
unix_mphal.c
|
unix/unix_mphal: Implement mp_hal_ticks_us().
|
9 years ago |