1
0
Fork 0

add fatfs 0.4 dep

This commit is contained in:
Simon Renblad 2024-10-04 17:19:23 +08:00
parent 00e625c802
commit 0d2bbed9a0
2 changed files with 10 additions and 2 deletions

View File

@ -6,9 +6,13 @@ edition = "2021"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
fatfs = { git = "https://github.com/rafalh/rust-fatfs", default-features = false }
log = "0.4"
[dependencies.fatfs]
git = "https://github.com/rafalh/rust-fatfs"
rev = "85f06e0"
default-features = false
[features]
target_zc706 = []
target_coraz7 = []

View File

@ -16,10 +16,14 @@ default = ["target_zc706"]
[dependencies]
log = "0.4"
byteorder = { version = "1.3", default-features = false }
fatfs = { git = "https://github.com/rafalh/rust-fatfs", default-features = false }
libboard_zynq = { path = "../libboard_zynq" }
libsupport_zynq = { path = "../libsupport_zynq" }
libcortex_a9 = { path = "../libcortex_a9" }
libregister = { path = "../libregister" }
libconfig = { path = "../libconfig" }
[dependencies.fatfs]
git = "https://github.com/rafalh/rust-fatfs"
rev = "85f06e0"
default-features = false