micropython/extmod
David Lechner 35f66d38b8 extmod/vfs_posix: Release GIL during system calls.
This releases the GIL during syscalls that could block.
2020-01-26 23:26:14 +11:00
..
axtls-include
crypto-algorithms
lwip-include
nimble extmod/nimble: Factor out stm32-specific HCI UART RX/TX code. 2019-11-01 12:41:37 +11:00
re1.5
uzlib extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned. 2019-12-23 00:07:03 +11:00
webrepl extmod/webrepl: Move webrepl scripts to common place and use manifest. 2019-12-20 12:59:13 +11:00
extmod.mk extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 2019-11-11 11:37:38 +11:00
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbluetooth.c extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 2019-12-27 22:54:53 +11:00
modbluetooth.h extmod/modbluetooth: Fix func prototype, empty args should be (void). 2019-12-27 23:57:46 +11:00
modbluetooth_nimble.c extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 2019-12-04 23:23:07 +11:00
modbluetooth_nimble.h
modbtree.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modframebuf.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modlwip.c extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling. 2019-10-31 13:37:51 +11:00
modonewire.c
modubinascii.c
modubinascii.h
moducryptolib.c
moductypes.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
moduhashlib.c
moduheapq.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modujson.c py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t. 2020-01-09 11:25:26 +11:00
modurandom.c examples/natmod: Add urandom native module example. 2019-12-13 13:33:40 +11:00
modure.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
moduselect.c
modussl_axtls.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
modussl_mbedtls.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
modutimeq.c all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 2019-11-05 11:35:45 +11:00
moduwebsocket.c
moduwebsocket.h
moduzlib.c extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 2019-12-12 20:15:28 +11:00
modwebrepl.c extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 2019-12-27 22:54:53 +11:00
network_cyw43.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
network_cyw43.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 2019-12-27 22:54:20 +11:00
vfs.h extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant. 2019-10-29 14:17:29 +11:00
vfs_blockdev.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 2019-10-29 14:17:29 +11:00
vfs_fat.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 2019-10-29 14:17:29 +11:00
vfs_fat.h
vfs_fat_diskio.c extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 2019-10-29 14:17:29 +11:00
vfs_fat_file.c py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
vfs_lfs.c extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs. 2019-11-26 00:08:57 +11:00
vfs_lfs.h extmod: Add VFS littlefs bindings. 2019-10-29 14:17:29 +11:00
vfs_lfsx.c extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs. 2019-11-26 00:07:42 +11:00
vfs_lfsx_file.c extmod: Add VFS littlefs bindings. 2019-10-29 14:17:29 +11:00
vfs_posix.c extmod/vfs_posix: Release GIL during system calls. 2020-01-26 23:26:14 +11:00
vfs_posix.h
vfs_posix_file.c extmod/vfs_posix: Release GIL during system calls. 2020-01-26 23:26:14 +11:00
vfs_reader.c
virtpin.c
virtpin.h