Skip to content

Commit

Permalink
Remove duplicate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 6, 2024
1 parent be58c68 commit 156089f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GPIO ETM tasks and events now accept `InputSignal` and `OutputSignal` (#2427)
- `spi::master::Config` and `{Spi, SpiDma, SpiDmaBus}::apply_config` (#2448)
- `embassy_embedded_hal::SetConfig` is now implemented for `{Spi, SpiDma, SpiDmaBus}` (#2448)
- `gpio::{GpioPin, AnyPin, Flex, Input, Output, OutputOpenDrain}::split()` to obtain peripheral interconnect signals. (#2418)
- `gpio::{GpioPin, AnyPin, Flex, Output, OutputOpenDrain}::split()` to obtain peripheral interconnect signals. (#2418)
- `gpio::Input::{split, into_peripheral_ouptut}` when the underlying pin is an output. (#2418)
- Added missing `gpio::Output::input_signal()`. (#2418)

### Changed

Expand Down

0 comments on commit 156089f

Please sign in to comment.