Add flash example & flash HIL test

This commit is contained in:
Mathias
2022-10-26 10:01:52 +02:00
parent ad0eb3f4bd
commit 80e58426fc
9 changed files with 171 additions and 8 deletions

View File

@ -30,6 +30,7 @@ byte-slice-cast = { version = "1.2.0", default-features = false }
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" }
embedded-hal-async = { version = "0.1.0-alpha.1" }
embedded-io = { version = "0.3.0", features = ["async", "defmt"] }
embedded-storage = { version = "0.3" }
static_cell = "1.0.0"
[profile.release]