nrf: Rearrange CHANGELOG by features for better overview

This commit is contained in:
Priit Laes 2024-08-05 10:36:30 +03:00
parent d091b3f0a4
commit 31ac31f3f3

View File

@ -9,27 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.2.0 - 2024-08-05 ## 0.2.0 - 2024-08-05
- Add collapse_debuginfo to fmt.rs macros. - Support for NRF chips:
- support EGU peripheral - nrf51
- support nrf9151 - nrf9151
- Drop `sealed` mod - Support for new peripherals:
- nrf52840: Add dcdc voltage parameter to configure REG0 regulator - EGU
- radio: Add support for IEEE 802.15.4 and BLE via radio peripheral - radio - low-level support for IEEE 802.15.4 and BLE via radio peripheral
- spim: Reduce trace-level messages ("Copying SPIM tx buffer..") - Peripheral changes:
- uart: Add support for rx- or tx-only BufferedUart - gpio: Drop GPIO Pin generics (API break)
- uart: Implement splitting Rx/Tx - pdm: Fix gain register value derivation
- spi: Allow specifying OutputDrive for SPI spins - pwm:
- pdm: Fix gain register value derivation - Expose `duty` method
- spim: Implement chunked DMA transfers - Expose `pwm::PWM_CLK_HZ` and add `is_enabled` method
- spi: Add bounds checks for EasyDMA buffer size - Allow specifying OutputDrive for PWM channels
- uarte: Add support for handling RX errors - Fix infinite loop
- nrf51: Implement support for nrf51 chip - spim:
- pwm: Expose `duty` method - Reduce trace-level messages ("Copying SPIM tx buffer..")
- pwm: Fix infinite loop - Support configuring bit order for bus
- spi: Add support for configuring bit order for bus - Allow specifying OutputDrive for SPI pins
- pwm: Expose `pwm::PWM_CLK_HZ` and add `is_enabled` method - Add bounds checks for EasyDMA buffer size
- gpio: Drop GPIO Pin generics (API break) - Implement chunked DMA transfers
- pwm: Allow specifying OutputDrive for PWM channels - uart:
- Add support for rx- or tx-only BufferedUart
- Implement splitting Rx/Tx
- Add support for handling RX errors
- Miscellaneous changes:
- Add `collapse_debuginfo` to fmt.rs macros.
- Drop `sealed` mod
- nrf52840: Add dcdc voltage parameter to configure REG0 regulator
## 0.1.0 - 2024-01-12 ## 0.1.0 - 2024-01-12