..
axtls-include
py/py.mk: Build axtls library directly from its source files.
6 years ago
btstack
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
5 years ago
crypto-algorithms
extmod/crypto-algorithms: Add source to header and populate copyright.
5 years ago
lwip-include
all: Unify header guard usage.
7 years ago
nimble
extmod/nimble: When getting BLE MAC try public address if random fails.
5 years ago
re1.5
extmod/re1.5: Support escaping within RE classes.
5 years ago
uasyncio
extmod/uasyncio: Add global exception handling methods.
5 years ago
uzlib
extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned.
5 years ago
webrepl
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
extmod.mk
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
5 years ago
machine_i2c.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
machine_i2c.h
extmod/machine_i2c: Change C-level API to allow split I2C transactions.
6 years ago
machine_mem.c
all: Reformat C and Python source code with tools/codeformat.py.
5 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
esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.
5 years ago
machine_pulse.h
all: Unify header guard usage.
7 years ago
machine_signal.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
machine_signal.h
all: Unify header guard usage.
7 years ago
machine_spi.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
machine_spi.h
drivers/bus: Pull out software SPI implementation to dedicated driver.
7 years ago
misc.h
extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.
5 years ago
modbluetooth.c
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
5 years ago
modbluetooth.h
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
5 years ago
modbluetooth_hci.h
stm32: Refactor Bluetooth HCI RX to be independent of transport layer.
5 years ago
modbtree.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modframebuf.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modlwip.c
all: Remove spaces inside and around parenthesis.
5 years ago
modonewire.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
moduasyncio.c
extmod/uasyncio: Add optional implementation of core uasyncio in C.
5 years ago
modubinascii.c
extmod/modubinascii: Make code private and module self-contained.
5 years ago
moducryptolib.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
moductypes.c
all: Fix implicit casts of float/double, and signed comparison.
5 years ago
moduhashlib.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
moduheapq.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modujson.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modurandom.c
all: Remove spaces inside and around parenthesis.
5 years ago
modure.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
moduselect.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modussl_axtls.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modussl_mbedtls.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modutimeq.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
moduwebsocket.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
moduwebsocket.h
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
6 years ago
moduzlib.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
modwebrepl.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
network_cyw43.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
network_cyw43.h
extmod: Add network-level class binding to cyw43 driver.
6 years ago
uos_dupterm.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
utime_mphal.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
utime_mphal.h
all: Unify header guard usage.
7 years ago
vfs.c
extmod/vfs: Factor out vfs mount-and-chdir helper from stm32.
5 years ago
vfs.h
extmod/vfs: Factor out vfs mount-and-chdir helper from stm32.
5 years ago
vfs_blockdev.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_fat.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_fat.h
extmod: Factor out block-device struct to make independent of fatfs.
5 years ago
vfs_fat_diskio.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_fat_file.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_lfs.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_lfs.h
extmod: Add VFS littlefs bindings.
5 years ago
vfs_lfsx.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_lfsx_file.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_posix.c
unix: Implement PEP 475 to retry syscalls failing with EINTR.
5 years ago
vfs_posix.h
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
7 years ago
vfs_posix_file.c
unix: Implement PEP 475 to retry syscalls failing with EINTR.
5 years ago
vfs_reader.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
virtpin.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
virtpin.h
all: Unify header guard usage.
7 years ago