forked from atsamd-rs/atsamd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump PAC versions * update PAC changelogs * update PAC versions in the HAL * move HAL changelog to the hal crate
- Loading branch information
Showing
34 changed files
with
65 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|