Files
.github
.vscode
docs
embassy-boot
embassy-cortex-m
embassy-embedded-hal
embassy-executor
embassy-futures
embassy-hal-common
embassy-lora
embassy-macros
embassy-net
embassy-nrf
embassy-rp
embassy-stm32
src
Cargo.toml
build.rs
embassy-sync
embassy-time
embassy-usb
embassy-usb-driver
examples
stm32-data
stm32-gen-features
stm32-metapac
stm32-metapac-gen
tests
xtask
.gitignore
.gitmodules
LICENSE-APACHE
LICENSE-MIT
NOTICE.md
README.md
ci.sh
ci_stable.sh
rust-toolchain.toml
rustfmt.toml
embassy/embassy-stm32
bors[bot] aabc02506b Merge
992: (embassy-stm32): remove flash lock/unlock public API from stm32 flash r=lulf a=MathiasKoch

Instead, perform the unlocking and locking automatically on erase and write operations.

This makes the `embedded-storage` abstraction actually useable in libraries, while still keeping the flash peripheral locked the majority of the time.

Co-authored-by: Mathias <mk@blackbird.online>
2022-09-30 11:32:27 +00:00
..
2022-09-30 11:32:27 +00:00
2022-08-19 12:05:19 +02:00
2022-09-30 06:04:19 +02:00