Skip to content

Commit f0b16c4

Browse files
committed
Update CHANGELOG
1 parent f23539a commit f0b16c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
-dp.TC0.tccr0b.write(|w| w.cs0().prescale_1024());
2525
+dp.tc0.tccr0b().write(|w| w.cs0().prescale_1024());
2626
```
27+
- **BREAKING**: Renamed the `critical-section-impl` to just `critical-section`
28+
and enabled it by default. This was done because the `Periperals::take()`
29+
method is now gated on `critical-section` ([#195]).
2730
- Switched to the rust version of svdtools ([#174]).
2831
- Better register definitions for peripherals of the ATmega128RFA1 ([#173]).
2932

@@ -37,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3740
[#174]: https://github.com/Rahix/avr-device/pull/174
3841
[#183]: https://github.com/Rahix/avr-device/pull/183
3942
[#185]: https://github.com/Rahix/avr-device/pull/185
43+
[#195]: https://github.com/Rahix/avr-device/pull/195
4044

4145

4246
## [0.7.0] - 2025-01-05

0 commit comments

Comments
 (0)