-
Notifications
You must be signed in to change notification settings - Fork 352
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
Fortinbra
committed
Oct 1, 2024
1 parent
0c973a5
commit 4883070
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pico_pio_usb
updated
20 files
+25 −31 | .github/workflows/build.yml | |
+1 −4 | .github/workflows/build_arduino.yml | |
+3 −5 | README.md | |
+1 −1 | examples/CMakeLists.txt | |
+0 −76 | examples/capture_hid_report/capture_hid_report.c | |
+1 −0 | examples/host_hid_to_device_cdc/host_hid_to_device_cdc.c | |
+2 −2 | examples/test_ll/CMakeLists.txt | |
+200 −0 | examples/test_ll/test_ll.c | |
+1 −0 | examples/usb_device/usb_device.c | |
+1 −1 | library.properties | |
+148 −37 | src/pio_usb.c | |
+3 −3 | src/pio_usb_configuration.h | |
+115 −43 | src/pio_usb_device.c | |
+48 −668 | src/pio_usb_host.c | |
+17 −3 | src/pio_usb_ll.h | |
+4 −1 | src/usb_definitions.h | |
+24 −31 | src/usb_rx.pio | |
+21 −29 | src/usb_rx.pio.h | |
+49 −169 | src/usb_tx.pio | |
+41 −122 | src/usb_tx.pio.h |