flipperzero-rs / flipperzero

Rust on the Flipper Zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support stable Rust toolchain

dcoles opened this issue · comments

Currently Rust for Flipper Zero requires a nightly toolchain to build binaries. This makes development somewhat more difficult as we have to regularly update this to pull in new features or bug fixes.

Blockers to supporting a stable Rust toolchain

A possible alternative to waiting for no-unique-section-names is to teach the Flipper Zero linker about non-unique section names.