Hacker News new | ask | show | jobs
by JoshMcguigan 1090 days ago
“cargo run” does in fact flash the dev board. Cargo allows configuring a custom runner, which is what the embassy examples do [0].

[0]: https://github.com/embassy-rs/embassy/blob/main/examples/stm...

1 comments

Ah, neat. That is a cool feature I didn’t know cargo had!