#flashing #algorithm #target

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

#1049 in Embedded development

Download history 31/week @ 2025-01-01 44/week @ 2025-01-08 9/week @ 2025-01-15 37/week @ 2025-01-22 50/week @ 2025-01-29 72/week @ 2025-02-05 88/week @ 2025-02-12 87/week @ 2025-02-19 53/week @ 2025-02-26 67/week @ 2025-03-05 37/week @ 2025-03-12 57/week @ 2025-03-19 40/week @ 2025-03-26 25/week @ 2025-04-02 68/week @ 2025-04-09 55/week @ 2025-04-16

208 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