Skip to content

Commit 54afe4d

Browse files
committed
update changelog
1 parent 4b26b87 commit 54afe4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp-hal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- `AtomicWaker::wake` is now placed in IRAM (#4627)
2828
- Internal clock configuration rework (#4501)
2929
- RMT: Support for `Into<PulseCode>` and `From<PulseCode>` has been removed from Tx and Rx methods, respectively, in favor of requiring `PulseCode` directly. (#4616)
30+
- RMT: Tx handling has been revised: Some errors will now be returned by `TxTransaction::wait()` instead of `Channel::transmit`. `Channel::transmit_continuously()` can now also report `Error::EndMarkerMissing`. (#4617)
3031

3132
### Fixed
3233

0 commit comments

Comments
 (0)