forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25a80cc
commit 1d519bc
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
Submodule ulab
updated
43 files
Submodule Adafruit_CircuitPython_asyncio
updated
10 files
+1 −1 | .pre-commit-config.yaml | |
+3 −7 | asyncio/__init__.py | |
+10 −76 | asyncio/core.py | |
+34 −15 | asyncio/event.py | |
+25 −47 | asyncio/funcs.py | |
+3 −11 | asyncio/lock.py | |
+24 −0 | asyncio/manifest.py | |
+32 −71 | asyncio/stream.py | |
+6 −8 | asyncio/task.py | |
+6 −5 | asyncio/traceback.py |
Submodule berkeley-db-1.xx
updated
212 files
Submodule micropython-lib
updated
171 files
Submodule protomatter
updated
6 files
+3 −3 | .github/workflows/githubci.yml | |
+0 −7 | examples/simple/simple.ino | |
+13 −26 | src/arch/esp32-common.h | |
+0 −1 | src/arch/esp32-s3.h | |
+2 −8 | src/arch/rp2040.h | |
+1 −1 | src/arch/stm32.h |
Submodule tlsf
updated
5 files
+0 −21 | .github/workflows/issue_comment.yml | |
+0 −21 | .github/workflows/new_issues.yml | |
+0 −26 | .github/workflows/new_prs.yml | |
+33 −115 | tlsf.c | |
+1 −2 | tlsf.h |
Submodule esp-idf
updated
6347 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Pico-PIO-USB
updated
20 files
+29 −25 | .github/workflows/build.yml | |
+4 −1 | .github/workflows/build_arduino.yml | |
+3 −2 | README.md | |
+0 −1 | examples/CMakeLists.txt | |
+0 −1 | examples/capture_hid_report/capture_hid_report.c | |
+0 −1 | examples/host_hid_to_device_cdc/host_hid_to_device_cdc.c | |
+0 −15 | examples/test_ll/CMakeLists.txt | |
+0 −200 | examples/test_ll/test_ll.c | |
+0 −1 | examples/usb_device/usb_device.c | |
+1 −1 | library.properties | |
+37 −148 | src/pio_usb.c | |
+3 −3 | src/pio_usb_configuration.h | |
+43 −115 | src/pio_usb_device.c | |
+28 −48 | src/pio_usb_host.c | |
+3 −17 | src/pio_usb_ll.h | |
+1 −4 | src/usb_definitions.h | |
+31 −24 | src/usb_rx.pio | |
+29 −21 | src/usb_rx.pio.h | |
+169 −49 | src/usb_tx.pio | |
+122 −41 | src/usb_tx.pio.h |