tinyboot-protocol 0.3.0

Protocol implementation for tinyboot bootloader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tinyboot-protocol"
description = "Protocol implementation for tinyboot bootloader"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
license.workspace = true
keywords = ["bootloader", "embedded", "firmware", "protocol", "no-std"]
categories = ["embedded", "no-std"]
readme = "README.md"

[dependencies]
embedded-io = { workspace = true }
embedded-io-async = { workspace = true }