akauppi / mp

WSL-like development sandboxes but on Mac using Multipass
0 stars 0 forks source link

Rust + Embassy + probe-rs #1

Open akauppi opened 1 month ago

akauppi commented 1 month ago

If doing Embassy development, the basic Rust image will fall a little short.

See if we should add those to the normal recipe, or make a separate one for Embassy. Just wrote this down - if you are facing these things, this will help slightly.

Also, here's a blog with steps to use Embassy: https://www.hannobraun.com/getting-started/

akauppi commented 1 month ago

Note: I'm likely to follow whichever toolchain RustRover IDE will support (ticket here).

That might be OpenOCD. In that case, no much interest in maintaining a rust+probe-rs recipe, but should be doable based on the above notes.

Note: It should be +probe-rs (not mentioning Embassy), since configuring Embassy is more of a per-project thing, right? (just a cargo configuration)

akauppi commented 1 month ago