Skip to content

Releases: trussed-dev/littlefs2-sys

0.3.1

26 Feb 15:22
0.3.1
4b2b82c
Compare
Choose a tag to compare

Fixed

  • Fix code generation with multiversion feature

0.3.0

26 Feb 11:22
0.3.0
ed32886
Compare
Choose a tag to compare

Changed

  • Update littlefs to v2.9.3
    • Add multiversion feature

Fixed

  • Fix build script for platforms where the Rust target is not equal to the clang target (#16)

0.2.0

30 May 18:54
0.2.0
c12b0dc
Compare
Choose a tag to compare

Added

  • Add malloc feature flag. It allows littlefs to link to malloc and free instead of relying on the caller to allocate memory (#9)
  • Add a software-intrinsics feature flag, to disable the use of compiler intrinsics when compiling littlefs (#12)

Changed

  • Upgrade bindgen to 0.69.4 and limit symbols to those prefixed with lfs_ and LFS_ (#10)
  • Use core::ffi::* instead of cty::* (#14)

0.1.7

30 Jan 22:36
Compare
Choose a tag to compare

Fixed

  • Fixed compilation issue caused by other crates also using bindgen by selecting the runtime feature (#5)