Skip to content

Commit 7d69ea4

Browse files
authored
Merge pull request #741 from rust-embedded/readme
more bagdes, bump deps
2 parents 222be1f + b485ff4 commit 7d69ea4

File tree

6 files changed

+784
-6
lines changed

6 files changed

+784
-6
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- os: ubuntu-latest
1616
target: x86_64-unknown-linux-gnu
1717
suffix: ".gz"
18+
- os: ubuntu-latest
19+
target: aarch64-unknown-linux-gnu
20+
suffix: ".gz"
1821
- os: macos-latest
1922
target: x86_64-apple-darwin
2023
suffix: ".gz"

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*.rs.bk
44
*.svd
55
target
6-
Cargo.lock
6+
ci/svd2rust-regress/Cargo.lock

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
- Add `aarch64` target for releases, more readme badges
1011
- Fix when `atomics` features is generated but not enabled
1112
- move hidden structs into module, add register reader/writer links into `SPEC` docs (#736)
1213
- removed register writer & reader wrappers, generic `REG` in field writers (#731)

0 commit comments

Comments
 (0)