flash-algorithm 0.4.0

A crate to write CMSIS-DAP flash algorithms for flashing embedded targets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = ["erase-chip", "panic-handler"]
erase-chip = []
panic-handler = []
verify = []

[package]
description = "A crate to write CMSIS-DAP flash algorithms for flashing embedded targets."
edition = "2021"
keywords = ["no-std", "embedded", "flashing"]
license = "MIT OR Apache-2.0"
name = "flash-algorithm"
readme = "README.md"
repository = "https://github.com/probe-rs/flash-algorithm"
version = "0.4.0"