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