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.
 
 
 
 
 
 
Damien George fbe58553c2 extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent. 1 year ago
..
asyncio extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return. 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 all: Fix spelling mistakes based on codespell check. 2 years ago
extmod.cmake all: Remove query-variants make target. 1 year ago
extmod.mk extmod/network_esp_hosted: Add ESP-Hosted networking interface. 1 year 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 extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options. 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 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: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 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: Fix crash in FrameBuffer scrolling beyond extents. 2 years 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
modnetwork.c stm32: Update to use the open-source lib version of cyw43-driver. 2 years ago
modnetwork.h extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option. 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 all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 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 all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 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/network_cyw43: Add power management constants. 2 years 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: 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
os_dupterm.c all: Rename *umodule*.c to remove the "u" prefix. 1 year ago
utime_mphal.h all: Rename *umodule*.h 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/stream: Add mp_stream___exit___obj that calls mp_stream_close. 1 year ago
vfs_posix.c all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 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: Implement sys.std*.buffer objects. 1 year 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