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

no-std flash-algorithm

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

6 releases (breaking)

new 0.6.0 Dec 23, 2024
0.5.0 Dec 10, 2024
0.4.0 Mar 29, 2023
0.3.0 Jan 21, 2023
0.1.0 Jan 21, 2023

#1076 in Embedded development

Download history 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 39/week @ 2024-11-03 22/week @ 2024-11-10 38/week @ 2024-11-17 17/week @ 2024-11-24 37/week @ 2024-12-01 177/week @ 2024-12-08 40/week @ 2024-12-15

276 downloads per month

MIT/Apache

17KB
343 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