Skip to content

Commit 2eced47

Browse files
bors[bot]burrbull
andauthored
Merge #634
634: refactor periperal.rs r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 961702e + 073022c commit 2eced47

File tree

6 files changed

+129
-191
lines changed

6 files changed

+129
-191
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
target: ${{ matrix.TARGET }}
3333

3434
- name: Cache Dependencies
35-
uses: Swatinem/rust-cache@v1
35+
uses: Swatinem/rust-cache@v2
3636
with:
3737
key: ${{ matrix.TARGET }}
3838

@@ -90,7 +90,7 @@ jobs:
9090
override: true
9191

9292
- name: Cache
93-
uses: Swatinem/rust-cache@v1
93+
uses: Swatinem/rust-cache@v2
9494

9595
- name: Self install
9696
run: |
@@ -116,7 +116,7 @@ jobs:
116116
override: true
117117

118118
- name: Cache
119-
uses: Swatinem/rust-cache@v1
119+
uses: Swatinem/rust-cache@v2
120120

121121
- name: Self install
122122
run: |
@@ -141,7 +141,7 @@ jobs:
141141
override: true
142142

143143
- name: Cache
144-
uses: Swatinem/rust-cache@v1
144+
uses: Swatinem/rust-cache@v2
145145
with:
146146
key: svdtools-0.2.3
147147

@@ -169,7 +169,7 @@ jobs:
169169
components: rustfmt
170170

171171
- name: Cache Dependencies
172-
uses: Swatinem/rust-cache@v1
172+
uses: Swatinem/rust-cache@v2
173173

174174
- uses: actions-rs/cargo@v1
175175
with:

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
components: clippy
1616

1717
- name: Cache Dependencies
18-
uses: Swatinem/rust-cache@v1
18+
uses: Swatinem/rust-cache@v2
1919

2020
- uses: actions-rs/clippy-check@v1
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
target: ${{ matrix.target }}
3535
override: true
3636
- name: Cache Dependencies
37-
uses: Swatinem/rust-cache@v1
37+
uses: Swatinem/rust-cache@v2
3838
with:
3939
key: ${{ matrix.target }}
4040
- uses: actions-rs/cargo@v1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Refactor `periperal.rs`
1011
- use `svd_parser::expand::Index` for derive
1112
- Generated enum names now consider `name` field in `enumeratedValues`
1213
- Use constant case for structure names; internal rearrangements for

0 commit comments

Comments
 (0)