..
axtls-include
extmod/axtls-include: Add back needed header files for building axTLS.
2 years ago
btstack
extmod/btstack/modbluetooth_btstack: Add default services.
2 years ago
lwip-include
all: Unify header guard usage.
7 years ago
mbedtls
extmod/mbedtls: Remove brainpool curves from config.
2 years ago
nimble
extmod/modbluetooth: Make all HCI transports trace in the same format.
2 years ago
uasyncio
top: Update Python formatting to black "2023 stable style".
2 years ago
extmod.cmake
extmod/modutime: Provide a generic time module.
2 years ago
extmod.mk
extmod/modutime: Provide a generic time module.
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
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
machine_i2c.h
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
machine_mem.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
machine_mem.h
all: Use the name MicroPython consistently in comments
7 years ago
machine_pinbase.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 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
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
machine_pwm.h
extmod/machine_pwm: Factor out machine.PWM bindings to common code.
3 years ago
machine_signal.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
machine_signal.h
all: Unify header guard usage.
7 years ago
machine_spi.c
extmod: Add and reorganise compilation guards and includes.
2 years ago
machine_spi.h
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
machine_timer.c
extmod: Add and reorganise compilation guards and includes.
2 years ago
misc.h
stm32/moduos: Convert module to use extmod version.
3 years ago
modbluetooth.c
extmod/btstack: Include value handle in client read/write events.
2 years ago
modbluetooth.h
extmod/btstack: Add support for CCCD to allow client subscriptions.
2 years ago
modbtree.c
extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard.
2 years ago
modframebuf.c
extmod/modframebuf: Fix crash in FrameBuffer scrolling beyond extents.
2 years ago
modlwip.c
extmod/modlwip: Use actual errno in exception for error in listen.
2 years ago
modnetwork.c
stm32: Update to use the open-source lib version of cyw43-driver.
2 years ago
modnetwork.h
extmod/modnetwork: Allow more extensive port-specific customisation.
2 years ago
modonewire.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
moduasyncio.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
modubinascii.c
py/objstr: Split mp_obj_str_from_vstr into bytes/str versions.
2 years ago
moducryptolib.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
moductypes.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
moduhashlib.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
moduheapq.c
all: Remove third argument to MP_REGISTER_MODULE.
2 years ago
modujson.c
py/objstr: Optimise mp_obj_new_str_from_vstr for known-safe strings.
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: Fix MSVC x86_64 check.
2 years ago
modurandom.c
extmod/modurandom: Fix missing void in empty argument list.
2 years ago
modure.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
moduselect.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
modusocket.c
extmod/modnetwork: Use a type protocol to implement NIC functions.
2 years ago
modussl_axtls.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
modussl_mbedtls.c
extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).
2 years ago
modutime.c
extmod/modutime: Provide a generic time module.
2 years ago
modutime.h
extmod/modutime: Provide a generic time module.
2 years ago
modutimeq.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
moduwebsocket.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
moduwebsocket.h
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
6 years ago
moduzlib.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
modwebrepl.c
py/obj: Convert make_new into a mp_obj_type_t slot.
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 support to get STA RSSI using status() method.
2 years ago
network_cyw43.h
extmod: Add network-level class binding to cyw43 driver.
6 years ago
network_lwip.c
extmod/modnetwork: Allow more extensive port-specific customisation.
2 years ago
network_ninaw10.c
extmod/network_ninaw10: Add missing raw socket type to socket().
2 years ago
network_wiznet5k.c
extmod/modnetwork: Use a type protocol to implement NIC functions.
2 years ago
uos_dupterm.c
extmod: Add and reorganise compilation guards and includes.
2 years ago
vfs.c
py/obj: Convert make_new into a mp_obj_type_t slot.
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
py/obj: Convert make_new into a mp_obj_type_t slot.
2 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
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
vfs_lfs.c
extmod: Add and reorganise compilation guards and includes.
2 years ago
vfs_lfs.h
extmod: Add VFS littlefs bindings.
5 years ago
vfs_lfsx.c
extmod: Add and reorganise compilation guards and includes.
2 years ago
vfs_lfsx_file.c
extmod: Add and reorganise compilation guards and includes.
2 years ago
vfs_posix.c
extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'.
2 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: Implement finaliser for files.
2 years ago
vfs_reader.c
extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.
4 years ago
virtpin.c
py/obj: Add accessors for type slots and use everywhere.
2 years ago
virtpin.h
all: Unify header guard usage.
7 years ago