1 file changed
+1
-1
lines changedSubmodule micropython-lib updated 81 files
- .github/workflows/ruff.yml+2-1
- .pre-commit-config.yaml+2-1
- micropython/aiorepl/aiorepl.py+19-14
- micropython/aiorepl/manifest.py+1-1
- micropython/bluetooth/aioble/examples/l2cap_file_client.py+1-1
- micropython/bluetooth/aioble/examples/l2cap_file_server.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/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-ecosys/debugpy/README.md+171
- python-ecosys/debugpy/VSCODE_TESTING_GUIDE.md+112
- python-ecosys/debugpy/debugpy/__init__.py+20
- python-ecosys/debugpy/debugpy/common/__init__.py+1
- python-ecosys/debugpy/debugpy/common/constants.py+57
- python-ecosys/debugpy/debugpy/common/messaging.py+127
- python-ecosys/debugpy/debugpy/public_api.py+103
- python-ecosys/debugpy/debugpy/server/__init__.py+1
- python-ecosys/debugpy/debugpy/server/debug_session.py+282
- python-ecosys/debugpy/debugpy/server/pdb_adapter.py+250
- python-ecosys/debugpy/demo.py+68
- python-ecosys/debugpy/manifest.py+6
- python-ecosys/debugpy/test_debugpy.py+59
- python-ecosys/debugpy/test_integration.py+170
- python-ecosys/debugpy/test_simple.py+121
- python-ecosys/debugpy/test_vscode.py+56
- python-ecosys/debugpy/vscode_launch_example.json+21
- python-stdlib/bdb/bdb.py+900
- python-stdlib/bdb/metadata.txt+3
- python-stdlib/bdb/setup.py+24
- python-stdlib/cmd/cmd.py+4-1
- python-stdlib/code/code.py+315
- python-stdlib/code/metadata.txt+3
- python-stdlib/code/setup.py+24
- python-stdlib/codeop/codeop.py+155
- python-stdlib/codeop/metadata.txt+3
- python-stdlib/codeop/setup.py+24
- python-stdlib/errno/errno.py+1
- python-stdlib/errno/manifest.py+1-1
- python-stdlib/linecache/linecache.py+182
- python-stdlib/linecache/metadata.txt+3
- python-stdlib/linecache/setup.py+24
- python-stdlib/logging/logging.py+2-2
- python-stdlib/logging/manifest.py+1-1
- python-stdlib/os-path/os/path.py+4
- python-stdlib/os/os/__init__.py+34-2
- python-stdlib/pdb/metadata.txt+3
- python-stdlib/pdb/pdb.py+1.8k
- python-stdlib/pdb/setup.py+24
- python-stdlib/tokenize/metadata.txt+5
- python-stdlib/tokenize/tokenize.py+8
- tools/verifygitlog.py+30-3
0 commit comments