flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
499 stars 32 forks source link

Upgrade to sdk 38.0 #106

Closed Nereuxofficial closed 1 year ago

Nereuxofficial commented 1 year ago

It would probably good to make a dev branch for this as it has not been extensively tested.

I used this awesome crate to play a bit with the flipper zero and it's really cool that this crate enables that without external bindings! Though the SDK Version was incompatible so i updated it. I also updated the documentation for some examples as I went through them

Nereuxofficial commented 1 year ago

Also a small observation: I saw cargo-runner.py use run-fap from the tools. Could this be used as a runner for the flipperzero-template to avoid uploading and executing manually, improving developer experience? If so, I'd love to implement that!

dcoles commented 1 year ago

Also a small observation: I saw cargo-runner.py use run-fap from the tools. Could this be used as a runner for the flipperzero-template to avoid uploading and executing manually, improving developer experience? If so, I'd love to implement that!

Absolutely! That's a great idea!

We've considering making the tools a requirement for most development. The cargo-runner.py script was an attempt to have things work automatically; but it never quite worked 100% (especially if you wanted to support multiple OSs). So my recommendation would be to just set the runner to run-fap directly.

dcoles commented 1 year ago

Thanks for the PR!