#flashing #algorithm #flash #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

#2005 in Embedded development

Download history 16/week @ 2024-07-21 1/week @ 2024-07-28 2/week @ 2024-08-11 2/week @ 2024-08-18 183/week @ 2024-09-15 282/week @ 2024-09-22 158/week @ 2024-09-29 41/week @ 2024-10-06 31/week @ 2024-10-13 48/week @ 2024-10-20 46/week @ 2024-10-27 38/week @ 2024-11-03

165 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