You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carlosgg f3d1495fd3 all: Update bindings, ports and tests for mbedtls v3.5.1. 2 years ago
..
asyncio extmod/asyncio: Support gather of tasks that finish early. 10 months ago
axtls-include extmod/axtls-include: Add back needed header files for building axTLS. 2 years ago
btstack extmod: Switch to use new event functions. 11 months ago
lwip-include all: Unify header guard usage. 7 years ago
mbedtls all: Update bindings, ports and tests for mbedtls v3.5.1. 9 months ago
nimble extmod/nimble: Do not set GAP device name after sync. 11 months ago
extmod.cmake all: Update bindings, ports and tests for mbedtls v3.5.1. 9 months ago
extmod.mk all: Update bindings, ports and tests for mbedtls v3.5.1. 9 months ago
font_petme128_8x8.h extmod: Move font_petme128_8x8.h from ports/stm32 to extmod. 3 years ago
machine_adc.c extmod/machine_adc: Factor ports' ADC Python bindings to common code. 1 year ago
machine_adc_block.c extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 1 year ago
machine_bitstream.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
machine_i2c.c extmod: Switch to use new event functions. 11 months ago
machine_i2s.c extmod/machine_i2s: Factor comments, some enums and macros. 1 year ago
machine_mem.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
machine_pinbase.c extmod/modmachine: Add MICROPY_PY_MACHINE_PIN_BASE option. 11 months ago
machine_pulse.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
machine_pwm.c extmod/machine_pwm: Remove header file and move decls to .c file. 1 year ago
machine_signal.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
machine_spi.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
machine_timer.c extmod: Add and reorganise compilation guards and includes. 2 years ago
machine_uart.c extmod/machine_uart: Factor ports' UART Python bindings to common code. 1 year ago
machine_wdt.c extmod/machine_wdt: Factor ports' WDT Python bindings to common code. 1 year ago
misc.h extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 11 months ago
modasyncio.c extmod/asyncio: Rename uasyncio to asyncio. 1 year ago
modbinascii.c extmod/moddeflate: Add deflate module providing the DeflateIO class. 1 year ago
modbluetooth.c extmod/modbluetooth: Initialise nlr_jump_callback_top for IRQ handlers. 1 year ago
modbluetooth.h extmod/btstack: Add support for CCCD to allow client subscriptions. 2 years ago
modbtree.c extmod/modbtree: Undefine queue macros before including berkeley-db. 1 year ago
modcryptolib.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
moddeflate.c extmod/moddeflate: Change default window size. 1 year ago
modframebuf.c extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
modhashlib.c extmod/modhashlib: Support MD5 with mbedtls 3.x. 11 months ago
modheapq.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
modjson.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
modlwip.c extmod: Switch to use new event functions. 11 months ago
modmachine.c extmod/modmachine: Provide common implementation of disable/enable_irq. 11 months ago
modmachine.h extmod/modmachine: Provide common bindings for 6 bare-metal functions. 11 months ago
modnetwork.c extmod/modnetwork: Add deinit function to NIC protocol. 11 months ago
modnetwork.h extmod/modnetwork: Add deinit function to NIC protocol. 11 months ago
modonewire.c extmod/modonewire: Improve write timings for better reliability. 11 months ago
modos.c extmod/modos: Factor os.dupterm_notify() function to common extmod code. 11 months ago
modplatform.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
modplatform.h extmod/modplatform: Set MICROPY_PLATFORM_ARCH on riscv platforms. 1 year ago
modrandom.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
modre.c py/misc: Change sizeof to offsetof for variable-length alloc. 1 year ago
modselect.c extmod/modselect: Handle growing the pollfds allocation correctly. 11 months ago
modsocket.c extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option. 1 year ago
modssl_axtls.c extmod/modssl_axtls: Only close underlying socket once if it was used. 1 year ago
modssl_mbedtls.c extmod/modssl_mbedtls: Fix cipher iteration in SSLContext.get_ciphers. 9 months ago
modtime.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
modtime.h all: Rename *umodule*.h to remove the "u" prefix. 1 year ago
moductypes.c extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
modwebrepl.c all: Rename *umodule*.h to remove the "u" prefix. 1 year ago
modwebsocket.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
modwebsocket.h all: Rename *umodule*.h to remove the "u" prefix. 1 year 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: Switch to use new event functions. 11 months ago
network_cyw43.h extmod: Add network-level class binding to cyw43 driver. 6 years ago
network_esp_hosted.c extmod/network_esp_hosted: Add ESP-Hosted networking interface. 1 year ago
network_lwip.c extmod/modnetwork: Allow more extensive port-specific customisation. 2 years ago
network_ninaw10.c extmod/network_ninaw10: Switch to using soft-timer for polling. 11 months ago
network_wiznet5k.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
os_dupterm.c extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 11 months 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/stream: Add mp_stream___exit___obj that calls mp_stream_close. 1 year 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/vfs_lfs: Fix lfs cache_size calculation. 11 months ago
vfs_lfsx_file.c py/misc: Change sizeof to offsetof for variable-length alloc. 1 year ago
vfs_posix.c extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year 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: Make standard file objects non-const. 1 year ago
vfs_reader.c extmod/vfs_reader: Add file ioctl to set read buffer size. 1 year 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