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 8fff0b0acd unix/mpthreadport: Ensure enough thread stack to detect overflow. 5 years ago
..
coverage-frzmpy py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions. 5 years ago
coverage-frzstr ports: Make new ports/ sub-directory and move all ports there. 7 years ago
variants unix: Enable uasyncio C helper module on coverage build. 5 years ago
.gitignore unix: Rename unix binaries to micropython-variant (not _variant). 5 years ago
Makefile unix: Remove custom file implementation to use extmod's VFS POSIX one. 5 years ago
alloc.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
coverage.c unix/coverage: Init all pairheap test nodes before using them. 5 years ago
fatfs_port.c ports: Make new ports/ sub-directory and move all ports there. 7 years ago
gccollect.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
input.c unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
input.h ports: Make new ports/ sub-directory and move all ports there. 7 years ago
main.c unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
manifest.py tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
manifest_coverage.py unix: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
modffi.c all: Fix implicit casts of float/double, and signed comparison. 5 years ago
modjni.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
modmachine.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
modos.c unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
modtermios.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
modtime.c all: Fix implicit casts of float/double, and signed comparison. 5 years ago
moduos_vfs.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
moduselect.c unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
modusocket.c unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
mpconfigport.h unix: Remove custom definition of MP_PLAT_PRINT_STRN. 5 years ago
mpconfigport.mk unix/mpconfigport.mk: Update comment about TLS implementations. 6 years ago
mphalport.h unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
mpthreadport.c unix/mpthreadport: Ensure enough thread stack to detect overflow. 5 years ago
mpthreadport.h unix/mpthreadport: Add thread deinit code to stop threads on exit. 6 years ago
qstrdefsport.h all: Add *FORMAT-OFF* in various places. 5 years ago
unix_mphal.c unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago