micropython/extmod
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
..
crypto-algorithms
lwip-include
re1.5
uzlib
fsusermount.c extmod: When including extmod headers, prefix path with extmod/. 2016-05-20 12:46:20 +01:00
fsusermount.h
machine_i2c.c extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low. 2016-05-26 17:06:40 +01:00
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pulse.c extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us. 2016-05-31 14:25:19 +01:00
machine_pulse.h extmod: Add machine time_pulse_us function (at C and Python level). 2016-05-31 13:58:48 +01:00
misc.h extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream. 2016-05-20 22:20:37 +03:00
modbtree.c extmod/modbtree: open(): Support "in-memory" database with filename=None. 2016-06-18 01:31:57 +03:00
modframebuf.c
modlwip.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
modubinascii.c extmod: When including extmod headers, prefix path with extmod/. 2016-05-20 12:46:20 +01:00
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
moduos_dupterm.c extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream. 2016-05-20 22:20:37 +03:00
modurandom.c
modure.c
modussl.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
moduzlib.c
modwebrepl.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
modwebsocket.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
modwebsocket.h
vfs_fat.c esp8266: Use RTC to set date & time stamps for files. 2016-06-16 19:31:58 +03:00
vfs_fat_diskio.c
vfs_fat_ffconf.c
vfs_fat_file.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
vfs_fat_file.h
vfs_fat_lexer.c
vfs_fat_misc.c extmod/vfs_fat*: Replace text error messages by POSIX error numbers. 2016-05-27 23:57:01 +03:00
virtpin.c all: Rename mp_obj_type_t::stream_p to protocol. 2016-06-18 18:44:57 +03:00
virtpin.h extmod/virtpin: Initial implementation of open-ended C-level Pin interface. 2016-05-27 01:08:43 +03:00