mirror of
https://github.com/trussed-dev/littlefs2-sys.git
synced 2026-06-20 04:16:31 -07:00
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2024-05-28
Added
- Add
mallocfeature flag. It allowslittlefsto link tomallocandfreeinstead of relying on the caller to allocate memory (#9) - Add a
software-intrinsicsfeature flag, to disable the use of compiler intrinsics when compiling littlefs (#12)
Changed
- Upgrade
bindgento 0.69.4 and limit symbols to those prefixed withlfs_andLFS_(#10) - Use
core::ffi::*instead ofcty::*(#14)
0.1.7 - 2022-01-26
Fixed
- Fixed compilation issue caused by other crates also using
bindgenby selecting theruntimefeature (#5)