Skip to content

Commit

Permalink
PAC version bump (atsamd-rs#518)
Browse files Browse the repository at this point in the history
* bump PAC versions

* update PAC changelogs

* update PAC versions in the HAL

* move HAL changelog to the hal crate
  • Loading branch information
TDHolmes authored Oct 17, 2021
1 parent 3d5a4b2 commit 62801ca
Show file tree
Hide file tree
Showing 34 changed files with 65 additions and 32 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md → hal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased Changes

- Update PACs to v0.11.0 (#518)
- Improve the `bsp_pins!` macro (#475 & #483)
- Add undocumented but valid IOSet for ATSAMD5x/ATSAME5x (#506)
- Fixed the RTC implementation of embedded-hal timer traits to be periodic again (#490)
Expand Down
32 changes: 16 additions & 16 deletions hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,82 +61,82 @@ version = "1.0"
# We use a feature named "samdFOO" to pull in the dependency named "atsamdFOO"
[dependencies.atsamd11c]
path = "../pac/atsamd11c"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd11d]
path = "../pac/atsamd11d"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd21e]
path = "../pac/atsamd21e"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd21g]
path = "../pac/atsamd21g"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd21j]
path = "../pac/atsamd21j"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd51g]
path = "../pac/atsamd51g"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd51j]
path = "../pac/atsamd51j"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd51n]
path = "../pac/atsamd51n"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsamd51p]
path = "../pac/atsamd51p"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame51g]
path = "../pac/atsame51g"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame51j]
path = "../pac/atsame51j"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame51n]
path = "../pac/atsame51n"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame53j]
path = "../pac/atsame53j"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame53n]
path = "../pac/atsame53n"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame54n]
path = "../pac/atsame54n"
version = "0.10"
version = "0.11"
optional = true

[dependencies.atsame54p]
path = "../pac/atsame54p"
version = "0.10"
version = "0.11"
optional = true

[dependencies.embedded-sdmmc]
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd11c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd11c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd11c"
description = "Peripheral access API for ATSAMD11C microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Jesse Braham <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd11d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd11d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd11d"
description = "Peripheral access API for ATSAMD11D microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Victor Koenders <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd21e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd21e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd21e"
description = "Peripheral access API for ATSAMD21E microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Wez Furlong <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd21g/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd21g/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd21g"
description = "Peripheral access API for ATSAMD21G microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Wez Furlong <[email protected]>", "Blake Johnson <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd21j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd21j/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd21j"
description = "Peripheral access API for ATSAMD21J microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Wez Furlong <[email protected]>", "Paul Sajna <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd51g/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd51g/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd51g"
description = "Peripheral access API for ATSAMD51G microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Wez Furlong <[email protected]>", "Tony Arcieri <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd51j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd51j/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd51j"
description = "Peripheral access API for ATSAMD51J microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Wez Furlong <[email protected]>", "Paul Sajna <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd51n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd51n/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd51n"
description = "Peripheral access API for ATSAMD51N microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = [
"Wez Furlong <[email protected]>",
"Paul Sajna <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions pac/atsamd51p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsamd51p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsamd51p"
description = "Peripheral access API for ATSAMD51P microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Jesse Braham <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame51g/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame51g/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame51g"
description = "Peripheral access API for ATSAME51G microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Karsten Große <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame51j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame51j/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame51j"
description = "Peripheral access API for ATSAME51J microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Karsten Große <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame51n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame51n/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame51n"
description = "Peripheral access API for ATSAME51N microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Karsten Große <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame53j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame53j/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame53j"
description = "Peripheral access API for ATSAME53J microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Karsten Große <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame53n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame53n/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame53n"
description = "Peripheral access API for ATSAME53N microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Karsten Große <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame54n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame54n/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame54n"
description = "Peripheral access API for ATSAME54N microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = ["Karsten Große <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions pac/atsame54p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.11.0

* Bump `cortex-m`/`cortex-m-rt` dependencies to fix a build issue

---
Expand Down
2 changes: 1 addition & 1 deletion pac/atsame54p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atsame54p"
description = "Peripheral access API for ATSAME54P microcontrollers (generated using svd2rust)"
version = "0.10.0"
version = "0.11.0"
authors = [
"Wez Furlong <[email protected]>",
"Paul Sajna <[email protected]>",
Expand Down

0 comments on commit 62801ca

Please sign in to comment.