Skip to content

Commit 7a6c0bc

Browse files
committed
WIP: Initial implementation of the flash module
- Interface is mostly copied and adapted from the F4-HAL - Hardfaults while programming flash
1 parent 59da6d7 commit 7a6c0bc

File tree

3 files changed

+398
-0
lines changed

3 files changed

+398
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ nb = "1"
3939
void = { version = "1.0", default-features = false }
4040
stm32-usbd = { version = "0.6", optional = true }
4141
bxcan = "0.6.0"
42+
embedded-storage = "0.3.0"
4243

4344
[dev-dependencies]
4445
cortex-m-rt = "0.7"

0 commit comments

Comments
 (0)