.. |
crypto-algorithms
|
extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.
|
9 years ago |
lwip-include
|
extmod/lwip: Change void pointers to unions, include new mphal.h file
|
9 years ago |
re1.5
|
extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.
|
9 years ago |
uzlib
|
extmod: Update uzlib to 1.2.2.
|
9 years ago |
fsusermount.c
|
extmod: When including extmod headers, prefix path with extmod/.
|
9 years ago |
fsusermount.h
|
extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS.
|
9 years ago |
machine_i2c.c
|
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
|
9 years ago |
machine_i2c.h
|
extmod: Add generic machine.I2C class, with bit-bang I2C.
|
9 years ago |
machine_mem.c
|
extmod/modmachine: Truncate integers that are to be stored using mem*.
|
9 years ago |
machine_mem.h
|
unix: machine_mem improvements
|
9 years ago |
machine_pinbase.c
|
extmod/machine_pinbase: Fix nanbox build.
|
9 years ago |
machine_pinbase.h
|
extmod/machine_pinbase: Implementation of PinBase class.
|
9 years ago |
machine_pulse.c
|
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
|
9 years ago |
machine_pulse.h
|
extmod: Add machine time_pulse_us function (at C and Python level).
|
9 years ago |
misc.h
|
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
|
9 years ago |
modbtree.c
|
extmod/modbtree: Implement __contains__ operation.
|
8 years ago |
modframebuf.c
|
extmod: Add initial framebuf module.
|
9 years ago |
modlwip.c
|
extmod/modlwip: Store a chain of incoming pbufs, instead of only one.
|
9 years ago |
modubinascii.c
|
extmod: When including extmod headers, prefix path with extmod/.
|
9 years ago |
modubinascii.h
|
py: Change type signature of builtin funs that take variable or kw args.
|
9 years ago |
moductypes.c
|
extmod/uctypes: Change param type from void* to byte*.
|
9 years ago |
moduhashlib.c
|
extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define.
|
9 years ago |
moduheapq.c
|
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
|
9 years ago |
modujson.c
|
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
|
9 years ago |
moduos_dupterm.c
|
extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.
|
8 years ago |
modurandom.c
|
extmod/modurandom: Add some extra random functions.
|
9 years ago |
modure.c
|
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
|
9 years ago |
modussl_axtls.c
|
py/stream: Add adapter methods with POSIX-compatible signatures.
|
8 years ago |
moduzlib.c
|
py: Change type signature of builtin funs that take variable or kw args.
|
9 years ago |
modwebrepl.c
|
extmod/modwebrepl: Use mp_stream_close() method.
|
8 years ago |
modwebsocket.c
|
extmod/modwebsocket: Add readinto() method.
|
8 years ago |
modwebsocket.h
|
extmod/modwebsocket.h: Split websocket-related defines for reuse.
|
9 years ago |
vfs_fat.c
|
extmod/vfs_fat: Implement rmdir() method.
|
8 years ago |
vfs_fat_diskio.c
|
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
|
9 years ago |
vfs_fat_ffconf.c
|
extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.
|
9 years ago |
vfs_fat_file.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
9 years ago |
vfs_fat_file.h
|
extmod/vfs_fat: Move listdir() method from stmhal for reuse.
|
9 years ago |
vfs_fat_lexer.c
|
extmod/vfs_fat_lexer: Add func prototype for pedantic warnings.
|
9 years ago |
vfs_fat_misc.c
|
extmod/vfs_fat*: Replace text error messages by POSIX error numbers.
|
9 years ago |
virtpin.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
9 years ago |
virtpin.h
|
extmod/virtpin: Initial implementation of open-ended C-level Pin interface.
|
9 years ago |