micropython/ports/unix
Damien George 4847460232 unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.
And requires uintptr_t to declare the default version in py/mphal.h.
2019-10-29 22:22:37 +11:00
..
coverage-frzmpy py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions. 2019-09-26 16:04:56 +10:00
coverage-frzstr
.gitignore gitignore: Put build-*/ pattern in top-level gitignore file. 2019-08-16 00:08:08 +10:00
Makefile unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build. 2019-10-29 14:17:29 +11:00
alloc.c
coverage.c py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx. 2019-10-01 12:26:22 +10:00
fatfs_port.c
fdfile.h
file.c
gccollect.c
input.c
input.h
main.c py: Integrate sys.settrace feature into the VM and runtime. 2019-08-30 16:44:12 +10:00
manifest.py tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 2019-10-21 23:01:41 +11:00
manifest_coverage.py unix: Convert to use FROZEN_MANIFEST to specify frozen code. 2019-10-15 21:35:27 +11:00
modffi.c various: Add and update my copyright line based on git history. 2019-05-17 18:04:15 +10:00
modjni.c
modmachine.c various: Add and update my copyright line based on git history. 2019-05-17 18:04:15 +10:00
modos.c various: Update early copyright years to match actual edit history. 2019-05-17 18:06:11 +10:00
modtermios.c various: Add and update my copyright line based on git history. 2019-05-17 18:04:15 +10:00
modtime.c various: Update early copyright years to match actual edit history. 2019-05-17 18:06:11 +10:00
moduos_vfs.c unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build. 2019-10-29 14:17:29 +11:00
moduselect.c
modusocket.c unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout. 2019-05-28 17:22:54 +10:00
mpconfigport.h unix,windows: Enable module weak links. 2019-10-22 16:23:43 +11:00
mpconfigport.mk unix/mpconfigport.mk: Update comment about TLS implementations. 2019-06-05 15:28:30 +10:00
mpconfigport_coverage.h extmod/modure: Make regex dump-code debugging feature optional. 2019-08-19 16:43:00 +10:00
mpconfigport_fast.h unix: Allow building without a manifest. 2019-10-21 23:21:18 +11:00
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused. 2019-10-29 22:22:37 +11:00
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c unix/unix_mphal: Include time.h for CLOCK_MONOTONIC. 2019-07-09 13:05:59 +10:00