diff options
| author | Priit Laes <[email protected]> | 2024-08-05 10:36:30 +0300 |
|---|---|---|
| committer | Priit Laes <[email protected]> | 2024-08-05 10:37:12 +0300 |
| commit | 31ac31f3f3f06b10a74e90aba662dbd836b4456f (patch) | |
| tree | 5d67c543081584612d9f2f3c39932cdf58eef59c | |
| parent | d091b3f0a4bae98ee4a03e2e941920b009dbbfbf (diff) | |
nrf: Rearrange CHANGELOG by features for better overview
| -rw-r--r-- | embassy-nrf/CHANGELOG.md | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index 45751a2e8..f8d6ab753 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md | |||
| @@ -9,27 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 9 | 9 | ||
| 10 | ## 0.2.0 - 2024-08-05 | 10 | ## 0.2.0 - 2024-08-05 |
| 11 | 11 | ||
| 12 | - Add collapse_debuginfo to fmt.rs macros. | 12 | - Support for NRF chips: |
| 13 | - support EGU peripheral | 13 | - nrf51 |
| 14 | - support nrf9151 | 14 | - nrf9151 |
| 15 | - Drop `sealed` mod | 15 | - Support for new peripherals: |
| 16 | - nrf52840: Add dcdc voltage parameter to configure REG0 regulator | 16 | - EGU |
| 17 | - radio: Add support for IEEE 802.15.4 and BLE via radio peripheral | 17 | - radio - low-level support for IEEE 802.15.4 and BLE via radio peripheral |
| 18 | - spim: Reduce trace-level messages ("Copying SPIM tx buffer..") | 18 | - Peripheral changes: |
| 19 | - uart: Add support for rx- or tx-only BufferedUart | 19 | - gpio: Drop GPIO Pin generics (API break) |
| 20 | - uart: Implement splitting Rx/Tx | 20 | - pdm: Fix gain register value derivation |
| 21 | - spi: Allow specifying OutputDrive for SPI spins | 21 | - pwm: |
| 22 | - pdm: Fix gain register value derivation | 22 | - Expose `duty` method |
| 23 | - spim: Implement chunked DMA transfers | 23 | - Expose `pwm::PWM_CLK_HZ` and add `is_enabled` method |
| 24 | - spi: Add bounds checks for EasyDMA buffer size | 24 | - Allow specifying OutputDrive for PWM channels |
| 25 | - uarte: Add support for handling RX errors | 25 | - Fix infinite loop |
| 26 | - nrf51: Implement support for nrf51 chip | 26 | - spim: |
| 27 | - pwm: Expose `duty` method | 27 | - Reduce trace-level messages ("Copying SPIM tx buffer..") |
| 28 | - pwm: Fix infinite loop | 28 | - Support configuring bit order for bus |
| 29 | - spi: Add support for configuring bit order for bus | 29 | - Allow specifying OutputDrive for SPI pins |
| 30 | - pwm: Expose `pwm::PWM_CLK_HZ` and add `is_enabled` method | 30 | - Add bounds checks for EasyDMA buffer size |
| 31 | - gpio: Drop GPIO Pin generics (API break) | 31 | - Implement chunked DMA transfers |
| 32 | - pwm: Allow specifying OutputDrive for PWM channels | 32 | - uart: |
| 33 | - Add support for rx- or tx-only BufferedUart | ||
| 34 | - Implement splitting Rx/Tx | ||
| 35 | - Add support for handling RX errors | ||
| 36 | - Miscellaneous changes: | ||
| 37 | - Add `collapse_debuginfo` to fmt.rs macros. | ||
| 38 | - Drop `sealed` mod | ||
| 39 | - nrf52840: Add dcdc voltage parameter to configure REG0 regulator | ||
| 33 | 40 | ||
| 34 | ## 0.1.0 - 2024-01-12 | 41 | ## 0.1.0 - 2024-01-12 |
| 35 | 42 | ||
