Skip to content

build(deps): update flipperzero-sys requirement from 0.14.0 to 0.15.0 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

Updates the requirements on flipperzero-sys to permit the latest version.

Release notes

Sourced from flipperzero-sys's releases.

v0.15.0

Added

  • flipperzero::furi::hal::power::Power handle to Power service
  • High-level serial API (#216)
  • Add gui::Gui record and basic support for using gui::Canvas in monopoly mode
  • Add embedded-graphics support allowing gui::Canvas to be used as a DrawTarget (#214)

Changed

  • Updated to SDK 86.0 (firmware 1.3.4)
  • flipperzero::furi::time::Duration has been renamed to FuriDuration
  • flipperzero::furi::time::Instant has been renamed to FuriInstant
  • flipperzero_sys::furi::UnsafeRecord now implements Clone to support reference-count use
  • flipperzero::notification::NotificationService has been renamed NotificationApp to match the underlying C API

Removed

  • No features were removed
Changelog

Sourced from flipperzero-sys's changelog.

[0.15.0]

Added

  • flipperzero::furi::hal::power::Power handle to Power service
  • High-level serial API (#216)
  • Add gui::Gui record and basic support for using gui::Canvas in monopoly mode
  • Add embedded-graphics support allowing gui::Canvas to be used as a DrawTarget (#214)

Changed

  • Updated to SDK 86.0 (firmware 1.3.4)
  • flipperzero::furi::time::Duration has been renamed to FuriDuration
  • flipperzero::furi::time::Instant has been renamed to FuriInstant
  • flipperzero_sys::furi::UnsafeRecord now implements Clone to support reference-count use
  • flipperzero::notification::NotificationService has been renamed NotificationApp to match the underlying C API

Removed

[0.14.0]

Added

  • flipperzero_sys::furi::FuriBox for low-level heap allocations
  • flipperzero_sys::halt! macro
  • flipperzero::storage::Storage handle to Storage service

Changed

  • Updated to SDK 79.2 (firmware 1.2.0)
  • Enums in sys bindings now are newtype-enums and no longer have a duplicate prefix
  • Fixed passing of crash message __furi_crash_implementation
  • Allow no argument calls to flipperzero_sys::crash! and flipperzero_sys::halt! macros
  • flipperzero_sys::furi::UnsafeRecord::open now takes a &'static CStr
  • Fixed overread when printing panic message to console
  • Added short delay in panic handler so message can be seen on USB console before furi_crash

Removed

  • No features were removed

[0.13.0]

Added

  • flipperzero::dialogs::DialogFileBrowserOptions
  • flipperzero::furi::kernel module exposing most furi_kernel_* APIs
  • as_ticks() method to flipperzero::furi::time::Duration

... (truncated)

Commits
  • aec4c95 Bump version to 0.15.0
  • 3cd4657 Fix formatting for cargo fmt
  • f27e437 Update README/CHANGELOG for new release
  • 60eb374 Fix test crash if heap shrinks after test
  • cc41519 Update type of FuriHalI2cBusHandle pointer
  • 9124b4e build(bindings): bump SDK to 1.3.4
  • 70c0b36 tools: Fix processing of "inout" Doxygen param types
  • 50c6b9e Create FUNDING.yml
  • e452586 Fix warnings raised by Rust 1.85 Clippy
  • cbf09e6 run-fap: Ensure any stale "stdout" file is removed
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [flipperzero-sys](https://github.com/dcoles/flipperzero-rs) to permit the latest version.
- [Release notes](https://github.com/dcoles/flipperzero-rs/releases)
- [Changelog](https://github.com/flipperzero-rs/flipperzero/blob/main/CHANGELOG.md)
- [Commits](flipperzero-rs/flipperzero@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: flipperzero-sys
  dependency-version: 0.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 23, 2025
@github-actions github-actions bot enabled auto-merge April 23, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants