micropython/ports/unix
Damiano Mazzella 0b86ba565c unix/mpthreadport: Use named semaphores on Mac OS X.
Unnamed semaphores (via sem_init) are not supported on this OS.  See #4465.
2019-03-27 10:50:01 +11:00
..
coverage-frzmpy
coverage-frzstr
modules
.gitignore
Makefile unix/Makefile: Update coverage tests to match those in Travis. 2019-03-08 16:51:09 +11:00
alloc.c
coverage.c ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
fatfs_port.c
fdfile.h
file.c ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
gccollect.c
input.c
input.h
main.c unix/mpthreadport: Add thread deinit code to stop threads on exit. 2019-01-27 12:38:23 +11:00
modffi.c unix/modffi: Eliminate unused-argument warning when debugging disabled. 2019-02-25 14:53:17 +11:00
modjni.c ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
modmachine.c unix/modmachine: Handle repeated /dev/mem open errors. 2019-02-12 15:29:11 +11:00
modos.c unix/modos: Rename unlink to remove to be consistent with other ports. 2018-11-26 23:27:04 +11:00
modtermios.c ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
modtime.c
moduos_vfs.c unix/moduos_vfs: Add missing uos functions from traditional uos module. 2018-06-06 14:28:23 +10:00
moduselect.c ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
modusocket.c ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
mpconfigport.h ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
mpconfigport.mk
mpconfigport_coverage.h py/warning: Support categories for warnings. 2019-01-31 16:48:30 +11:00
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h py/objstr: Make str.count() method configurable. 2018-10-22 22:49:05 +11:00
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c unix/mpthreadport: Use named semaphores on Mac OS X. 2019-03-27 10:50:01 +11:00
mpthreadport.h unix/mpthreadport: Add thread deinit code to stop threads on exit. 2019-01-27 12:38:23 +11:00
qstrdefsport.h
unix_mphal.c