Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@dcoles dcoles released this 15 Nov 06:07
· 2 commits to main since this release

Added

  • flipperzero::dialogs::DialogFileBrowserOptions
  • flipperzero::furi::kernel module exposing most furi_kernel_* APIs
  • as_ticks() method to flipperzero::furi::time::Duration
  • flipperzero::furi::thread::sleep_ticks function to sleep for exact duration
  • TryFrom<core::time::Duration> for flipperzero::furi::time::Duration
  • sys::furi::Error as error type for Kernel operations.

Changed

  • Updated to SDK 78 (firmware 1.1.2)
  • flipperzero::dialogs::DialogFileBrowserOptions now uses native initialization function.
  • flipperzero::time::Duration::MAX is now the maximum duration representable.
  • sys::furi::Status::err_or_else has been replaced by sys::furi::Status::into_result.

Removed

  • flipperzero::furi::duration_to_ticks in favour of TryFrom traits

New Contributors

  • @cptpiepmatz made their first contribution in #177 providing a set of safe abstractions (with excellent documentation) for FuriStreamBuffer. πŸŽ‰

Full Changelog: v0.12.0...v0.13.0