From cb6439c31d198ff04da075e0d341f66e01f4b36e Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 28 Aug 2024 14:00:46 -0700 Subject: [PATCH] Update PIO USB 0.6.0 had a buffer issue that is fixed in 0.6.1. Now we can use upstream. --- .gitmodules | 3 +-- ports/raspberrypi/lib/Pico-PIO-USB | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1762544b7766..01e80110518f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -344,8 +344,7 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_Wave.git [submodule "ports/raspberrypi/lib/Pico-PIO-USB"] path = ports/raspberrypi/lib/Pico-PIO-USB - url = https://github.com/adafruit/Pico-PIO-USB.git - branch = sdk2_fix + url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git [submodule "lib/micropython-lib"] path = lib/micropython-lib url = https://github.com/micropython/micropython-lib.git diff --git a/ports/raspberrypi/lib/Pico-PIO-USB b/ports/raspberrypi/lib/Pico-PIO-USB index 0a14a34f7f31..fe9133fc513b 160000 --- a/ports/raspberrypi/lib/Pico-PIO-USB +++ b/ports/raspberrypi/lib/Pico-PIO-USB @@ -1 +1 @@ -Subproject commit 0a14a34f7f31efb03c8435ade7f9f7122b19936c +Subproject commit fe9133fc513b82cc3dc62c67cb51f2339cf29ef7