Skip to content

Commit 6a206b8

Browse files
committed
Replace lwext4_rust with rsext4
1 parent 426742d commit 6a206b8

File tree

6 files changed

+478
-310
lines changed

6 files changed

+478
-310
lines changed

modules/axfs/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ axio = {version = "0.1", features = ["alloc"]}
2424
axns = {workspace = true}
2525
axsync = {workspace = true}
2626
cap_access = "0.1"
27-
cfg-if = "1.0"
27+
spin ="0.9"
2828
crate_interface = {version = "0.1", optional = true}
2929
lazyinit = "0.2"
3030
log = "0.4"
31-
lwext4_rust = {git = "https://github.com/Josen-B/lwext4_rust.git", tag ="v1.0"}
31+
rsext4 = {path="/code/arceos/crates/RVlwext4"}
3232

3333
[dependencies.fatfs]
3434
default-features = false
@@ -39,11 +39,10 @@ features = [
3939
"log_level_trace",
4040
"unicode",
4141
]
42-
git = "https://github.com/rafalh/rust-fatfs"
43-
rev = "4eccb50"
42+
git = "https://github.com/Josen-B/rust-fatfs.git"
43+
rev = "41122ef"
4444

4545
[dev-dependencies]
4646
axdriver = {workspace = true, features = ["block", "ramdisk"]}
4747
axdriver_block = {git = "https://github.com/arceos-org/axdriver_crates.git", tag = "v0.1.2", features = ["ramdisk"]}
4848
axsync = {workspace = true, features = ["multitask"]}
49-
axtask = {workspace = true, features = ["test"]}

0 commit comments

Comments
 (0)