From 9a3afe74569da96120cde2c1e5913e18e25eafd0 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 14 Oct 2024 21:05:26 +0200 Subject: [PATCH] Update littlefs2 VIII: debug --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 399ab57b..34f91f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,9 @@ apdu-dispatch = { git = "https://github.com/Nitrokey/apdu-dispatch.git", tag = " ctaphid-dispatch = { git = "https://github.com/Nitrokey/ctaphid-dispatch.git", tag = "v0.1.1-nitrokey.3" } # littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "960e57d9fc0d209308c8e15dc26252bbe1ff6ba8" } # littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "a1f8d9e87bc70765b488625e5844dbce4c1568cc" } -littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", branch = "inline-never" } +littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", branch = "debug" } # littlefs2-core = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "a1f8d9e87bc70765b488625e5844dbce4c1568cc" } -littlefs2-core = { git = "https://github.com/trussed-dev/littlefs2.git", branch = "inline-never" } +littlefs2-core = { git = "https://github.com/trussed-dev/littlefs2.git", branch = "debug" } littlefs2-sys = { git = "https://github.com/trussed-dev/littlefs2-sys.git", rev = "39626c0dbc2f6c38b74889a5bf9d5a200614f121" } usbd-ctaphid = { git = "https://github.com/trussed-dev/usbd-ctaphid.git", rev = "dcff9009c3cd1ef9e5b09f8f307aca998fc9a8c8" } usbd-ccid = { git = "https://github.com/Nitrokey/usbd-ccid", tag = "v0.2.0-nitrokey.1" }