181 Commits
Author SHA1 Message Date
Robin Krahl dc0890ea59 Release v0.7.2 0.7.2 2026-06-10 15:24:04 +02:00
Niklas Dusenlund cc3f928543 Add short-enum bindgen regression 2026-06-10 14:15:29 +02:00
Robin Krahl 4f1a5949a0 Release v0.7.1 0.7.1 2026-03-20 10:53:02 +01:00
Robin Krahl 2e644b3301 littlefs2: Fix documentation build on docs.rs
The doc_auto_cfg feature has been replaced by doc_cfg in Rust 1.92.

Fixes: https://github.com/trussed-dev/littlefs2/issues/127
2026-03-20 10:52:25 +01:00
Robin Krahl 8563238ead Document MSRV and check it in CI 2026-03-16 10:40:45 +01:00
Robin Krahl 74b17c2e5c Release v0.7.0 0.7.0 2026-03-09 09:25:30 +01:00
Robin Krahl fb3f0af9cc Update to littlefs2-sys v0.3.2 and add unstable-littlefs-patched feature 2026-03-09 09:17:04 +01:00
HelloWorldTeraByteandRobin Krahl f31f4dc40d Fixed offset calculation overflowing on large SD cards 2026-03-04 09:33:37 +01:00
Robin Krahl 76c038e865 Add trusted publishing for littlefs2 2026-02-25 13:29:38 +01:00
Robin Krahl 4eec5f2fcd Release littlefs2-core v0.1.2 core-0.1.2 2025-10-16 16:23:50 +02:00
Robin Krahl 1d248996ab ci: Add trusted publishing for littlefs2-core 2025-10-16 15:58:15 +02:00
Robin Krahl 6869697f4f Use u32::is_multiple_of
This fixes a new clippy lint.
2025-10-16 11:22:07 +02:00
Robin Krahl 7fd7b91d75 Allow usage of deprecated ArrayLength trait
The generic-array crate published new patch versions for the v0.14 minor
release that mark the ArrayLength trait as deprecated. Thus we have to
add #[allow(deprecated)] attributes to fix the CI.

See also: https://github.com/fizyk20/generic-array/issues/158
2025-10-16 11:17:48 +02:00
Sosthène GuédonandSosthène Guédon e9d3a1ca98 Update to heapless 0.9 2025-09-26 11:53:26 +02:00
Sosthène Guédonandsosthene-nitrokey 97b91369c4 Fix new clippy lints 2025-08-08 14:00:26 +02:00
Sosthène Guédonandsosthene-nitrokey 209a21f21c Fix lints from 1.89 2025-08-08 14:00:26 +02:00
Sosthène Guédonandsosthene-nitrokey b3a7371d84 Add tests that files can still be read after and before shrinknig v0.6.1-nitrokey.1 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey 5ab86b5c7a Add tests 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey aeae7a0a54 Use tagged commit 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey b25c9262b6 Update littlefs2-sys to use trussed version of littlefs 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey 9eaca6732b Fix avr compilation 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey 4c320aea25 mount_or_else: ensure that allocation has not been overwritten in the else clause 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey 6653300ce3 core: add debug-error feature to have a proper debug implementation of errors 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey 4f86dc4f8f mount_or_else: give access to allocation in callback 2025-05-14 10:16:21 +02:00
Sosthène Guédonandsosthene-nitrokey a37ba04ce8 fixup! Add support for littlefs opening flags 2025-05-14 10:16:21 +02:00