..
axtls-include
extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.
3 years ago
btstack
extmod/modbluetooth: Support gap_connect(None) to cancel a connection.
3 years ago
lwip-include
all: Unify header guard usage.
7 years ago
nimble
extmod/modbluetooth: Support gap_connect(None) to cancel a connection.
3 years ago
uasyncio
all: Update Python formatting to latest Black version 21.12b0.
3 years ago
webrepl
all: Rename "sys" module to "usys".
4 years ago
extmod.cmake
extmod: Add platform module.
3 years ago
extmod.mk
all: Update to point to files in new shared/ directory.
3 years ago
machine_bitstream.c
extmod: Add machine.bitstream.
3 years ago
machine_bitstream.h
extmod: Add machine.bitstream.
3 years ago
machine_i2c.c
extmod/machine_i2c: Increase default SoftI2C timeout to 50ms.
3 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_pwm.c
extmod/machine_pwm: Factor out machine.PWM bindings to common code.
3 years ago
machine_pwm.h
extmod/machine_pwm: Factor out machine.PWM bindings to common code.
3 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: Make SoftSPI configurable via macro option.
3 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: Fix conditional compilation of ringbuf_put_uuid.
3 years ago
modbluetooth.h
extmod/modbluetooth: Put declaration of connect_cancel in correct place.
3 years ago
modbtree.c
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
5 years ago
modframebuf.c
extmod/modframebuf: Enable blit between different formats via a palette.
3 years ago
modlwip.c
extmod/modlwip: Fix close and clean up of UDP and raw sockets.
3 years ago
modnetwork.c
extmod/modnetwork: Remove STM32 references.
3 years ago
modnetwork.h
extmod/modusocket: Add makefile() method and common socket options.
3 years ago
modonewire.c
extmod/modonewire: Make _onewire module configurable via macro option.
3 years ago
moduasyncio.c
all: Fix signed shifts and NULL access errors from -fsanitize=undefined.
3 years ago
modubinascii.c
extmod/modubinascii: Add newline keyword to b2a_base64 function.
3 years ago
moducryptolib.c
all: Format code to add space after C++-style comment start.
5 years ago
moductypes.c
extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.
4 years ago
moduhashlib.c
extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.
3 years ago
moduheapq.c
all: Format code to add space after C++-style comment start.
5 years ago
modujson.c
extmod/modujson: Add support for dump/dumps separators keyword-argument.
3 years ago
moduplatform.c
extmod/moduplatform: Detect xtensa arch.
3 years ago
modurandom.c
extmod/modurandom: Support an argument of bits=0 to getrandbits.
3 years ago
modure.c
extmod/modure: Redirect regex debug printing to mp_printf.
3 years ago
moduselect.c
extmod/moduselect: Conditionally compile select().
3 years ago
modusocket.c
extmod/modusocket: Support additional args to getaddrinfo.
3 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
py: Introduce and use mp_raise_type_arg helper.
3 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/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.
3 years ago
network_cyw43.c
extmod/network_cyw43: Make consistent use of STA and AP constants.
3 years ago
network_cyw43.h
extmod: Add network-level class binding to cyw43 driver.
6 years ago
network_ninaw10.c
drivers/ninaw10: Return standard error numbers.
3 years ago
uos_dupterm.c
all: Update to point to files in new shared/ directory.
3 years ago
utime_mphal.c
extmod/utime: Always invoke mp_hal_delay_ms when >= to 0ms.
3 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: Update to point to files in new shared/ directory.
3 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
all: Update to point to files in new shared/ directory.
3 years ago
vfs_lfs.h
extmod: Add VFS littlefs bindings.
5 years ago
vfs_lfsx.c
all: Update to point to files in new shared/ directory.
3 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: Support MP_STREAM_POLL in vfs_posix_file_ioctl.
3 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