1167 Commits (18caf49a7fab84f55fdf170eb5ca1c27206ccc76)

Author SHA1 Message Date
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
Damien George a34d43b2b7 extmod/network_cyw43: Make consistent use of STA and AP constants. 3 years ago
iabdalkader 4dba04a50f extmod/modnetwork: Define network interfaces in port config files. 3 years ago
iabdalkader c13e25c329 extmod/modusocket: Add read/write stream methods to socket object. 3 years ago
iabdalkader e7429389a6 extmod/modnetwork: Add extended socket state. 3 years ago
iabdalkader d889f672da extmod/modnetwork: Add STA_IF and AP_IF constants. 3 years ago
iabdalkader 7aab0dc5d8 extmod: Move modnetwork and modusocket from stm32 to extmod. 3 years ago
Damien George af64c2ddbd extmod/machine_pwm: Factor out machine.PWM bindings to common code. 3 years ago
Damien George d41f6dde56 extmod/modonewire: Make _onewire module configurable via macro option. 3 years ago
Damien George afe0634c98 extmod/machine_spi: Make SoftSPI configurable via macro option. 3 years ago
Damien George 122d901ef1 extmod/machine_i2c: Make SoftI2C configurable via macro option. 3 years ago
Damien George 30691ed2a1 drivers/cyw43: Make wifi join fail if interface is not active. 3 years ago
Peter Hinch 2296df0a32 extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
Jim Mussared 870000f35b extmod: Add machine.bitstream. 3 years ago
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write. 3 years ago
Damien George 8fcdb5490c extmod/modlwip: Fix close and clean up of UDP and raw sockets. 3 years ago