Commit 092036e
authored
File tree
6 files changed
+13
-3
lines changed- .github/workflows
- lib
- ports
- esp32
- renesas-ra
- py
- tools
6 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Submodule 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
674 | 675 | | |
675 | 676 | | |
676 | 677 | | |
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
680 | | - | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
| |||
0 commit comments