File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,19 @@ people already using the crates have a reference what is changing upstream.
13
13
- Large refactor of the USART implementation ([ #116 ] ). The user-facing API is
14
14
_ mostly_ the same though there might be some small details which have changed.
15
15
Especially the user-facing interrupt methods look different now.
16
+ - Updated the target specs to be in sync with upstream again. There were no
17
+ major changes so it shouldn't be necessary to update downstream copies for now.
18
+ - Upgraded to [ ` avr-device ` 0.3] ([ #128 ] ). As there can only ever be one
19
+ version of ` avr-device ` in the dependency graph, you'll need to update all
20
+ local dependencies which still point to 0.2 as well!
16
21
17
22
### Fixed
18
23
- Removed a bashism in the runner scripts ([ #126 ] ).
19
24
20
25
[ #116 ] : https://github.com/Rahix/avr-hal/pull/116
21
26
[ #126 ] : https://github.com/Rahix/avr-hal/pull/126
27
+ [ #128 ] : https://github.com/Rahix/avr-hal/pull/128
28
+ [ `avr-device` 0.3 ] : https://github.com/Rahix/avr-device/releases/tag/v0.3.0
22
29
23
30
24
31
## [ 2020-11-30 - 2021-01-31] [ 2021-01 ]
You can’t perform that action at this time.
0 commit comments