..
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: Update uzlib to v2.9.2.
6 years ago
machine_i2c.c
extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs.
6 years ago
machine_i2c.h
extmod/machine_i2c: Change C-level API to allow split I2C transactions.
6 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: Fix fault when no args are passed to Signal().
6 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
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
6 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: Register TCP close-timeout callback before closing PCB.
6 years ago
modonewire.c
extmod/modonewire: Fix reset timings to match 1-wire specs.
6 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: Add AES-CTR support for axTLS builds.
6 years ago
moductypes.c
extmod: Convert legacy uppercase macro names to lowercase.
6 years ago
moduhashlib.c
extmod/moduhashlib: Include implementation of sha256 only when required.
6 years ago
moduheapq.c
extmod: Convert legacy uppercase macro names to lowercase.
6 years ago
modujson.c
extmod/modujson: Handle parsing of floats with + in the exponent.
6 years ago
modurandom.c
extmod/modurandom: Add init method to seed the Yasmarang generator.
6 years ago
modure.c
extmod/modure: Add ure.sub() function and method, and tests.
6 years ago
moduselect.c
various: Add and update my copyright line based on git history.
6 years ago
modussl_axtls.c
extmod/modussl_axtls: Add non-blocking mode support.
6 years ago
modussl_mbedtls.c
extmod/modussl_mbedtls: Support non-blocking handshake.
6 years ago
modutimeq.c
extmod: Convert legacy uppercase macro names to lowercase.
6 years ago
moduwebsocket.c
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
6 years ago
moduwebsocket.h
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
6 years ago
moduzlib.c
extmod/moduzlib: Update for uzlib 2.9.2.
6 years ago
modwebrepl.c
extmod/modwebrepl: Fix logic to handle a put of file of size 0.
6 years ago
uos_dupterm.c
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
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: Convert legacy uppercase macro names to lowercase.
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_fat: Fallback to FAT32 if standard FAT16/SFD format fails.
6 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: Update for new oofatfs version.
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: Convert legacy uppercase macro names to lowercase.
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: Convert legacy uppercase macro names to lowercase.
6 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