Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 30 May 18:54
0.2.0
c12b0dc

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)