Commit 7c8ae78
committed
lib/micropython-lib: Update submodule to latest.
This brings in:
- lora: fix SNR value in SX126x received packets
- utop: add initial implementation for ESP32
- utop: print MicroPython memory info
- utop: print IDF heap details
- urllib.urequest: add support for headers to urequest.urlopen
- aiorepl: use blocking reads for raw REPL and raw paste
- errno: add ENOTCONN constant
- logging: allow logging.exception helper to handle tracebacks
- aioble-l2cap: raise correct error if l2cap disconnects during send
- abc: add ABC base class
- aiohttp: fix partial reads by using readexactly
- aiorepl: handle stream shutdown
Signed-off-by: Damien George <[email protected]>1 parent c0252d7 commit 7c8ae78
1 file changed
+1
-1
lines changedSubmodule micropython-lib updated 52 files
- .github/workflows/ruff.yml+2-1
- .pre-commit-config.yaml+2-1
- micropython/aiorepl/aiorepl.py+21-14
- micropython/aiorepl/manifest.py+1-1
- micropython/bluetooth/aioble-l2cap/manifest.py+1-1
- micropython/bluetooth/aioble/aioble/l2cap.py+1-1
- micropython/bluetooth/aioble/examples/l2cap_file_client.py+1-1
- micropython/bluetooth/aioble/examples/l2cap_file_server.py+1-1
- micropython/bluetooth/aioble/manifest.py+1-1
- micropython/drivers/codec/wm8960/wm8960.py+4-8
- micropython/drivers/display/lcd160cr/lcd160cr.py+2-4
- micropython/drivers/imu/lsm9ds1/lsm9ds1.py+1
- micropython/drivers/radio/nrf24l01/nrf24l01.py+1-2
- micropython/drivers/sensor/hts221/hts221.py+1-1
- micropython/drivers/sensor/lps22h/lps22h.py+1
- micropython/espflash/espflash.py+8-8
- micropython/lora/examples/reliable_delivery/sender.py+1-1
- micropython/lora/examples/reliable_delivery/sender_async.py+1-1
- micropython/lora/lora-sx126x/lora/sx126x.py+3-2
- micropython/lora/lora-sx126x/manifest.py+1-1
- micropython/senml/examples/actuator.py-1
- micropython/senml/examples/base.py-1
- micropython/senml/examples/basic.py-1
- micropython/senml/examples/basic2.py-1
- micropython/senml/examples/basic_cbor.py-1
- micropython/senml/examples/custom_record.py-1
- micropython/senml/examples/gateway.py-1
- micropython/senml/examples/gateway_actuators.py-1
- micropython/senml/examples/supported_data_types.py-1
- micropython/senml/senml/__init__.py-1
- micropython/senml/senml/senml_pack.py-1
- micropython/senml/senml/senml_record.py-1
- micropython/urllib.urequest/manifest.py+1-1
- micropython/urllib.urequest/urllib/urequest.py+7-1
- micropython/utop/README.md+12
- micropython/utop/manifest.py+6
- micropython/utop/utop.py+109
- pyproject.toml+2-1
- python-ecosys/aiohttp/aiohttp/__init__.py+6-4
- python-ecosys/aiohttp/aiohttp/aiohttp_ws.py+5-5
- python-ecosys/aiohttp/manifest.py+1-1
- python-ecosys/cbor2/cbor2/__init__.py-1
- python-ecosys/cbor2/cbor2/_decoder.py-1
- python-ecosys/cbor2/cbor2/_encoder.py-1
- python-ecosys/cbor2/examples/cbor_test.py-1
- python-stdlib/abc/abc.py+4
- python-stdlib/abc/manifest.py+1-1
- python-stdlib/errno/errno.py+1
- python-stdlib/errno/manifest.py+1-1
- python-stdlib/logging/logging.py+2-2
- python-stdlib/logging/manifest.py+1-1
- tools/verifygitlog.py+30-3
0 commit comments