From fc6c1eaa8022bb05ea3be9530f8c4be1d215cd9c 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.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7822bc19..7137f5ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1737,7 +1737,7 @@ checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286" [[package]] name = "littlefs2" version = "0.4.0" -source = "git+https://github.com/trussed-dev/littlefs2.git?branch=inline-never#e94f541d98fa002f96a46b368d3db2eb69eccdd2" +source = "git+https://github.com/trussed-dev/littlefs2.git?branch=debug#ebcbb58ef818cf318ad2b3680e57b4605d24234a" dependencies = [ "delog", "generic-array", @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "littlefs2-core" version = "0.1.0" -source = "git+https://github.com/trussed-dev/littlefs2.git?branch=inline-never#e94f541d98fa002f96a46b368d3db2eb69eccdd2" +source = "git+https://github.com/trussed-dev/littlefs2.git?branch=debug#ebcbb58ef818cf318ad2b3680e57b4605d24234a" dependencies = [ "bitflags 2.6.0", "heapless-bytes", 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" }