.. |
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
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
8 years ago |
machine_i2c.c
|
extmod/machine_i2c: Add hook to constructor to call port-specific code.
|
8 years ago |
machine_i2c.h
|
extmod/machine_i2c: Expose soft I2C obj and readfrom/writeto funcs.
|
8 years ago |
machine_mem.c
|
extmod/machine_mem: Typo fix in comment.
|
8 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
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
8 years ago |
machine_spi.c
|
extmod/machine_spi: Provide reusable software SPI class.
|
8 years ago |
machine_spi.h
|
extmod/machine_spi: Provide reusable software SPI class.
|
8 years ago |
misc.h
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
8 years ago |
modbtree.c
|
extmod/modbtree: Rename "sync" method to "flush" for consistency.
|
8 years ago |
modframebuf.c
|
extmod/modframebuf: optimize fill_rect subroutine call
|
8 years ago |
modlwip.c
|
all: Consistently update signatures of .make_new and .call methods.
|
8 years ago |
modubinascii.c
|
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
|
8 years ago |
modubinascii.h
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
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
|
extmod/moduheapq: Revert change for adhoc relative-time queue support.
|
8 years ago |
modujson.c
|
extmod/modujson: Fix nanbox build.
|
8 years ago |
modurandom.c
|
extmod/modurandom: Allow to build with float disabled.
|
8 years ago |
modure.c
|
all: Remove 'name' member from mp_obj_module_t struct.
|
8 years ago |
moduselect.c
|
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
|
8 years ago |
modussl_axtls.c
|
all: Remove readall() method, which is equivalent to read() w/o args.
|
8 years ago |
modussl_mbedtls.c
|
all: Remove readall() method, which is equivalent to read() w/o args.
|
8 years ago |
modutimeq.c
|
extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.
|
8 years ago |
moduzlib.c
|
all: Remove readall() method, which is equivalent to read() w/o args.
|
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 |
uos_dupterm.c
|
extmod/moduos_dupterm: Renamed to uos_dupterm.
|
8 years ago |
utime_mphal.c
|
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
|
8 years ago |
utime_mphal.h
|
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
|
8 years ago |
vfs_fat.c
|
extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.
|
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: Allow file obj to respond to ioctl flush request.
|
8 years ago |
vfs_fat_file.h
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
8 years ago |
vfs_fat_misc.c
|
extmod/vfs_fat: Use mp_raise_OSError helper function.
|
8 years ago |
vfs_fat_reader.c
|
py: Factor out persistent-code reader into separate files.
|
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 |