flash-algorithm 0.6.0

A crate to write CMSIS-DAP flash algorithms for flashing embedded targets.
[dependencies]

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[lib]
name = "flash_algorithm"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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.6.0"