File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments