diff options
| author | Ha Thach <[email protected]> | 2024-08-11 10:19:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-11 10:19:52 +0700 |
| commit | 9ee7d1b77e365079eab5bb641eea522a8deb551e (patch) | |
| tree | d960b83d4fb6164430be3f6068f8f1829ebb8fcd /tools | |
| parent | 18b5affce9afb26141c58f59ed89ad34385a0f8f (diff) | |
| parent | 8b88749223e969148e9d1ce4c8fd3a6756d5e38c (diff) | |
Merge pull request #2760 from hathach/update-pio-usb
change pio to fix rp2040 build
Diffstat (limited to 'tools')
| -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 7fbde0e02..c7cf6ca63 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/sekigon-gonnoc/Pico-PIO-USB.git', - '0f747aaa0c16f750bdfa2ba37ec25d6c8e1bc117', + 'hw/mcu/raspberry_pi/Pico-PIO-USB': ['https://github.com/adafruit/Pico-PIO-USB.git', + '770e3b2e4af14dd202f062f850f9f14820ecbb1e', 'rp2040'], 'hw/mcu/renesas/fsp': ['https://github.com/renesas/fsp.git', 'd52e5a6a59b7c638da860c2bb309b6e78e752ff8', |
