diff options
| author | hathach <[email protected]> | 2024-08-13 13:51:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-13 13:51:28 +0700 |
| commit | 525406597627fb9307425539b86dddf10278eca8 (patch) | |
| tree | d3be3e03f8469298c759f142e2929f4564824635 | |
| parent | f23170786abe8bde0a00065987674f6ff66104c5 (diff) | |
change pio-usb back to upstreaam
| -rw-r--r-- | tools/get_deps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index c7cf6ca63..b639ed6d6 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -54,8 +54,8 @@ deps_optional = { 'hw/mcu/nxp/mcux-sdk': ['https://github.com/hathach/mcux-sdk.git', '144f1eb7ea8c06512e12f12b27383601c0272410', 'kinetis_k kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx imxrt'], - 'hw/mcu/raspberry_pi/Pico-PIO-USB': ['https://github.com/adafruit/Pico-PIO-USB.git', - '770e3b2e4af14dd202f062f850f9f14820ecbb1e', + 'hw/mcu/raspberry_pi/Pico-PIO-USB': ['https://github.com/sekigon-gonnoc/Pico-PIO-USB.git', + '7902e9fa8ed4a271d8d1d5e7e50516c2292b7bc2', 'rp2040'], 'hw/mcu/renesas/fsp': ['https://github.com/renesas/fsp.git', 'd52e5a6a59b7c638da860c2bb309b6e78e752ff8', |
