summaryrefslogtreecommitdiffstatshomepage
path: root/lib/micropython-lib
Commit message (Collapse)AuthorAge
* lib/micropython-lib: Update submodule to latest.Damien George2025-04-14
| | | | | | | | | | | | | | | | | | | | | | This brings in: - requests: do not leak header modifications when calling request - mip: allow relative URLs in package.json - mip: make mip.install() skip /rom*/lib directories - umqtt.simple: restore legacy ssl/ssl_params arguments - nrf24l01: increase startup delay - nrf24l01: properly handle timeout - nrf24l01: optimize status reading - lora-sx126x: fix invert_iq_rx / invert_iq_tx behaviour - unix-ffi/json: accept both str and bytes as arg for json.loads() - unix-ffi/machine: use libc if librt is not present - requests: use the host in the redirect url, not the one in headers - aiohttp: fix header case sensitivity - aiohttp: allow headers to be passed to a WebSocketClient - usb-device-cdc: optimise writing small data so it doesn't require alloc - inspect: fix isgenerator logic - inspect: implement iscoroutinefunction and iscoroutine Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2024-12-06
| | | | | | | | | | This brings in: - umqtt.simple: add optional socket timeout to connect method - aioespnow,webrepl: use recommended network.WLAN.IF_[AP|STA] constants - unittest: allow SkipTest to work within a subTest - unittest: always use "raise" with an argument Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2024-10-25
| | | | | | | | | | | | | This brings in: - requests improvements with overriding headers - use non-u versions of built-in modules, including asyncio - fix to logging so StreamHandler calls parent constructor - various fixes to usb-device packages - fixes to lora sx126x and sx127x drivers - improvements to unix-ffi/sqlite3 - support additional gap_connect arguments in aioble Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2024-05-27
| | | | | | | | | | | This brings in: - fixes to: aiohttp, tarfile, lora, gzip - fixes and improvements to aioble - deprecation of cbor2 decoder and encoder modules - new usb package - new pyusb package Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2024-02-07
| | | | Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2023-12-22
| | | | Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2023-10-05
| | | | Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2023-04-26
| | | | | | | This brings in support to publish packages to PyPI, adds missing metadata and fixes aioble descriptor flags. Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2023-03-08
| | | | | | | This brings in the following new modules: hs3003, bmi270, bmm150, cbor2 and senml. It also refactors lsm6dsox and lsm9ds1. Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2023-02-01
| | | | | | This brings in the bundle-networking package. Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Damien George2022-11-09
| | | | | | | This brings in mip-cmdline, espflash, use of machine.dht_readinto, and other improvements to existing libraries. Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Update submodule to latest.Jim Mussared2022-09-30
| | | | | | This brings in the `mip` tool for installing packages. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* lib/micropython-lib: Update submodule to latest.Jim Mussared2022-09-08
| | | | | | | This brings in the drivers and libraries that were previously in this repo. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* lib/micropython-lib: Update to latest version with manifest changes.Damien George2022-09-05
| | | | Signed-off-by: Damien George <damien@micropython.org>
* lib/micropython-lib: Add micropython-lib as a submodule.Jim Mussared2022-08-03
Several boards now depend on libraries from micropython-lib. Rather than expecting micropython-lib to be available as a sibling of the micropython repo, instead make it a submodule. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>