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.
 
 
 
 
 
 
stijn 8b6e6008c7 unix/main: Use OS-dependent path separator when searching path. 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 kbd-intr and scheduler. 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: Use OS-dependent path separator when searching path. 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/modos: Implement putenv and unsetenv to complement getenv. 5 years ago
modtermios.c unix/modtermios: Fix output speed setter in tcsetattr. 5 years ago
modtime.c py/scheduler: Add "raise_exc" argument to mp_handle_pending. 5 years ago
moduos_vfs.c unix/modos: Implement putenv and unsetenv to complement getenv. 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, windows: Use mp_keyboard_interrupt instead of custom code. 5 years ago