1
0
Fork 0

enable fatfs LFN + alloc

This commit is contained in:
Simon Renblad 2024-10-21 15:08:58 +08:00
parent 60aa4ce9bc
commit 5523d22e43
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ log = "0.4"
git = "https://github.com/rafalh/rust-fatfs"
rev = "85f06e0"
default-features = false
features = ["alloc", "lfn"]
[features]
target_zc706 = []

View File

@ -27,3 +27,4 @@ libconfig = { path = "../libconfig" }
git = "https://github.com/rafalh/rust-fatfs"
rev = "85f06e0"
default-features = false
features = ["alloc", "lfn"]