.. |
axtls-include
|
py/py.mk: Build axtls library directly from its source files.
|
6 years ago |
btstack
|
extmod/modbluetooth: Separate enabling of "client" from "central".
|
4 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/modbluetooth: Separate enabling of "client" from "central".
|
4 years ago |
re1.5
|
extmod/re1.5: Check and report byte overflow errors in _compilecode.
|
4 years ago |
uasyncio
|
extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.
|
4 years ago |
uzlib
|
extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned.
|
5 years ago |
webrepl
|
all: Rename "sys" module to "usys".
|
4 years ago |
extmod.cmake
|
extmod/extmod.cmake: Add support to build btree module with CMake.
|
4 years ago |
extmod.mk
|
extmod: Disable -Wmissing-field-initializers for lfs2.
|
4 years ago |
machine_i2c.c
|
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
|
4 years ago |
machine_i2c.h
|
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
|
4 years ago |
machine_mem.c
|
extmod/machine_mem: Only allow integers in machine.memX subscript.
|
4 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
|
extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
|
4 years ago |
machine_spi.h
|
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
|
4 years ago |
misc.h
|
extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.
|
5 years ago |
modbluetooth.c
|
extmod/modbluetooth: Free temp arrays in gatts register services.
|
4 years ago |
modbluetooth.h
|
extmod/modbluetooth: Separate enabling of "client" from "central".
|
4 years ago |
modbtree.c
|
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
|
5 years ago |
modframebuf.c
|
extmod/modframebuf: Change int to unsigned int in format methods args.
|
4 years ago |
modlwip.c
|
extmod/modlwip: Fix error return for TCP recv when not connected.
|
4 years ago |
modonewire.c
|
extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.
|
4 years ago |
moduasyncio.c
|
extmod/uasyncio: Add Task.done() method.
|
4 years ago |
modubinascii.c
|
extmod/modubinascii: Update code, docs for hexlify now CPython has sep.
|
4 years ago |
moducryptolib.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
moductypes.c
|
extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.
|
4 years ago |
moduhashlib.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
moduheapq.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
modujson.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
modurandom.c
|
extmod/modurandom: Support urandom.seed() without an argument.
|
4 years ago |
modure.c
|
extmod/modure: Allow \\ in re.sub replacements.
|
4 years ago |
moduselect.c
|
extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1.
|
4 years ago |
modussl_axtls.c
|
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
|
4 years ago |
modussl_mbedtls.c
|
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
|
4 years ago |
modutimeq.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
moduwebsocket.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
moduwebsocket.h
|
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
|
6 years ago |
moduzlib.c
|
all: Use MP_ERROR_TEXT for all error messages.
|
5 years ago |
modwebrepl.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
mpbthci.c
|
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
|
4 years ago |
mpbthci.h
|
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
|
4 years ago |
network_cyw43.c
|
all: Format code to add space after C++-style comment start.
|
5 years ago |
network_cyw43.h
|
extmod: Add network-level class binding to cyw43 driver.
|
6 years ago |
uos_dupterm.c
|
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
|
4 years ago |
utime_mphal.c
|
extmod/utime_mphal: Add generic utime.time_ns() function.
|
4 years ago |
utime_mphal.h
|
extmod/utime_mphal: Add generic utime.time_ns() function.
|
4 years ago |
vfs.c
|
extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.
|
4 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: Rename absolute time-based functions to include "epoch".
|
4 years ago |
vfs_fat.h
|
extmod: Factor out block-device struct to make independent of fatfs.
|
5 years ago |
vfs_fat_diskio.c
|
tools/uncrustify: Enable more opts to remove space between func and '('.
|
4 years ago |
vfs_fat_file.c
|
all: Reformat C and Python source code with tools/codeformat.py.
|
5 years ago |
vfs_lfs.c
|
py, extmod: Add explicit initializers for default values.
|
4 years ago |
vfs_lfs.h
|
extmod: Add VFS littlefs bindings.
|
5 years ago |
vfs_lfsx.c
|
extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
|
4 years ago |
vfs_lfsx_file.c
|
extmod/vfs_lfs: Add mtime support to littlefs files.
|
4 years ago |
vfs_posix.c
|
extmod/vfs: Support larger integer range in VFS stat time fields.
|
4 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/vfs_posix_file: Allow closing an already closed file.
|
4 years ago |
vfs_reader.c
|
extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.
|
4 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 |