Skip to content

Commit

Permalink
Remove pin pa28 from d21el (#717)
Browse files Browse the repository at this point in the history
* Remove pin pa28 from d21el

* Update CHANGELOG
  • Loading branch information
TethysSvensson authored Jan 15, 2024
1 parent 40680e7 commit 3898d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Update the PACs to svd2rust 0.30.2.
- Fix warnings for thumbv7 targets
- Update README.md - moves some content to wiki
- Remove pin `pa28` from the `d21el` target (#717)

# v0.16.0

Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ pins-d21e = ["pins-32a", "has-pa28"]
pins-d21g = ["pins-48a", "has-pa28"]
pins-d21j = ["pins-64", "has-pa28"]

pins-d21el = ["pins-32l", "has-pa28"]
pins-d21el = ["pins-32l"]
pins-d21gl = ["pins-48l", "has-pa28"]

pins-d51g = ["pins-48a"]
Expand Down

0 comments on commit 3898d36

Please sign in to comment.