We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we pre-build bindings.rs against a specific flipperzero-firmware release. While it's worked reasonably well, it does have some issues:
bindings.rs
f7
f18
There's a couple of possible approaches that come to mind:
The text was updated successfully, but these errors were encountered:
Where possible, we should reuse the existing Application SDK and Micro Flipper Build Tool (uFBT).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently we pre-build
bindings.rs
against a specific flipperzero-firmware release. While it's worked reasonably well, it does have some issues:f7
) is supported by the crate, even though there is work on a newer targets upstream (e.g.f18
)bindings.rs
isn't easily to determine (though ci: enable automatic SDK Update PR creation #152 significantly improves the situation)There's a couple of possible approaches that come to mind:
bindings.rs
, targeting several SDK / target combinationsThe text was updated successfully, but these errors were encountered: