rxprog 1.0.0

Library implementing the Boot Mode protocol for specific Renesas microcontrollers and CLI for programming firmware images
Documentation
[[bin]]
name = "rxprog-cli"
required-features = ["rxprog-cli"]
[dependencies.clap]
optional = true
version = "2.33.1"

[dependencies.ihex]
optional = true
version = "3.0.0"

[dependencies.serialport]
version = "3.3.0"

[dependencies.srec]
optional = true
version = "0.1.2"

[dev-dependencies]

[features]
rxprog-cli = ["clap", "ihex", "srec"]

[package]
authors = ["The6P4C <watsonjcampbell@gmail.com>"]
categories = ["command-line-utilities"]
description = "Library implementing the Boot Mode protocol for specific Renesas microcontrollers and CLI for programming firmware images"
documentation = "https://docs.rs/rxprog"
edition = "2018"
homepage = "https://github.com/the6p4c/rxprog"
keywords = ["renesas"]
license = "GPL-3.0-only"
name = "rxprog"
readme = "README.md"
repository = "https://github.com/the6p4c/rxprog.git"
version = "1.0.0"