micropython/extmod
Daniël van de Giessen bc424ddc41
py/modthread: Move thread state initialisation to shared function.
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
2024-02-29 14:28:58 +01:00
..
asyncio extmod/asyncio: Make current_task raise exception when there is no task. 2024-02-28 15:48:51 +11:00
axtls-include
btstack extmod/btstack: Reset pending_value_handle before calling read-done cb. 2024-02-12 11:26:27 +11:00
lwip-include
mbedtls all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
nimble extmod/nimble: Enable key distribution to support bonding. 2024-02-29 14:25:59 +11:00
extmod.cmake extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 2024-02-07 13:25:08 +11:00
extmod.mk extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 2024-02-07 13:25:08 +11:00
font_petme128_8x8.h
machine_adc.c extmod/machine_adc: Factor ports' ADC Python bindings to common code. 2023-10-23 17:16:45 +11:00
machine_adc_block.c extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 2023-11-07 16:44:35 +11:00
machine_bitstream.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 2023-10-26 16:49:27 +11:00
machine_i2c.c extmod: Switch to use new event functions. 2023-12-08 12:48:50 +11:00
machine_i2s.c extmod/machine_i2s: Factor comments, some enums and macros. 2023-10-20 17:40:17 +11:00
machine_mem.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 2023-10-26 17:40:22 +11:00
machine_pinbase.c extmod/modmachine: Add MICROPY_PY_MACHINE_PIN_BASE option. 2023-11-30 16:11:11 +11:00
machine_pulse.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 2023-10-26 16:49:27 +11:00
machine_pwm.c extmod/machine_pwm: Remove header file and move decls to .c file. 2023-10-20 16:24:46 +11:00
machine_signal.c extmod/modmachine: Consolidate simple machine headers into modmachine.h. 2023-10-26 16:49:27 +11:00
machine_spi.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 2023-10-26 17:40:22 +11:00
machine_timer.c
machine_uart.c extmod/machine_uart: Factor ports' UART Python bindings to common code. 2023-10-26 10:46:42 +11:00
machine_wdt.c
misc.h extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 2023-12-22 10:26:52 +11:00
modasyncio.c
modbinascii.c
modbluetooth.c py/modthread: Move thread state initialisation to shared function. 2024-02-29 14:28:58 +01:00
modbluetooth.h
modbtree.c
modcryptolib.c py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 2024-02-19 23:40:54 +11:00
moddeflate.c
modframebuf.c
modhashlib.c py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 2024-02-19 23:40:54 +11:00
modheapq.c
modjson.c
modlwip.c extmod/modlwip: Add back support for empty IP addresses. 2024-02-26 12:34:59 +11:00
modmachine.c extmod/modmachine: Provide common implementation of disable/enable_irq. 2023-11-30 16:11:11 +11:00
modmachine.h extmod/modmachine: Remove MICROPY_PY_MACHINE guard from header. 2024-02-21 12:00:41 +11:00
modnetwork.c extmod/modnetwork: Add deinit function to NIC protocol. 2023-12-06 17:32:00 +11:00
modnetwork.h extmod/modnetwork: Add deinit function to NIC protocol. 2023-12-06 17:32:00 +11:00
modonewire.c extmod/modonewire: Improve write timings for better reliability. 2023-12-15 17:08:09 +11:00
modos.c extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 2024-02-07 13:25:08 +11:00
modplatform.c
modplatform.h
modrandom.c extmod/modrandom: Add integer type casts where appropriate. 2024-02-15 11:00:44 +11:00
modre.c py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 2024-02-19 23:40:54 +11:00
modselect.c extmod/modselect: Handle growing the pollfds allocation correctly. 2023-12-21 11:04:59 +11:00
modsocket.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
modtime.c
modtime.h
modtls_axtls.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
modtls_mbedtls.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
moductypes.c
modvfs.c extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 2024-02-07 13:25:08 +11:00
modwebrepl.c
modwebsocket.c extmod/modwebsocket: Fix websocket to send correct close frame. 2024-02-26 12:20:40 +11:00
modwebsocket.h
mpbthci.c
mpbthci.h
network_cyw43.c extmod/modlwip: Support IPv6. 2024-02-16 11:46:40 +11:00
network_cyw43.h
network_esp_hosted.c
network_lwip.c
network_ninaw10.c extmod/network_ninaw10: Switch to using soft-timer for polling. 2023-12-06 17:32:21 +11:00
network_wiznet5k.c extmod/network_wiznet5k: Adjust IP types for IPv6. 2024-02-16 11:51:12 +11:00
os_dupterm.c extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written. 2023-12-22 10:26:52 +11:00
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
vfs_lfsx_file.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
vfs_posix.c all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
vfs_posix.h
vfs_posix_file.c extmod/vfs_posix_file: Ensure file object has safe default fd. 2024-02-21 09:51:52 +11:00
vfs_reader.c extmod/vfs_reader: Add file ioctl to set read buffer size. 2023-11-09 11:20:31 +11:00
virtpin.c
virtpin.h