Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Dec 19, 2024
1 parent 3f752c5 commit 10faf2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a `debug-measure-roundtrip` feature to enable debug-logging for DP
data-exchange communication roundtrip times. This is useful for finding out
the communication delays in a hardware setup.
- Added a `debug-measure-dp-cycle` feature to enable debug-logging of the DP
cycle times. That is the time between each report of `cycle_completed`, so
one data-exchange with each peripheral attached to this DP master.

#### Changed
- **BREAKING** Buffers in the `dp::Peripheral` are now stored in `managed::ManagedSlice`
Expand Down

0 comments on commit 10faf2b

Please sign in to comment.