1049 Commits (9a1b7d8448346b353e3aa7ae11ff2b441b6d5313)

Author SHA1 Message Date
Jim Mussared b22abcdbbe extmod/uasyncio: Handle gather with no awaitables. 2 years ago
Jim Mussared e65d1e69e8 py/modio: Remove FileIO and TextIOWrapper from io module. 2 years ago
Jim Mussared 924e55aca1 extmod/webrepl: Allow the page to run from the device (over HTTP). 2 years ago
Damien George e05d0a6335 extmod/modbluetooth: Add support for running sync irq on system thread. 4 years ago
Jim Mussared a053827084 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2 years ago
Damien George bdad63eda2 extmod/btstack: Fix descriptor discovery handle range and events. 2 years ago
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 years ago
Damien George b89422ceaa extmod: Always use custom mbedtls error message code. 2 years ago
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