Open
Description
Currently, all binaries that use avr-rust need to create a target specification file to instruction Rust to compile for a specific microcontroller.
The specification itself is always identical across devices, with the only difference being the CPU name. This means that if you want to support microcontroller in your executable, you need to create a target specifcation for it.
It might be easier for everyone if there is another method like a command line argument for it. I am not sure of any solutions yet, it needs some investigation.
Metadata
Metadata
Assignees
Labels
No labels