Bläddra i källkod

Point to our forked libs

Eric Helgeson 5 månader sedan
förälder
incheckning
aeb9e9cad5
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      platformio.ini

+ 3 - 3
platformio.ini

@@ -13,7 +13,7 @@ build_flags =
 [env:BlueSCSI_RP2MCU]
 platform = https://github.com/maxgerhardt/platform-raspberrypi.git#39b90392af50585e429941bd2561a91949a2ba46
 platform_packages =
-    framework-arduinopico@https://github.com/rabbitholecomputing/arduino-pico.git#v4.3.0-DaynaPORT
+    framework-arduinopico@https://github.com/BlueSCSI/arduino-pico-internal.git#v4.3.0-DaynaPORT
 extra_scripts =
     src/build_bootloader.py
     src/process-linker-script.py
@@ -21,11 +21,11 @@ board_build.core = earlephilhower
 board_build.ldscript = ${BUILD_DIR}/rp_linker.ld ; created by src/process-linker-script.py
 framework = arduino
 lib_deps =
-    SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt
+    SdFat=https://github.com/BlueSCSI/SdFat#2.2.3-gpt
     minIni
     SCSI2SD
     ; When updating git tag for CUEParser here, also update lib\BlueSCSI_platform_RP2MCU\library.json
-    CUEParser=https://github.com/rabbitholecomputing/CUEParser#v2025.02.25
+    CUEParser=https://github.com/BlueSCSI/CUEParser#v2025.02.25
     BlueSCSI_platform_RP2MCU
 upload_protocol = cmsis-dap
 debug_tool = cmsis-dap