#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)

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

#1069 in Embedded development

Download history 51/week @ 2024-10-29 31/week @ 2024-11-05 26/week @ 2024-11-12 35/week @ 2024-11-19 22/week @ 2024-11-26 36/week @ 2024-12-03 187/week @ 2024-12-10 109/week @ 2024-12-17 59/week @ 2024-12-24 18/week @ 2024-12-31 48/week @ 2025-01-07 17/week @ 2025-01-14 29/week @ 2025-01-21 46/week @ 2025-01-28 75/week @ 2025-02-04 82/week @ 2025-02-11

234 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