diff --git a/firmware/zedboard-bsp/CHANGELOG.md b/firmware/zedboard-bsp/CHANGELOG.md index da397b6..5a84e9d 100644 --- a/firmware/zedboard-bsp/CHANGELOG.md +++ b/firmware/zedboard-bsp/CHANGELOG.md @@ -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