diff options
| author | hathach <[email protected]> | 2025-02-20 16:01:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-02-20 16:16:07 +0700 |
| commit | cafc788508834b71248a91773a262542fc2cad37 (patch) | |
| tree | c5bc65e6df4f1308958574fe93515a83d5ae3a63 | |
| parent | 6572c1da0d6ad2f298ef97189ca4b288f710f49a (diff) | |
change pio-usb to wip fork for testing
| -rw-r--r-- | hw/bsp/rp2040/boards/adafruit_feather_rp2040_usb_host/board.cmake | 2 | ||||
| -rwxr-xr-x | tools/get_deps.py | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/hw/bsp/rp2040/boards/adafruit_feather_rp2040_usb_host/board.cmake b/hw/bsp/rp2040/boards/adafruit_feather_rp2040_usb_host/board.cmake new file mode 100644 index 000000000..41897f644 --- /dev/null +++ b/hw/bsp/rp2040/boards/adafruit_feather_rp2040_usb_host/board.cmake @@ -0,0 +1,2 @@ +set(PICO_PLATFORM rp2040) +set(PICO_BOARD adafruit_feather_rp2040_usb_host) diff --git a/tools/get_deps.py b/tools/get_deps.py index 3665904b3..b82abac4f 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -58,8 +58,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', - '442af432568f25fb72c5784d9d67b8e85465cb28', + 'hw/mcu/raspberry_pi/Pico-PIO-USB': ['https://github.com/hathach/Pico-PIO-USB.git', + '9c8df3083b62c0a678f3bd3d8a7e773932622d4b', 'rp2040'], 'hw/mcu/renesas/fsp': ['https://github.com/renesas/fsp.git', 'edcc97d684b6f716728a60d7a6fea049d9870bd6', |
