micropython/extmod
Paul Sokolovsky 2f7ebf16de extmod/modbtree: Cleverly implement "for key in btree:" syntax.
I.e. make it work like btree.keys(), while still not using a separate
iterator type.
2016-06-23 20:08:37 +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 extmod: Add generic machine.I2C class, with bit-bang I2C. 2016-04-12 14:06:54 +01:00
machine_mem.c
machine_mem.h
machine_pinbase.c extmod/machine_pinbase: Fix nanbox build. 2016-06-19 00:26:57 +03:00
machine_pinbase.h extmod/machine_pinbase: Implementation of PinBase class. 2016-06-18 23:40:28 +03:00
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: Cleverly implement "for key in btree:" syntax. 2016-06-23 20:08:37 +03:00
modframebuf.c extmod: Add initial framebuf module. 2016-04-12 14:06:53 +01:00
modlwip.c extmod/modlwip: Store a chain of incoming pbufs, instead of only one. 2016-06-19 19:15:20 +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 extmod/uctypes: Change param type from void* to byte*. 2016-03-19 22:13:17 +00:00
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 extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD. 2016-04-08 20:12:03 +03:00
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 extmod/modwebsocket.h: Split websocket-related defines for reuse. 2016-04-10 13:42:51 +03:00
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 extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs. 2016-03-27 14:21:06 +03:00
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 extmod/vfs_fat_lexer: Add func prototype for pedantic warnings. 2016-03-03 14:53:36 +02:00
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