Added
flipperzero::dialogs::DialogFileBrowserOptions
flipperzero::furi::kernel
module exposing mostfuri_kernel_*
APIsas_ticks()
method toflipperzero::furi::time::Duration
flipperzero::furi::thread::sleep_ticks
function to sleep for exact durationTryFrom<core::time::Duration>
forflipperzero::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 bysys::furi::Status::into_result
.
Removed
flipperzero::furi::duration_to_ticks
in favour ofTryFrom
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