..
axtls-include
extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.
3 years ago
btstack
extmod/btstack: Use MP_REGISTER_ROOT_POINTER().
2 years ago
lwip-include
all: Unify header guard usage.
7 years ago
nimble
extmod/nimble: Use MP_REGISTER_ROOT_POINTER().
2 years ago
uasyncio
extmod/uasyncio: Implement stream read(-1) to read all data up to EOF.
2 years ago
webrepl
extmod/webrepl: Fix setting password in foreground mode and factor code.
2 years ago
extmod.cmake
extmod/extmod.cmake: Only include modbtree in build if it's enabled.
2 years ago
extmod.mk
extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.
2 years ago
font_petme128_8x8.h
extmod: Move font_petme128_8x8.h from ports/stm32 to extmod.
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: Only use WRITE1 option if transfer supports it.
2 years ago
machine_i2c.h
extmod/machine_i2c: Only use WRITE1 option if transfer supports it.
2 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: Use mp_obj_malloc everywhere it's applicable.
3 years ago
machine_signal.h
all: Unify header guard usage.
7 years ago
machine_spi.c
all: Use mp_obj_malloc everywhere it's applicable.
3 years ago
machine_spi.h
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
4 years ago
misc.h
stm32/moduos: Convert module to use extmod version.
3 years ago
modbluetooth.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modbluetooth.h
extmod/modbluetooth: Put declaration of connect_cancel in correct place.
3 years ago
modbtree.c
extmod/modbtree: Use buffer protocol for keys/values.
2 years ago
modframebuf.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modlwip.c
extmod/modlwip: Clean up inclusion of modlwip in build process.
2 years ago
modnetwork.c
extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER().
2 years ago
modnetwork.h
extmod/modusocket: Add socket state to track new/listening/conn/closed.
2 years ago
modonewire.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduasyncio.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modubinascii.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moducryptolib.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moductypes.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduhashlib.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduheapq.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modujson.c
py/parsenum: Optimise when building with complex disabled.
2 years ago
moduos.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduplatform.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduplatform.h
extmod/moduplatform: Move platform PP definitions into a header.
3 years ago
modurandom.c
extmod/modurandom: Fix missing void in empty argument list.
2 years ago
modure.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduselect.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modusocket.c
extmod/modusocket: Fix polling of closed sockets.
2 years ago
modussl_axtls.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modussl_mbedtls.c
extmod/modussl_mbedtls: Poll EVENT_POLL_HOOK in ssl handshake loop.
2 years ago
modutimeq.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduwebsocket.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduwebsocket.h
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
6 years ago
moduzlib.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modwebrepl.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
mpbthci.c
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
4 years ago
mpbthci.h
extmod/nimble: Add support for reading whole HCI UART packets.
2 years ago
network_cyw43.c
extmod/network_cyw43: Add "security" config option to get/set auth mode.
2 years ago
network_cyw43.h
extmod: Add network-level class binding to cyw43 driver.
6 years ago
network_ninaw10.c
extmod/network_ninaw10: Rename WLAN connect argument from essid to ssid.
2 years ago
network_wiznet5k.c
all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K.
2 years ago
uos_dupterm.c
stm32/moduos: Convert module to use extmod version.
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: Prevent uninitialized variable warning for path_out.
2 years ago
vfs.h
py/builtin: Clean up and simplify import_stat and builtin_open config.
2 years ago
vfs_blockdev.c
all: Reformat C and Python source code with tools/codeformat.py.
5 years ago
vfs_fat.c
all: Use mp_obj_malloc everywhere it's applicable.
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: Use mp_obj_malloc everywhere it's applicable.
3 years ago
vfs_lfsx_file.c
extmod/vfs_lfs: Add mtime support to littlefs files.
4 years ago
vfs_posix.c
all: Use mp_obj_malloc everywhere it's applicable.
3 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