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.
 
 
 
 
 
 
Jim Mussared b6a9778484 py/misc: Change sizeof to offsetof for variable-length alloc. 1 year ago
..
asyncio extmod/asyncio: Emit errors to stderr, not stdout. 1 year ago
axtls-include extmod/axtls-include: Add back needed header files for building axTLS. 2 years ago
btstack extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent. 1 year ago
lwip-include all: Unify header guard usage. 7 years ago
mbedtls extmod/mbedtls: Remove brainpool curves from config. 2 years ago
nimble py/misc: Change sizeof to offsetof for variable-length alloc. 1 year ago
extmod.cmake extmod/machine_uart: Factor ports' UART Python bindings to common code. 1 year ago
extmod.mk lib/littlefs: Update LittleFS to v2.8.1. 1 year 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_bitstream.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
machine_i2c.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year 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: Consolidate simple machine headers into modmachine.h. 1 year 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 all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix. 1 year 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 all: Fix various spelling mistakes found by codespell 2.2.6. 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: Update to support mbedtls 3.x. 1 year 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/modlwip: Fix setting of IP option SOF_BROADCAST. 1 year ago
modmachine.h extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
modnetwork.c extmod/modnetwork: Forward if.config(hostname) to network.hostname. 1 year ago
modnetwork.h extmod/modnetwork: Forward if.config(hostname) to network.hostname. 1 year ago
modonewire.c all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
modos.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year 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: Properly track number of poll objects that are fd's. 1 year 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: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET. 1 year 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/modnetwork: Forward if.config(hostname) to network.hostname. 1 year 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: Fix select flags handling in socket poll. 1 year ago
network_wiznet5k.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
os_dupterm.c all: Rename *umodule*.c to remove the "u" prefix. 1 year 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_lfsx: Fix offset used before range check. 1 year 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: Fix flush handling in msvc builds. 1 year ago
vfs_reader.c py/builtinevex: Handle invalid filenames for execfile. 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