1141 Commits (e160fe7bc64212a3ce56f5478f208e2b4d343a8b)

Author SHA1 Message Date
David Lechner 2c728c5330 extmod/modbluetooth: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 32e32bd761 extmod/vfs: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner d532c55e3b extmod/modlwip: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 631b692177 extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner a3703584fe extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner e531b72b56 extmod/nimble: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 8fa6191f95 extmod/btstack: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Damien George d660a0c3d1 extmod/network_cyw43: Add "security" config option to get/set auth mode. 2 years ago
Damien George 4f30c60dcb extmod/modnetwork: Include cyw43-driver header if it's enabled. 2 years ago
Damien George 7dd818052e extmod/network_cyw43: Support new cyw43-driver. 2 years ago
Damien George f75e611054 extmod/vfs: Prevent uninitialized variable warning for path_out. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Thorsten von Eicken c21452a1d2 extmod/uasyncio: Attempt to write immediately in Stream.write method. 5 years ago
Damien George 627ba38154 py/parsenum: Optimise when building with complex disabled. 2 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
Damien George 4802b6d3af extmod/extmod.cmake: Only include modbtree in build if it's enabled. 2 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago
iabdalkader efa73ca833 extmod/network_ninaw10: Rename WLAN connect argument from essid to ssid. 2 years ago
iabdalkader c502cf73e0 extmod/network_cyw43: Rename WLAN keyword args to ssid/security/key. 2 years ago
Damien George 5233fb3a3d extmod/machine_i2c: Only use WRITE1 option if transfer supports it. 2 years ago
iabdalkader 58b35c9abd extmod/extmod.cmake: Fix hard-coded mbedtls config file path. 2 years ago
iabdalkader a4eef90b22 extmod/modusocket: Fix polling of closed sockets. 2 years ago
iabdalkader 70bf6ab6fb extmod/modusocket: Add socket state to track new/listening/conn/closed. 2 years ago
Damien George bd375df02c extmod/extmod.cmake: Require components to be explicitly enabled. 2 years ago
Damien George e8e8c7c354 extmod/modurandom: Fix missing void in empty argument list. 2 years ago
Damien George 9670a156da all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
Andrew Leech 4188bbd3d3 extmod/modussl_mbedtls: Poll EVENT_POLL_HOOK in ssl handshake loop. 3 years ago
Andrew Leech 15fea3a1ff rp2: Integrate lwIP network stack. 3 years ago
Andrew Leech 21b3a396de extmod/network_wiznet5k: Add Wiznet Ethernet network interface. 3 years ago
Andrew Leech 91fb9e7888 extmod/nimble: Add support for reading whole HCI UART packets. 2 years ago
Damien George a1afb337d2 extmod/uasyncio: Fix edge case for cancellation of wait_for. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Damien George 4a1ae99ac3 extmod/machine_i2c: Add optional support for write-then-read transfers. 2 years ago
iabdalkader 0bdfceacbe extmod/network_ninaw10: Add support for socket events callback. 3 years ago
iabdalkader be83bdf9ec drivers/ninaw10: Update driver to support firmware 1.5.0. 3 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
iabdalkader edf41d2bf8 extmod/modusocket: Add sendall function. 3 years ago
iabdalkader b9d2f1e844 extmod/modusocket: Add timeout and callback to socket object. 3 years ago
iabdalkader 6841fecbb2 extmod/modusocket: Fix socket_make_new argument parsing. 3 years ago
iabdalkader 3438e80060 extmod/modusocket: Add support for socket events callback. 3 years ago
iabdalkader fc1f876175 extmod/modusocket: Add socket type print function. 3 years ago
iabdalkader eb957b0c95 extmod/modusocket: Fix errcode returned from socket read/write. 3 years ago
iabdalkader 6136c7644a extmod/modusocket: Bind unconnected socket to default NIC in setsockopt. 3 years ago
iabdalkader 7b4147dd0b extmod/modusocket: Fix polling of a new socket. 3 years ago
iabdalkader 6b6ceafe1a extmod/webrepl: Fix setting password in foreground mode and factor code. 3 years ago
Jim Mussared 75efb3267c extmod: Revert accidental usocket->socket rename. 3 years ago
Jim Mussared bb794f05b7 extmod: Make port-included extmod modules use MP_REGISTER_MODULES. 3 years ago
Jim Mussared 4eab44a1ec extmod: Make extmod modules use MP_REGISTER_MODULE. 3 years ago
Damien George b0a1b60a9b extmod: Move font_petme128_8x8.h from ports/stm32 to extmod. 3 years ago