File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.12.1] 2020-09-22
6
+
7
+ * Fixes a bug introduced by a new version of svdtools which resulted in
8
+ missing interrupts for devices which used ` _copy ` in their patches (see #440 )
9
+
5
10
## [ v0.12.0] 2020-09-20
6
11
7
12
Family-specific:
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ to drill down into each field on each register on each peripheral.
47
47
In your own project's ` Cargo.toml ` :
48
48
``` toml
49
49
[dependencies .stm32f4 ]
50
- version = " 0.12.0 "
50
+ version = " 0.12.1 "
51
51
features = [" stm32f405" , " rt" ]
52
52
```
53
53
Original file line number Diff line number Diff line change 16
16
import re
17
17
import yaml
18
18
19
- VERSION = "0.12.0 "
19
+ VERSION = "0.12.1 "
20
20
SVD2RUST_VERSION = "0.17.0"
21
21
22
22
CRATE_DOC_FEATURES = {
You can’t perform that action at this time.
0 commit comments