micropython/extmod
Damien George cae690d047 all: Use mp_obj_malloc_with_finaliser everywhere it's applicable.
Signed-off-by: Damien George <damien@micropython.org>
2024-02-20 10:32:55 +11:00
..
asyncio
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
nimble
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
machine_adc_block.c
machine_bitstream.c
machine_i2c.c
machine_i2s.c
machine_mem.c
machine_pinbase.c
machine_pulse.c
machine_pwm.c
machine_signal.c
machine_spi.c
machine_timer.c
machine_uart.c
machine_wdt.c
misc.h
modasyncio.c
modbinascii.c
modbluetooth.c esp32: Increase NimBLE task stack size and overflow detection headroom. 2024-02-16 10:19:26 +11: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 all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
modmachine.c
modmachine.h
modnetwork.c
modnetwork.h
modonewire.c
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
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
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
network_wiznet5k.c extmod/network_wiznet5k: Adjust IP types for IPv6. 2024-02-16 11:51:12 +11:00
os_dupterm.c
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 all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 2024-02-20 10:32:55 +11:00
vfs_reader.c
virtpin.c
virtpin.h