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 5c8bf12acf all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 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 all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 5 years ago
.gitignore unix: Rename unix binaries to micropython-variant (not _variant). 5 years ago
Makefile all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
alloc.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
btstack_usb.c extmod/modbluetooth: Fix sign compare and unused variable warnings. 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: Factor gchelper code to one place and use it for unix & ARM ports. 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: Add support for modbluetooth and BLE using btstack. 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: Format code to add space after C++-style comment start. 5 years ago
modjni.c all: Format code to add space after C++-style comment start. 5 years ago
modmachine.c unix/modmachine: Add machine.idle(), implemented using sched_yield. 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: Format code to add space after C++-style comment start. 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 all: Format code to add space after C++-style comment start. 5 years ago
mpconfigport.h all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 5 years ago
mpconfigport.mk unix/mpconfigport.mk: Update comment about TLS implementations. 6 years ago
mphalport.h unix: Add support for modbluetooth and BLE using btstack. 5 years ago
mpthreadport.c all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
mpthreadport.h unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros. 5 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