|
|
@@ -303,9 +303,9 @@ framework = arduino
|
|
|
; Changing this will cause issues with boards that already have a ROM drive in flash
|
|
|
program_flash_allocation = 360448
|
|
|
extra_scripts =
|
|
|
- src/build_bootloader.py
|
|
|
+; src/build_bootloader.py
|
|
|
lib/ZuluSCSI_platform_RP2350/process-linker-script.py
|
|
|
-;board_build.ldscript = ${BUILD_DIR}/rp2350.ld
|
|
|
+board_build.ldscript = ${BUILD_DIR}/rp2350.ld
|
|
|
;ldscript_bootloader = lib/ZuluSCSI_platform_RP2350/rp2350_btldr.ld
|
|
|
lib_deps =
|
|
|
SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.0-gpt
|