micropython/unix
Damien George 4ec803a42a all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. 2017-08-21 21:34:23 +10:00
..
coverage-frzmpy tests: Improve frozen import test coverage. 2017-01-16 16:59:03 +11:00
coverage-frzstr tests/unix/extra_coverage: Add tests for importing frozen packages. 2017-01-08 22:45:55 +11:00
modules unix: Move upip to frozen bytecode dir. 2017-05-12 18:32:25 +03:00
.gitignore unix: Fix freedos port build problems. 2017-02-06 15:25:42 +11:00
Makefile all: Make use of $(TOP) variable in Makefiles, instead of "..". 2017-08-11 12:22:19 +10:00
alloc.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
coverage.c py/repl: Change mp_uint_t to size_t in repl helpers. 2017-07-04 23:44:54 +10:00
fatfs_port.c unix/fatfs_port: Include new oofatfs header. 2017-01-27 23:22:15 +11:00
fdfile.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
file.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
gccollect.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
input.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
input.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
main.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modffi.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modjni.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modmachine.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modos.c extmod,unix: For uos.stat interpret st_size member as an unsigned int. 2017-08-21 20:47:22 +10:00
modsocket.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modtermios.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modtime.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
moduos_vfs.c ports: Add ilistdir in uos module. 2017-05-10 12:13:53 +10:00
moduselect.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport.mk unix/mpconfigport.mk: Update descriptions of readline and TLS options. 2017-06-17 15:44:28 +03:00
mpconfigport_coverage.h py/modsys: Initial implementation of sys.getsizeof(). 2017-08-11 09:43:07 +03:00
mpconfigport_fast.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport_freedos.h unix: Fix freedos port build problems. 2017-02-06 15:25:42 +11:00
mpconfigport_minimal.h all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. 2017-08-21 21:34:23 +10:00
mpconfigport_nanbox.h unix: Add option to build 64-bit NaN-boxing interpreter. 2016-01-15 11:12:08 +00:00
mphalport.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpthreadport.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
mpthreadport.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
qstrdefsport.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
unix_mphal.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00