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 a909c21587 unix/fatfs_port: Fix month offset in timestamp calculation. 4 years ago
..
variants unix/variants: Fix fast and freedos variants so they build again. 4 years ago
.gitignore unix: Rename unix binaries to micropython-variant (not _variant). 5 years ago
Makefile unix: Make manifest selection match other ports. 4 years ago
alloc.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
btstack_usb.c unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive. 4 years ago
coverage.c unix/coverage: Init all pairheap test nodes before using them. 5 years ago
fatfs_port.c unix/fatfs_port: Fix month offset in timestamp calculation. 4 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/main: Enter REPL when inspect active, even with stdin redirected. 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/modos: Support larger integer range in uos.stat fields. 4 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 extmod/vfs: Add option to use 1970 as Epoch. 4 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 unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive. 4 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 py/mphal.h: Introduce mp_hal_time_ns and implement on various ports. 4 years ago