micropython/unix
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol.
It's now used for more than just stream protocol (e.g. pin protocol), so
don't use false names.
2016-06-18 18:44:57 +03:00
..
.gitignore
Makefile unix: Disable FatFs VFS for normal build, keep enabled for coverage. 2016-06-18 00:58:57 +03:00
alloc.c unix/alloc: Make coverage build and its overzealous warnings happy. 2016-06-18 00:36:13 +03:00
coverage.c
fatfs_port.c
file.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
modtermios.c
modtime.c unix: Move "utime" module config to C level instead of make level. 2016-06-17 23:35:00 +03:00
moduselect.c
mpconfigport.h unix: Disable FatFs VFS for normal build, keep enabled for coverage. 2016-06-18 00:58:57 +03:00
mpconfigport.mk unix: Move "utime" module config to C level instead of make level. 2016-06-17 23:35:00 +03:00
mpconfigport_coverage.h unix: Disable FatFs VFS for normal build, keep enabled for coverage. 2016-06-18 00:58:57 +03: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 unix: Move "utime" module config to C level instead of make level. 2016-06-17 23:35:00 +03:00
mpconfigport_nanbox.h
mphalport.h unix/mphalport: Add mp_hal_delay_us() for consistency with other ports. 2016-05-07 21:18:44 +03: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