.. |
.gitignore
|
unix/.gitignore: Add nanbox build output to ignore list.
|
9 years ago |
Makefile
|
unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.
|
8 years ago |
alloc.c
|
unix/alloc: Make coverage build and its overzealous warnings happy.
|
9 years ago |
coverage.c
|
tests/unix/extra_coverage: Add test for str/bytes with invalid hash.
|
8 years ago |
fatfs_port.c
|
unix: Enable VfsFat support.
|
9 years ago |
fdfile.h
|
unix/moduselect: Allow poll.register(), etc. accept fd-like objects.
|
8 years ago |
file.c
|
unix/moduselect: Allow poll.register(), etc. accept fd-like objects.
|
8 years ago |
gccollect.c
|
unix/gccollect: Provide declaration of exported function.
|
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/main: When preparing sys.path, allocate exact strings on uPy heap.
|
8 years ago |
modffi.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modjni.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modmachine.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modos.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modsocket.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modtermios.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modtime.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
moduselect.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
mpconfigport.h
|
extmod/modubinascii: Make crc32() support configurable.
|
8 years ago |
mpconfigport.mk
|
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
|
8 years ago |
mpconfigport_coverage.h
|
tests/extmod: Add a test for framebuf module, tested by coverage build.
|
8 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
|
ports: Remove typedef of machine_ptr_t, it's no longer needed.
|
8 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
|
unix/mpthreadport: Adjust minimum thread stack, and stack limit check.
|
8 years ago |
mpthreadport.h
|
unix: Implement garbage collection with threading.
|
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 |