Added test application for flashing

This commit is contained in:
Sebastian 2024-10-04 16:20:36 +02:00
parent 77eebdf795
commit b2830a1fbc
5 changed files with 115 additions and 3 deletions

View file

@ -19,3 +19,6 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
radomctl-protocol = { path = "../protocol" }
postcard = {version = "1.0.10", features = ["use-std"]}
dfu-libusb = "0.3.0"
libusb1-sys = "0.6"
rusb = "0.9"