Skip to content

Tags: micropython/micropython-lib

Tags

v1.27.0

Toggle v1.27.0's commit message
aioble/examples: Change variable name to _ADV_INTERVAL_US. Following 28136d8 Signed-off-by: Damien George <damien@micropython.org>

v1.26.1

Toggle v1.26.1's commit message
aiorepl: Handle stream shutdown. Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>

v1.26.0

Toggle v1.26.0's commit message
aiorepl: Handle stream shutdown. Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>

v1.25.0

Toggle v1.25.0's commit message
inspect: Implement iscoroutinefunction and iscoroutine. Signed-off-by: Damien George <damien@micropython.org>

v1.24.1

Toggle v1.24.1's commit message
aioble: Pass additional connection arguments to gap_connect. This allows the following arguments to be passed to `device.connect()`: * scan_duration_ms * min_conn_interval_us * max_conn_interval_us These are passed as-is to `gap_connect()`. The default value for all of these is `None`, which causes gap_connect to use its own defaults. Signed-off-by: Joris van der Wel <joris@jorisvanderwel.com>

v1.24.0

Toggle v1.24.0's commit message
aioble: Pass additional connection arguments to gap_connect. This allows the following arguments to be passed to `device.connect()`: * scan_duration_ms * min_conn_interval_us * max_conn_interval_us These are passed as-is to `gap_connect()`. The default value for all of these is `None`, which causes gap_connect to use its own defaults. Signed-off-by: Joris van der Wel <joris@jorisvanderwel.com>

v1.23.0

Toggle v1.23.0's commit message
pyusb: Add MicroPython implementation of PyUSB library. Signed-off-by: Damien George <damien@micropython.org>

v1.22.2

Toggle v1.22.2's commit message
aiohttp: Add new aiohttp package. Implement `aiohttp` with `ClientSession`, websockets and `SSLContext` support. Only client is implemented and API is mostly compatible with CPython `aiohttp`. Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>

v1.22.1

Toggle v1.22.1's commit message
aiohttp: Add new aiohttp package. Implement `aiohttp` with `ClientSession`, websockets and `SSLContext` support. Only client is implemented and API is mostly compatible with CPython `aiohttp`. Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>

v1.22.0

Toggle v1.22.0's commit message
aiohttp: Add new aiohttp package. Implement `aiohttp` with `ClientSession`, websockets and `SSLContext` support. Only client is implemented and API is mostly compatible with CPython `aiohttp`. Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>