micropython/unix
Damien George 5d0d61586c unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 2017-01-05 15:55:06 +11:00
..
coverage-frzmpy unix: Enable and add basic frozen str and frozen mpy in coverage build. 2017-01-05 14:55:57 +11:00
coverage-frzstr unix: Enable and add basic frozen str and frozen mpy in coverage build. 2017-01-05 14:55:57 +11:00
scripts unix: Add symlinks for upip to make it frozen into binary. 2016-11-08 14:47:29 +11:00
.gitignore
Makefile unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 2017-01-05 15:55:06 +11:00
alloc.c unix/alloc: Make coverage build and its overzealous warnings happy. 2016-06-18 00:36:13 +03:00
coverage.c tests/unix: Improve formatfloat.c test coverage using C. 2017-01-05 12:31:05 +11:00
fatfs_port.c
fdfile.h unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
file.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
gccollect.c unix: fix symbol references for x86 Mac 2016-11-02 00:42:04 +03:00
input.c
input.h
main.c unix/main: Allow to print the parse tree in coverage build. 2016-12-22 10:56:11 +11:00
modffi.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
modjni.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
modmachine.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
modos.c py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
modsocket.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modtermios.c unix: Use common RAISE_ERRNO macro from mphalport.h. 2016-10-07 14:09:59 +11:00
modtime.c windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter 2016-11-03 10:31:58 +01:00
moduselect.c unix/moduselect: Fix nanbox build with recent changes. 2016-12-31 11:19:25 +03:00
mpconfigport.h unix: Enable utimeq module. 2016-12-22 00:33:44 +03:00
mpconfigport.mk py/py.mk: Add support for building modussl_mbedtls. 2016-09-23 14:30:46 +03:00
mpconfigport_coverage.h tests/extmod: Add a test for framebuf module, tested by coverage build. 2016-09-04 16:40:40 +10:00
mpconfigport_fast.h py: Add ability to have frozen persistent bytecode from .mpy files. 2016-04-13 16:07:47 +01:00
mpconfigport_freedos.h unix: djgpp errno.h have no ENOTSUP, so define it to Linux value. 2016-04-03 23:23:01 +03:00
mpconfigport_minimal.h ports: Remove typedef of machine_ptr_t, it's no longer needed. 2016-08-15 11:02:59 +10:00
mpconfigport_nanbox.h
mphalport.h unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). 2016-10-29 17:23:05 +03:00
mpthreadport.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
mpthreadport.h unix: Implement garbage collection with threading. 2016-06-28 11:28:49 +01:00
qstrdefsport.h py: Add rules for automated extraction of qstrs from sources. 2016-04-16 13:18:09 +01:00
unix_mphal.c unix/unix_mphal: Implement mp_hal_ticks_us(). 2016-05-21 02:16:35 +03:00