#flashing #flash #algorithm #write #targets #cmsis-dap

no-std flash-algorithm

A crate to write CMSIS-DAP flash algorithms for flashing embedded targets

4 releases (breaking)

0.4.0 Mar 29, 2023
0.3.0 Jan 21, 2023
0.2.0 Jan 21, 2023
0.1.0 Jan 21, 2023

#1891 in Embedded development

Download history 20/week @ 2024-02-19 7/week @ 2024-02-26 7/week @ 2024-03-11 71/week @ 2024-04-01

78 downloads per month

MIT/Apache

15KB
283 lines

flash-algorithm

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.

crates.io documentation Actions Status chat

To write a flash algorithm, follow the instructions in https://github.com/probe-rs/flash-algorithm-template.

License

This thingy is licensed under either of

at your option.

No runtime deps