Skip to content

Commit 31ac31f

Browse files
committed
nrf: Rearrange CHANGELOG by features for better overview
1 parent d091b3f commit 31ac31f

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

embassy-nrf/CHANGELOG.md

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## 0.2.0 - 2024-08-05
1111

12-
- Add collapse_debuginfo to fmt.rs macros.
13-
- support EGU peripheral
14-
- support nrf9151
15-
- Drop `sealed` mod
16-
- nrf52840: Add dcdc voltage parameter to configure REG0 regulator
17-
- radio: Add support for IEEE 802.15.4 and BLE via radio peripheral
18-
- spim: Reduce trace-level messages ("Copying SPIM tx buffer..")
19-
- uart: Add support for rx- or tx-only BufferedUart
20-
- uart: Implement splitting Rx/Tx
21-
- spi: Allow specifying OutputDrive for SPI spins
22-
- pdm: Fix gain register value derivation
23-
- spim: Implement chunked DMA transfers
24-
- spi: Add bounds checks for EasyDMA buffer size
25-
- uarte: Add support for handling RX errors
26-
- nrf51: Implement support for nrf51 chip
27-
- pwm: Expose `duty` method
28-
- pwm: Fix infinite loop
29-
- spi: Add support for configuring bit order for bus
30-
- pwm: Expose `pwm::PWM_CLK_HZ` and add `is_enabled` method
31-
- gpio: Drop GPIO Pin generics (API break)
32-
- pwm: Allow specifying OutputDrive for PWM channels
12+
- Support for NRF chips:
13+
- nrf51
14+
- nrf9151
15+
- Support for new peripherals:
16+
- EGU
17+
- radio - low-level support for IEEE 802.15.4 and BLE via radio peripheral
18+
- Peripheral changes:
19+
- gpio: Drop GPIO Pin generics (API break)
20+
- pdm: Fix gain register value derivation
21+
- pwm:
22+
- Expose `duty` method
23+
- Expose `pwm::PWM_CLK_HZ` and add `is_enabled` method
24+
- Allow specifying OutputDrive for PWM channels
25+
- Fix infinite loop
26+
- spim:
27+
- Reduce trace-level messages ("Copying SPIM tx buffer..")
28+
- Support configuring bit order for bus
29+
- Allow specifying OutputDrive for SPI pins
30+
- Add bounds checks for EasyDMA buffer size
31+
- Implement chunked DMA transfers
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
3340

3441
## 0.1.0 - 2024-01-12
3542

0 commit comments

Comments
 (0)