cargo-flash icon indicating copy to clipboard operation
cargo-flash copied to clipboard

a cargo extension for programming microcontrollers

Results 5 cargo-flash issues
Sort by recently updated
recently updated
newest added

Most ARM microcontroller have a DFU bootloader over USB or USART. It would be great if cargo-flash would support this. With DFU you would be able to flash a controller...

enhancement

Currently, cargo-flash will try to flash binaries for any architectures. Based on the cargo information, we should be able to detect if the user tries to flash a binary compiled...

enhancement
good first issue

It would be nice to have something like `--verify` which reads back all written flash and checks it was written correctly. In GDB you can do this with `compare-sections` for...

enhancement
good first issue

There is some cases where this would be really useful.

enhancement
good first issue

I'm refactoring some common functionality from `cargo-flash` into `probe-rs-cli-util` and noticed that the `package.metadata.chip` from the firmware manifest is only written to `METADATA` if found. When building the flash loader,...

bug