.. |
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/uzlib: Update to upstream v2.1.
|
8 years ago |
fsusermount.c
|
extmod/vfs_fat: Use mp_raise_OSError helper function.
|
8 years ago |
fsusermount.h
|
esp8266/modous: Add os.umount method to unmount a filesystem.
|
8 years ago |
machine_i2c.c
|
extmod/machine_i2c: Use writes not reads in i2c.scan().
|
8 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: Use mp_raise_OSError helper function.
|
8 years ago |
machine_pulse.h
|
extmod: Add machine time_pulse_us function (at C and Python level).
|
9 years ago |
machine_spi.c
|
extmod/machine_spi: Add optional support for fast software SPI.
|
8 years ago |
machine_spi.h
|
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
|
8 years ago |
misc.h
|
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
|
9 years ago |
modbtree.c
|
extmod: Use mp_raise_OSError helper function.
|
8 years ago |
modframebuf.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modlwip.c
|
extmod/modlwip: Use mp_raise_OSError helper function.
|
8 years ago |
modubinascii.c
|
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
|
8 years ago |
modubinascii.h
|
extmod/modubinascii: implement binascii.crc32
|
8 years ago |
moductypes.c
|
extmod/uctypes: Allow full 32-bit address range.
|
8 years ago |
moduhashlib.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
moduheapq.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modujson.c
|
extmod/modujson: Fix nanbox build.
|
8 years ago |
moduos_dupterm.c
|
extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.
|
8 years ago |
modurandom.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modure.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modussl_axtls.c
|
extmod: Use mp_raise_OSError helper function.
|
8 years ago |
modussl_mbedtls.c
|
extmod/modussl_mbedtls: Add dummy setblocking() method.
|
8 years ago |
moduzlib.c
|
extmod: Use mp_raise_OSError helper function.
|
8 years ago |
modwebrepl.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modwebsocket.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
modwebsocket.h
|
extmod/modwebsocket.h: Split websocket-related defines for reuse.
|
9 years ago |
utime_mphal.c
|
extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.
|
8 years ago |
utime_mphal.h
|
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
|
8 years ago |
vfs_fat.c
|
extmod/vfs_fat: Add file and directory checks for remove and rmdir.
|
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
|
extmod/vfs_fat_file: Use MP_Exxx errno constants.
|
8 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: Use mp_raise_OSError helper function.
|
8 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 |