summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2022-07-26extmod/uasyncio: Handle gather with no awaitables.Jim Mussared
2022-07-26py/modio: Remove FileIO and TextIOWrapper from io module.Jim Mussared
2022-07-23extmod/webrepl: Allow the page to run from the device (over HTTP).Jim Mussared
2022-07-22extmod/modbluetooth: Add support for running sync irq on system thread.Damien George
2022-07-21extmod/network_ninaw10: Move ninaw10 root pointer registrations here.Jim Mussared
2022-07-20extmod/btstack: Fix descriptor discovery handle range and events.Damien George
2022-07-20extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments.Carlosgg
2022-07-18extmod: Always use custom mbedtls error message code.Damien George
2022-07-18extmod/modbluetooth: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18extmod/vfs: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18extmod/modlwip: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18extmod/nimble: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-18extmod/btstack: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-07-05extmod/network_cyw43: Add "security" config option to get/set auth mode.Damien George
2022-06-30extmod/modnetwork: Include cyw43-driver header if it's enabled.Damien George
2022-06-30extmod/network_cyw43: Support new cyw43-driver.Damien George
2022-06-30extmod/vfs: Prevent uninitialized variable warning for path_out.Damien George
2022-06-24extmod/uasyncio: Implement stream read(-1) to read all data up to EOF.Damien George
2022-06-24extmod/uasyncio: Attempt to write immediately in Stream.write method.Thorsten von Eicken
2022-06-23py/parsenum: Optimise when building with complex disabled.Damien George
2022-06-21extmod/modbtree: Use buffer protocol for keys/values.David Lechner
2022-06-21extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.David Lechner
2022-06-20extmod/extmod.cmake: Only include modbtree in build if it's enabled.Damien George
2022-06-20extmod/modlwip: Clean up inclusion of modlwip in build process.Damien George
2022-06-17extmod/network_ninaw10: Rename WLAN connect argument from essid to ssid.iabdalkader
2022-06-17extmod/network_cyw43: Rename WLAN keyword args to ssid/security/key.iabdalkader
2022-06-17extmod/machine_i2c: Only use WRITE1 option if transfer supports it.Damien George
2022-06-11extmod/extmod.cmake: Fix hard-coded mbedtls config file path.iabdalkader
2022-06-08extmod/modusocket: Fix polling of closed sockets.iabdalkader
2022-06-08extmod/modusocket: Add socket state to track new/listening/conn/closed.iabdalkader
2022-06-08extmod/extmod.cmake: Require components to be explicitly enabled.Damien George
2022-06-07extmod/modurandom: Fix missing void in empty argument list.Damien George
2022-06-07all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K.Damien George
2022-06-03extmod/modussl_mbedtls: Poll EVENT_POLL_HOOK in ssl handshake loop.Andrew Leech
2022-06-03rp2: Integrate lwIP network stack.Andrew Leech
2022-06-03extmod/network_wiznet5k: Add Wiznet Ethernet network interface.Andrew Leech
2022-06-03extmod/nimble: Add support for reading whole HCI UART packets.Andrew Leech
2022-06-02extmod/uasyncio: Fix edge case for cancellation of wait_for.Damien George
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-06-01extmod/machine_i2c: Add optional support for write-then-read transfers.Damien George
2022-05-26extmod/network_ninaw10: Add support for socket events callback.iabdalkader
2022-05-25drivers/ninaw10: Update driver to support firmware 1.5.0.iabdalkader
2022-05-25py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George
2022-05-25extmod/modusocket: Add sendall function.iabdalkader
2022-05-25extmod/modusocket: Add timeout and callback to socket object.iabdalkader
2022-05-25extmod/modusocket: Fix socket_make_new argument parsing.iabdalkader
2022-05-25extmod/modusocket: Add support for socket events callback.iabdalkader
2022-05-25extmod/modusocket: Add socket type print function.iabdalkader