.. |
crypto-algorithms
|
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
|
8 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 |
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/machine_pulse: Make time_pulse_us() not throw exceptions.
|
8 years ago |
machine_pulse.h
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
8 years ago |
machine_signal.c
|
extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.
|
8 years ago |
machine_signal.h
|
extmod/machine_signal: Implement "signal" abstraction for machine module.
|
8 years ago |
machine_spi.c
|
extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.
|
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: Update for changes to mp_obj_str_get_data.
|
8 years ago |
modframebuf.c
|
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
|
8 years ago |
modlwip.c
|
extmod/modlwip: accept: Fix error code for non-blocking mode.
|
8 years ago |
modubinascii.c
|
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
|
8 years ago |
modubinascii.h
|
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
|
8 years ago |
moductypes.c
|
extmod/moductypes: Fix bigint handling for 32-bit ports.
|
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: Update for changes to mp_obj_str_get_data.
|
8 years ago |
modurandom.c
|
extmod/modurandom: Use mp_raise_ValueError().
|
8 years ago |
modure.c
|
extmod: Update for changes to mp_obj_str_get_data.
|
8 years ago |
moduselect.c
|
extmod/moduselect: Implement ipoll() method for alloc-free polling.
|
8 years ago |
modussl_axtls.c
|
extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().
|
8 years ago |
modussl_mbedtls.c
|
extmod: Update for changes to mp_obj_str_get_data.
|
8 years ago |
modutimeq.c
|
modutimeq: Add peektime() function (provisional).
|
8 years ago |
moduzlib.c
|
all: Remove readall() method, which is equivalent to read() w/o args.
|
8 years ago |
modwebrepl.c
|
extmod: Update for changes to mp_obj_str_get_data.
|
8 years ago |
modwebsocket.c
|
various: Spelling fixes
|
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: Don't exit/enter the GIL in generic sleep functions.
|
8 years ago |
utime_mphal.h
|
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
|
8 years ago |
vfs.c
|
extmod/vfs: Allow "buffering" and "encoding" args to VFS's open().
|
8 years ago |
vfs.h
|
extmod/vfs: Implement mp_vfs_ilistdir().
|
8 years ago |
vfs_fat.c
|
extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.
|
8 years ago |
vfs_fat.h
|
extmod/vfs_fat: Replace listdir() with implementation of ilistdir().
|
8 years ago |
vfs_fat_diskio.c
|
extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.
|
8 years ago |
vfs_fat_file.c
|
extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.
|
8 years ago |
vfs_fat_misc.c
|
extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it.
|
8 years ago |
vfs_reader.c
|
py: Allow lexer to raise exceptions during construction.
|
8 years ago |
virtpin.c
|
all: Rename mp_obj_type_t::stream_p to protocol.
|
9 years ago |
virtpin.h
|
extmod/machine_signal: Support all Pin's arguments to the constructor.
|
8 years ago |