You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky 5fe3730a30 extmod/moduhashlib: Add md5 implementation, using axTLS. 6 years ago
..
axtls-include py/py.mk: Build axtls library directly from its source files. 6 years ago
crypto-algorithms extmod/crypto-algorithms/sha256: Remove non-standard memory.h header. 8 years ago
lwip-include all: Unify header guard usage. 7 years ago
re1.5 extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain. 7 years ago
uzlib extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls. 7 years ago
machine_i2c.c extmod: Fix to support compiling with object representation D. 6 years ago
machine_i2c.h all: Unify header guard usage. 7 years ago
machine_mem.c all: Remove inclusion of internal py header files. 7 years ago
machine_mem.h all: Use the name MicroPython consistently in comments 7 years ago
machine_pinbase.c extmod/machine_pinbase: Put PinBase singleton in ROM. 7 years ago
machine_pinbase.h all: Unify header guard usage. 7 years ago
machine_pulse.c extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
machine_pulse.h all: Unify header guard usage. 7 years ago
machine_signal.c extmod/machine_signal: Change VLA to use new scoped allocation API. 7 years ago
machine_signal.h all: Unify header guard usage. 7 years ago
machine_spi.c drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
machine_spi.h drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
misc.h extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 7 years ago
modbtree.c extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures. 6 years ago
modframebuf.c extmod/modframebuf: Add 8-bit greyscale format (GS8). 7 years ago
modlwip.c extmod/modlwip: Deregister all lwIP callbacks when closing a socket. 6 years ago
modonewire.c extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 7 years ago
modubinascii.c all: Remove inclusion of internal py header files. 7 years ago
modubinascii.h all: Use the name MicroPython consistently in comments 7 years ago
moducryptolib.c extmod/moducryptolib: Don't include arpa/inet.h, it's not needed. 6 years ago
moductypes.c all: Remove inclusion of internal py header files. 7 years ago
moduhashlib.c extmod/moduhashlib: Add md5 implementation, using axTLS. 6 years ago
moduheapq.c all: Remove inclusion of internal py header files. 7 years ago
modujson.c extmod: Update to use new mp_get_stream helper. 6 years ago
modurandom.c all: Remove inclusion of internal py header files. 7 years ago
modure.c extmod/modure: Add ure.sub() function and method, and tests. 6 years ago
moduselect.c extmod: Fix to support compiling with object representation D. 6 years ago
modussl_axtls.c extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array. 6 years ago
modussl_mbedtls.c extmod/modussl: Support polling in ussl objects by passing through ioctl 6 years ago
modutimeq.c all: Use NULL instead of "" when calling mp_raise exception helpers. 7 years ago
moduzlib.c extmod: Update to use new mp_get_stream helper. 6 years ago
modwebrepl.c extmod: Update to use new mp_get_stream helper. 6 years ago
modwebsocket.c extmod: Update to use new mp_get_stream helper. 6 years ago
modwebsocket.h all: Unify header guard usage. 7 years ago
uos_dupterm.c extmod: Fix to support compiling with object representation D. 6 years ago
utime_mphal.c py,extmod: Some casts and minor refactors to quiet compiler warnings. 7 years ago
utime_mphal.h all: Unify header guard usage. 7 years ago
vfs.c extmod/vfs: Support opening a file descriptor (int) with VfsPosix. 6 years ago
vfs.h extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. 7 years ago
vfs_fat.c extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. 7 years ago
vfs_fat.h extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. 7 years ago
vfs_fat_diskio.c extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size. 6 years ago
vfs_fat_file.c extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX. 7 years ago
vfs_posix.c extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir. 6 years ago
vfs_posix.h extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat. 7 years ago
vfs_posix_file.c extmod: Add VfsPosix filesystem component. 7 years ago
vfs_reader.c py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
virtpin.c all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
virtpin.h all: Unify header guard usage. 7 years ago