Skip to content

Commit

Permalink
Simplify rmt channels by turning Channel0<0> into Channel<0> (#958)
Browse files Browse the repository at this point in the history
* Simplify rmt channels

* Changelog

* Fix esp32

---------

Co-authored-by: Jesse Braham <[email protected]>
  • Loading branch information
jneem and jessebraham authored Nov 27, 2023
1 parent ece40ab commit b8f8828
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 258 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- C3, C6 and H2 can now use the `zero-rtc-bss` feature to enable `esp-hal-common/rv-zero-rtc-bss` (#867)
- Reuse `ieee802154_clock_enable/disable()` functions for BLE and rename `ble_ieee802154_clock_enable()` (#953)
- The `embedded-io` trait implementations are now gated behind the `embedded-io` feature (#964)
- Simplifed RMT channels and channel creators (#958)

### Fixed

Expand Down
Loading

0 comments on commit b8f8828

Please sign in to comment.