changelog
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled

This commit is contained in:
2026-02-26 17:15:21 +01:00
parent 6cd61c5f4e
commit dba479b373
+9
View File
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
## Fixed
- QSPI robustness fixes. Read and fast-read operations are now chunked according to the 252 byte
limit specified in the TRM.
## Added
- QSPI constructor can now optionally clear block protection and set latency configuration.
# [v0.1.0]
Initial release