Flipperzero Rs Versions Save

Rust on the Flipper Zero

v0.11.0

9 months ago

See flipperzero v0.11.0 on crates.io.

Added

  • flipperzero::furi::time::{Duration, Instant} implementations
  • impl Default for flipperzero::dialogs::DialogMessage
  • impl Default for flipperzero::toolbox::Crc32
  • Support for generating .fast.rel sections so binaries load faster

Changed

  • Migrated to SDK API 35.0 (firmware 0.89.0).
  • flipperzero_test::tests now allows #[cfg(..)] attributes on test methods.

Documentation

  • Feature flags are now documented and the items guarded by them are now annotated.

Acknowledgements

Big shout out to @str4d and @JarvisCraft for a bunch of work right across the board. Everything from new features, to documentation/tooling improvements and for being highly active in code reviewing PRs.

Thanks to @agarof for their fixes to the GPIO example and making sure the docs build event when the alloc feature is disabled.

Thanks to @mogenson for implementing a wrapper for the file browser dialog.

Full list of changes can be found here: v0.10.0..v0.11.0