Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed May 24, 2024
1 parent 558e7de commit 4c26ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `embassy-usb` support (#1517)
- SPI Slave support for ESP32-S2 (#1562)
- Add new generic `OneShotTimer` and `PeriodicTimer` drivers, plus new `Timer` trait which is implemented for `TIMGx` and `SYSTIMER` (#1570)
- uart: Add `with_pin`s methods to configure TX,RX, CTS, and RTS pins (#1592)

### Fixed

Expand Down Expand Up @@ -44,12 +45,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactoring of GPIO module, have drivers for Input,Output,OutputOpenDrain, all drivers setup their GPIOs correctly (#1542)
- DMA transactions are now found in the `dma` module (#1550)
- Remove unnecessary generics from PARL_IO driver (#1545)
- Use `Level enum` in GPIO constructors instead of plain bools (#1574)
- Use `Level enum` in GPIO constructors instead of plain bools (#1574)

### Removed

- Removed the `SystemExt` trait (#1495)
- Removed the `GpioExt` trait (#1496)
- uart: Removed `configure_pins` methods (#1592)

## [0.17.0] - 2024-04-18

Expand Down

0 comments on commit 4c26ce8

Please sign in to comment.