Add F7 flash and bootloader support

This commit is contained in:
Matous Hybl
2022-05-03 16:16:37 +02:00
parent f3700b4e42
commit 6d56f772e1
15 changed files with 413 additions and 3 deletions

View File

@ -22,6 +22,7 @@ heapless = { version = "0.7.5", default-features = false }
nb = "1.0.0"
rand_core = "0.6.3"
critical-section = "0.2.3"
embedded-storage = "0.3.0"
[dependencies.smoltcp]
version = "0.8.0"