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

no-std flash-algorithm

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

5 releases (breaking)

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

#1002 in Embedded development

Download history 184/week @ 2024-09-16 306/week @ 2024-09-23 137/week @ 2024-09-30 39/week @ 2024-10-07 31/week @ 2024-10-14 48/week @ 2024-10-21 50/week @ 2024-10-28 34/week @ 2024-11-04 23/week @ 2024-11-11 38/week @ 2024-11-18 16/week @ 2024-11-25 36/week @ 2024-12-02 189/week @ 2024-12-09

281 downloads per month

MIT/Apache

16KB
309 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