1082 Commits (662b9761b37b054f08fe2f7c00d0fce3a418d0b0)

Author SHA1 Message Date
Damien George 63f0e700f4 extmod/modure: Set subject begin_line so ^ doesn't match interior. 3 years ago
Damien George 0149cd6b8b windows: Switch to VFS subsystem and use VfsPosix. 3 years ago
Damien George 2b409ef8a4 unix/moduos: Convert module to use extmod version. 3 years ago
Damien George ade2720e55 esp8266/moduos: Convert module to use extmod version. 3 years ago
Damien George 11b77263ef stm32/moduos: Convert module to use extmod version. 3 years ago
Damien George 818be10bb5 zephyr/moduos: Convert module to use extmod version. 3 years ago
Damien George 1c53d85162 esp32/moduos: Convert module to use extmod version. 3 years ago
Damien George 926b554daf extmod/moduos: Create general uos module to be used by all ports. 3 years ago
Daniël van de Giessen e2513bfe8d extmod/moduzlib: Fix parsing zlib header dict size. 4 years ago
stijn 49934fcf8b extmod/moduplatform: Move platform PP definitions into a header. 3 years ago
iabdalkader 465b74e78d drivers/ninaw10: Add NIC-level ioctl function. 3 years ago
Christian Decker 2e3a2785cd extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
Damien George 7d71ae25ed extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 3 years ago
Damien George 9438fb7321 extmod/modusocket: Support additional args to getaddrinfo. 3 years ago
iabdalkader 1aac151d68 drivers/ninaw10: Return standard error numbers. 3 years ago
iabdalkader a63875d5ad extmod/modusocket: Create new sockets in blocking mode. 3 years ago
iabdalkader 155eb1361e extmod/modusocket: Add makefile() method and common socket options. 3 years ago
iabdalkader b23178a9c0 extmod/modusocket: Make setsockopt return if NIC is not connected. 3 years ago
iabdalkader e401ff8935 drivers/ninaw10: Fix timeout handling to match modusocket. 3 years ago
iabdalkader 9a61bc3aa7 extmod/network_ninaw10: Implement MP_STREAM_POLL in ioctl. 3 years ago
Damien George e7fff736b5 extmod/modbluetooth: Put declaration of connect_cancel in correct place. 3 years ago
Damien George 889dee8076 extmod/modbluetooth: Fix conditional compilation of ringbuf_put_uuid. 3 years ago
iabdalkader f2ccf87e0b extmod/network_ninaw10: Use socket timeout preset in modusocket. 3 years ago
iabdalkader 842da93011 extmod/modusocket: Initialise accepted socket state. 3 years ago
iabdalkader 67420de4f4 extmod/modusocket: Allow setting timeout on unbound sockets. 3 years ago
Damien George 3243abfda2 extmod/moduplatform: Detect xtensa arch. 3 years ago
iabdalkader 5a86031223 extmod/network_ninaw10: Make recv/recvfrom interchangeable. 3 years ago
iabdalkader 73a6b53dbe extmod/network_ninaw10: Return -1 on timeout from recv/send. 3 years ago
iabdalkader 544c232eb7 extmod/network_ninaw10: Make NIC state persistent. 3 years ago
iabdalkader 0f25e0387c extmod/network_ninaw10: Disable active connections before connecting. 3 years ago
iabdalkader 1b7eee24eb extmod/network_ninaw10: Fix config of AP mode. 3 years ago
Damien George efde4b2c75 extmod/modure: Redirect regex debug printing to mp_printf. 3 years ago
Jim Mussared 3770fab334 all: Update Python formatting to latest Black version 21.12b0. 3 years ago
Jonathan Hogg 851ecb2da1 extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 3 years ago
iabdalkader f7a0c98e00 extmod/network_ninaw10: Fix scan list order to match other NICs. 3 years ago
stijn 5900257dd6 extmod/uplatform: Use generic custom platform string. 3 years ago
stijn 1e5875557a extmod/uplatform: Remove unused definitions. 3 years ago
Damien George 43d08688c3 extmod/uasyncio: Fix gather returning exceptions from a cancelled task. 3 years ago
iabdalkader 43079aaf86 drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver. 3 years ago
Jim Mussared 9519484c56 extmod/nimble: Remove workaround for OS_ENOMEM. 3 years ago
Jim Mussared 948e3289bf extmod/nimble: Update to NimBLE v1.4. 3 years ago
Jim Mussared 43467b9c71 extmod/modbluetooth: Add connection interval to gap_connect. 3 years ago
Andrew Leech 2ceeabf180 extmod/vfs_posix_file: Support MP_STREAM_POLL in vfs_posix_file_ioctl. 3 years ago
stijn d42cba0d22 extmod/moduplatform: Improve implementation for PC ports. 3 years ago
iabdalkader 2c5e9bbdfa extmod: Add platform module. 3 years ago
iabdalkader 38f8e852e0 rp2: Add framework for networking. 3 years ago
iabdalkader 8064c3bf9c extmod/nimble: Add nimble CMake fragment file. 3 years ago
iabdalkader 80f2c794e6 extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype. 3 years ago
iabdalkader d9749f90ad extmod/modnetwork: Remove modnetwork socket u_state member. 3 years ago
iabdalkader f9d573a4ac extmod/modnetwork: Remove STM32 references. 3 years ago