#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

#1055 in Embedded development

Download history 50/week @ 2024-12-14 133/week @ 2024-12-21 20/week @ 2024-12-28 49/week @ 2025-01-04 23/week @ 2025-01-11 26/week @ 2025-01-18 39/week @ 2025-01-25 64/week @ 2025-02-01 89/week @ 2025-02-08 86/week @ 2025-02-15 63/week @ 2025-02-22 57/week @ 2025-03-01 55/week @ 2025-03-08 46/week @ 2025-03-15 49/week @ 2025-03-22 19/week @ 2025-03-29

184 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