百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

flipperzero-rs

> 编程语言
开源

Flipper Zero 上的 Rust

684 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Flipper Zero 上的 Rust

Rust for Flipper Zero ❤️

This project allows writing Rust-based applications for the Flipper Zero.

It doesn't have any direct dependency on flipperzero-firmware or toolchain, so it can be used to build binaries with no external dependencies.

These crates only support the core and alloc crates.

The Rust thumbv7em-none-eabihf target currently only supports no_std development. This means it's not possible to use anything in the std crate.

SDK version

Currently supports SDK 87.1 ([email protected]).

The crate major version number will be updated after a bump in API version in the Flipper Zero firmware.

Crate version API version
HEAD 87.1
0.16.x 87.1
0.15.x 86.0
0.14.x 79.2
0.13.x 78.0
0.12.x 73.0
0.11.x 35.0
0.10.x 28.2
0.9.x 23.0
0.8.x 20.0
0.7.x 14.0
0.6.x 11.2
0.5.x 10.1
0.4.x 7.5
0.3.x 2.2

Crates

  • flipperzero: High-level safe bindings
  • flipperzero-alloc: Custom global allocator (required for alloc)
  • flipperzero-rt: Runtime support (including panic handler and entry point helper)
  • flipperzero-sys: Low-level bindings to Flipper Zero API (unsafe)

Initial setup

  1. Install rustup by following the instructions on rustup.rs.

  2. Use rustup to install the thumbv7em-none-eabihf target:

    rustup target add thumbv7em-none-eabihf
    

Writing an application

The Flipper Zero supports installing externally built applications on the SD card.

See flipperzero-template to help you get started.

License

Licensed under the MIT License. See LICENSE for details.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustembeddedflipperzerorustrust-lang

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言