Skip to content
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

Support for building FALs (Flipper App Libraries) #156

Open
str4d opened this issue Sep 10, 2024 · 0 comments
Open

Support for building FALs (Flipper App Libraries) #156

str4d opened this issue Sep 10, 2024 · 0 comments

Comments

@str4d
Copy link
Contributor

str4d commented Sep 10, 2024

Mentioned in the Firmware 1.0 Release blog post:

What’s new in the NFC subsystem

  • Parsers are now dynamic: Initially, card data parsers were integrated into the NFC app and loaded into RAM along with it, which occasionally caused a lack of RAM. Now, parsers are FALs (Flipper App Library) that can be loaded one by one. Community members can add support for their card types by creating parsers by implementing a simple interface. See the code on GitHub.

In the same way that we enable easily building and deploying FAPs with cargo, it would be great to also enable easily building FALs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant