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.
 
 
 
 
 
 
David Lechner 4ab8bee82f unix/main: Print usage and NLR errors to stderr instead of stdout. 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/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use. 5 years ago
.gitignore unix: Rename unix binaries to micropython-variant (not _variant). 5 years ago
Makefile unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use. 5 years ago
alloc.c ports: Make new ports/ sub-directory and move all ports there. 7 years ago
coverage.c tests/unix: Add coverage tests for mp_obj_is_type() and variants. 5 years ago
fatfs_port.c ports: Make new ports/ sub-directory and move all ports there. 7 years ago
fdfile.h ports: Make new ports/ sub-directory and move all ports there. 7 years ago
file.c unix: Release GIL during all system calls. 5 years ago
gccollect.c unix/gcollect: Make sure stack/regs get captured properly for GC. 6 years ago
input.c ports: Make new ports/ sub-directory and move all ports there. 7 years ago
input.h ports: Make new ports/ sub-directory and move all ports there. 7 years ago
main.c unix/main: Print usage and NLR errors to stderr instead of stdout. 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 various: Add and update my copyright line based on git history. 6 years ago
modjni.c ports: Convert legacy uppercase macro names to lowercase. 6 years ago
modmachine.c various: Add and update my copyright line based on git history. 6 years ago
modos.c unix: Release GIL during all system calls. 5 years ago
modtermios.c unix/modtermios: Fix output speed setter in tcsetattr. 5 years ago
modtime.c unix/modtime: Add utime.mktime function, to complement utime.localtime. 5 years ago
moduos_vfs.c extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately. 5 years ago
moduselect.c unix: Release GIL during all system calls. 5 years ago
modusocket.c unix: Release GIL during all system calls. 5 years ago
mpconfigport.h unix: Release GIL during all system calls. 5 years ago
mpconfigport.mk unix/mpconfigport.mk: Update comment about TLS implementations. 6 years ago
mphalport.h unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused. 5 years ago
mpthreadport.c py/mpthread.h: Use strong type for mp_thread_set_state() argument. 5 years ago
mpthreadport.h unix/mpthreadport: Add thread deinit code to stop threads on exit. 6 years ago
qstrdefsport.h ports: Make new ports/ sub-directory and move all ports there. 7 years ago
unix_mphal.c unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR. 5 years ago