micropython/unix
Damien George 58ebde4664 Tidy up some configuration options.
MP_ALLOC_* -> MICROPY_ALLOC_*
MICROPY_PATH_MAX -> MICROPY_ALLOC_PATH_MAX
MICROPY_ENABLE_REPL_HELPERS -> MICROPY_HELPER_REPL
MICROPY_ENABLE_LEXER_UNIX -> MICROPY_HELPER_LEXER_UNIX
MICROPY_EXTRA_* -> MICROPY_PORT_*

See issue #35.
2014-05-21 20:32:59 +01:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c py: Implement proper separation between io.FileIO and io.TextIOWrapper. 2014-05-19 21:56:07 +03:00
gccollect.c unix: Add asm statements needed to read registers with clang. Code generated by gcc 4.9.0 is unchanged (same statements, different order). 2014-05-12 09:06:18 +02:00
input.c unix: Add missing stdio.h header for readline. 2014-05-07 15:33:15 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c Merge pull request #600 from stinos/unix-exitcode 2014-05-13 22:39:35 +01:00
Makefile unix, Mac support: Generate order.def via Makefile. 2014-05-21 19:56:54 +01:00
modffi.c py, unix: Add copyright for modules I worked closely on. 2014-05-13 18:41:25 +03:00
modos.c modos: Clean 64-bit issues. 2014-05-15 18:38:54 +03:00
modsocket.c Merge pull request #607 from Anton-2/osx-clang 2014-05-21 19:51:05 +01:00
modtime.c mingw: Fix compilation issues 2014-05-10 10:42:40 +02:00
mpconfigport.h Tidy up some configuration options. 2014-05-21 20:32:59 +01:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00