| Crates.io | flash-algorithm |
| lib.rs | flash-algorithm |
| version | 0.6.0 |
| created_at | 2023-01-21 03:15:26.023439+00 |
| updated_at | 2024-12-23 17:04:30.627509+00 |
| description | A crate to write CMSIS-DAP flash algorithms for flashing embedded targets. |
| homepage | |
| repository | https://github.com/probe-rs/flash-algorithm |
| max_upload_size | |
| id | 763961 |
| size | 19,056 |
A crate to write CMSIS-DAP flash algorithms for flashing embedded targets. This crate is an abstrction over https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/flashAlgorithm.html which takes care of proper placement of functions in the respective ELF sections and linking properly.
To write a flash algorithm, follow the instructions in https://github.com/probe-rs/flash-algorithm-template.
This thingy is licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.