-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll back recent Pico-PIO-USB changes
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 | |
+31 −145 | 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 | |
+30 −23 | src/usb_rx.pio | |
+28 −25 | src/usb_rx.pio.h | |
+169 −49 | src/usb_tx.pio | |
+122 −41 | src/usb_tx.pio.h |