|
@@ -13,7 +13,7 @@ build_flags =
|
|
|
[env:BlueSCSI_RP2MCU]
|
|
[env:BlueSCSI_RP2MCU]
|
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#39b90392af50585e429941bd2561a91949a2ba46
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#39b90392af50585e429941bd2561a91949a2ba46
|
|
|
platform_packages =
|
|
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 =
|
|
extra_scripts =
|
|
|
src/build_bootloader.py
|
|
src/build_bootloader.py
|
|
|
src/process-linker-script.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
|
|
board_build.ldscript = ${BUILD_DIR}/rp_linker.ld ; created by src/process-linker-script.py
|
|
|
framework = arduino
|
|
framework = arduino
|
|
|
lib_deps =
|
|
lib_deps =
|
|
|
- SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt
|
|
|
|
|
|
|
+ SdFat=https://github.com/BlueSCSI/SdFat#2.2.3-gpt
|
|
|
minIni
|
|
minIni
|
|
|
SCSI2SD
|
|
SCSI2SD
|
|
|
; When updating git tag for CUEParser here, also update lib\BlueSCSI_platform_RP2MCU\library.json
|
|
; 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
|
|
BlueSCSI_platform_RP2MCU
|
|
|
upload_protocol = cmsis-dap
|
|
upload_protocol = cmsis-dap
|
|
|
debug_tool = cmsis-dap
|
|
debug_tool = cmsis-dap
|