From dba479b373f2ef204c755fc35735a7b3a2d3d64a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Feb 2026 17:15:21 +0100 Subject: [PATCH] changelog --- firmware/zedboard-bsp/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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