{"id":13499502,"url":"https://github.com/flipperzero-rs/flipperzero","last_synced_at":"2025-04-14T18:09:37.525Z","repository":{"id":60163613,"uuid":"541352298","full_name":"flipperzero-rs/flipperzero","owner":"flipperzero-rs","description":"Rust on the Flipper Zero","archived":false,"fork":false,"pushed_at":"2025-02-28T06:10:33.000Z","size":1838,"stargazers_count":586,"open_issues_count":25,"forks_count":44,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-14T18:09:36.795Z","etag":null,"topics":["embedded","flipperzero","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipperzero-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-26T00:37:23.000Z","updated_at":"2025-04-08T21:15:11.000Z","dependencies_parsed_at":"2023-10-05T07:54:32.606Z","dependency_job_id":"74aed98c-e62a-48cb-a083-5235e755f289","html_url":"https://github.com/flipperzero-rs/flipperzero","commit_stats":{"total_commits":181,"total_committers":13,"mean_commits":"13.923076923076923","dds":0.430939226519337,"last_synced_commit":"bd2139ee9382e543c80ce40408a5a82bab206bc3"},"previous_names":["dcoles/flipperzero-rs"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipperzero-rs","download_url":"https://codeload.github.com/flipperzero-rs/flipperzero/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933340,"owners_count":21185460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embedded","flipperzero","rust","rust-lang"],"created_at":"2024-07-31T22:00:33.804Z","updated_at":"2025-04-14T18:09:37.479Z","avatar_url":"https://github.com/flipperzero-rs.png","language":"Rust","funding_links":[],"categories":["Off-device \u0026 Debugging","Rust"],"sub_categories":[],"readme":"# Rust for Flipper Zero 🐬❤️🦀\n\n[![crates.io](https://img.shields.io/crates/v/flipperzero)](https://crates.io/crates/flipperzero)\n[![Flipper Zero API](https://img.shields.io/badge/Flipper%20Zero%20API-79.2-orange)](https://github.com/flipperdevices/flipperzero-firmware/blob/1.2.0/targets/f7/api_symbols.csv)\n[![docs.rs](https://img.shields.io/docsrs/flipperzero)](https://docs.rs/flipperzero)\n[![MIT license](https://img.shields.io/crates/l/flipperzero)](LICENSE)\n\nThis project allows writing Rust-based applications for the [Flipper Zero](https://flipperzero.one/).\n\nIt doesn't have any direct dependency on [`flipperzero-firmware`](https://github.com/flipperdevices/flipperzero-firmware) or toolchain,\nso it can be used to build binaries with no external dependencies.\n\nThese crates only support the [`core`](https://doc.rust-lang.org/core/) and [`alloc`](https://doc.rust-lang.org/alloc/) crates.\n\nThe Rust `thumbv7em-none-eabihf` target currently only supports [`no_std`](https://rust-embedded.github.io/book/intro/no-std.html) development.\nThis means it's not possible to use anything in the [`std`](https://doc.rust-lang.org/std/) crate.\n\n## SDK version\n\nCurrently supports SDK 79.2 ([flipperzero-firmware@1.2.0](https://github.com/flipperdevices/flipperzero-firmware/tree/1.2.0)).\n\nThe crate major version number will be updated after a bump in [API version](https://github.com/flipperdevices/flipperzero-firmware/blob/release/targets/f7/api_symbols.csv) in the Flipper Zero firmware.\n\n| Crate version | API version |\n| ------------- | ----------- |\n| HEAD          | 79.2        |\n| 0.14.x        | 79.2        |\n| 0.13.x        | 78.0        |\n| 0.12.x        | 73.0        |\n| 0.11.x        | 35.0        |\n| 0.10.x        | 28.2        |\n| 0.9.x         | 23.0        |\n| 0.8.x         | 20.0        |\n| 0.7.x         | 14.0        |\n| 0.6.x         | 11.2        |\n| 0.5.x         | 10.1        |\n| 0.4.x         | 7.5         |\n| 0.3.x         | 2.2         |\n\n## Crates\n\n- [`flipperzero`](https://crates.io/crates/flipperzero): High-level safe bindings\n- [`flipperzero-alloc`](https://crates.io/crates/flipperzero-alloc): Custom [global allocator](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) (required for [`alloc`](https://doc.rust-lang.org/alloc/))\n- [`flipperzero-rt`](https://crates.io/crates/flipperzero-rt): Runtime support (including [panic handler](https://docs.rs/flipperzero-rt/latest/flipperzero_rt/panic_handler/) and [entry point](https://docs.rs/flipperzero-rt/latest/flipperzero_rt/macro.entry.html) helper)\n- [`flipperzero-sys`](https://crates.io/crates/flipperzero-sys): Low-level bindings to Flipper Zero API (unsafe)\n\n## Initial setup\n\n1. Install [`rustup`](https://rust-lang.github.io/rustup/) by following the instructions on [`rustup.rs`](https://rustup.rs/).\n2. Use `rustup` to install the `thumbv7em-none-eabihf` target:\n   ```\n   rustup target add thumbv7em-none-eabihf\n   ```\n\n## Writing an application\n\nThe Flipper Zero supports installing [externally built applications on the SD card](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md).\n\nSee [`flipperzero-template`](https://github.com/flipperzero-rs/flipperzero-template)🚀 to help you get started.\n\n## License\n\nLicensed under the MIT License. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperzero-rs%2Fflipperzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipperzero-rs%2Fflipperzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperzero-rs%2Fflipperzero/lists"}