changelog HAL #56

Merged
muellerr merged 1 commits from changelog-hal into main 2025-02-17 11:32:47 +01:00

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
# [v0.4.0] 2025-02-14 # [v0.4.0]
## Changed ## Changed
@ -35,6 +35,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `port_mux` renamed to `port_function_select` - `port_mux` renamed to `port_function_select`
- Renamed `IrqUartErrors` to `UartErrors`. - Renamed `IrqUartErrors` to `UartErrors`.
## Added
- Add `downgrade` method for `Pin` and `upgrade` method for `DynPin` as explicit conversion
methods.
- Asynchronous GPIO support.
- Asynchronous UART TX support.
- Asynchronous UART RX support.
- Add new `get_tim_raw` unsafe method to retrieve TIM peripheral blocks.
- `Uart::with_with_interrupt` and `Uart::new_without_interrupt`
# [v0.3.0] 2024-30-09 # [v0.3.0] 2024-30-09
## Changed ## Changed