micropython/extmod
Damien George 926b554daf extmod/moduos: Create general uos module to be used by all ports.
Based on the rp2 port version, with the rp2 port converted to use this
module.

Signed-off-by: Damien George <damien@micropython.org>
2022-03-09 10:03:23 +11:00
..
axtls-include
btstack extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 2021-12-01 11:56:37 +11:00
lwip-include
nimble extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 2021-12-01 11:56:37 +11:00
uasyncio all: Update Python formatting to latest Black version 21.12b0. 2021-12-09 12:09:40 +11:00
webrepl
extmod.cmake extmod/moduos: Create general uos module to be used by all ports. 2022-03-09 10:03:23 +11:00
extmod.mk
machine_bitstream.c
machine_bitstream.h
machine_i2c.c extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 2022-01-21 15:10:30 +11:00
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_pwm.c
machine_pwm.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: Fix conditional compilation of ringbuf_put_uuid. 2022-01-13 13:45:07 +11:00
modbluetooth.h extmod/modbluetooth: Put declaration of connect_cancel in correct place. 2022-01-13 13:45:43 +11:00
modbtree.c
modframebuf.c
modlwip.c
modnetwork.c extmod/modnetwork: Remove STM32 references. 2021-09-15 11:27:38 +10:00
modnetwork.h extmod/modusocket: Add makefile() method and common socket options. 2022-01-21 13:34:06 +11:00
modonewire.c
moduasyncio.c
modubinascii.c extmod/modubinascii: Add newline keyword to b2a_base64 function. 2022-01-23 10:18:01 +11:00
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
moduos.c extmod/moduos: Create general uos module to be used by all ports. 2022-03-09 10:03:23 +11:00
moduplatform.c extmod/moduplatform: Move platform PP definitions into a header. 2022-02-22 00:59:14 +11:00
moduplatform.h extmod/moduplatform: Move platform PP definitions into a header. 2022-02-22 00:59:14 +11:00
modurandom.c
modure.c extmod/modure: Redirect regex debug printing to mp_printf. 2021-12-09 12:53:04 +11:00
moduselect.c
modusocket.c extmod/modusocket: Support additional args to getaddrinfo. 2022-01-21 13:40:06 +11:00
modussl_axtls.c
modussl_mbedtls.c
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c extmod/moduzlib: Fix parsing zlib header dict size. 2022-03-08 23:16:14 +11:00
modwebrepl.c
mpbthci.c
mpbthci.h extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype. 2021-09-19 23:00:39 +10:00
network_cyw43.c
network_cyw43.h
network_ninaw10.c drivers/ninaw10: Add NIC-level ioctl function. 2022-02-18 14:35:26 +11:00
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c
vfs_lfsx_file.c
vfs_posix.c
vfs_posix.h
vfs_posix_file.c extmod/vfs_posix_file: Support MP_STREAM_POLL in vfs_posix_file_ioctl. 2021-10-19 22:47:18 +11:00
vfs_reader.c
virtpin.c
virtpin.h