flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
512 stars 34 forks source link

Support stable Rust toolchain #58

Open dcoles opened 1 year ago

dcoles commented 1 year ago

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

dcoles commented 1 year ago

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

dcoles commented 1 month ago

It appears that the Flipper Zero linker can now handle non-unique section names making -Z no-unique-section-names unneeded.