mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-21 06:29:37 +00:00
Use fork of SdFat that supports gpt partitions so users do not have to format their cards with mbr. Thanks @PetteriAimonen for the patch.
This commit is contained in:
parent
ad4737f384
commit
43335afbdb
@ -6,7 +6,7 @@ default_envs = STM32F1
|
|||||||
[env]
|
[env]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
greiman/SdFat @ 2.2.0
|
SdFat=https://github.com/BlueSCSI/SdFat#2.2.0-gpt
|
||||||
upload_protocol = stlink
|
upload_protocol = stlink
|
||||||
; Different gcc versions produce much different binaries in terms of speed.
|
; Different gcc versions produce much different binaries in terms of speed.
|
||||||
platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702
|
platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702
|
||||||
|
Loading…
Reference in New Issue
Block a user