Skip to content

Commit

Permalink
[Fixes #34] Lying foundations for release
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Oct 7, 2022
1 parent fcfb704 commit 32935d5
Show file tree
Hide file tree
Showing 100 changed files with 273 additions and 1,587,465 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ members = [
"hal",
"pac/*",
]

exclude = [
"boards/atsame70_xpro",

This comment has been minimized.

Copy link
@martinmortsell

martinmortsell Oct 13, 2022

Contributor

I'm not exactly sure what these two lines do, but removing them appear to broken the CI.
On the other hand, two of the atsame70_xpro examples aren't building, so maybe it should be broken.

"boards/atsamv71_xult"
"pac/templates"
]

1 change: 1 addition & 0 deletions pac/atsame70j19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70j19b"
description = "Peripheral access API for the ATSAME70J19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70j19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70j19b` for ATSAME70J19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70J19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70j20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70j20b"
description = "Peripheral access API for the ATSAME70J20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70j20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70j20b` for ATSAME70J20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70J20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70j21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70j21b"
description = "Peripheral access API for the ATSAME70J21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70j21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70j21b` for ATSAME70J21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70J21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70n19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70n19b"
description = "Peripheral access API for the ATSAME70N19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70n19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70n19b` for ATSAME70N19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70N19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70n20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70n20b"
description = "Peripheral access API for the ATSAME70N20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70n20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70n20b` for ATSAME70N20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70N20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70n21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70n21b"
description = "Peripheral access API for the ATSAME70N21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70n21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70n21b` for ATSAME70N21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70N21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70q19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70q19b"
description = "Peripheral access API for the ATSAME70Q19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70q19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70q19b` for ATSAME70Q19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70Q19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70q20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70q20b"
description = "Peripheral access API for the ATSAME70Q20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70q20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70q20b` for ATSAME70Q20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70Q20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsame70q21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsame70q21b"
description = "Peripheral access API for the ATSAME70Q21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsame70q21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsame70q21b` for ATSAME70Q21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAME70Q21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70j19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70j19b"
description = "Peripheral access API for the ATSAMS70J19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70j19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70j19b` for ATSAMS70J19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70J19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70j20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70j20b"
description = "Peripheral access API for the ATSAMS70J20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70j20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70j20b` for ATSAMS70J20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70J20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70j21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70j21b"
description = "Peripheral access API for the ATSAMS70J21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70j21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70j21b` for ATSAMS70J21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70J21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70n19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70n19b"
description = "Peripheral access API for the ATSAMS70N19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70n19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70n19b` for ATSAMS70N19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70N19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70n20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70n20b"
description = "Peripheral access API for the ATSAMS70N20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70n20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70n20b` for ATSAMS70N20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70N20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70n21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70n21b"
description = "Peripheral access API for the ATSAMS70N21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70n21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70n21b` for ATSAMS70N21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70N21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70q19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70q19b"
description = "Peripheral access API for the ATSAMS70Q19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70q19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70q19b` for ATSAMS70Q19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70Q19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70q20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70q20b"
description = "Peripheral access API for the ATSAMS70Q20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70q20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70q20b` for ATSAMS70Q20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70Q20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsams70q21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsams70q21b"
description = "Peripheral access API for the ATSAMS70Q21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsams70q21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsams70q21b` for ATSAMS70Q21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMS70Q21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv70j19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv70j19b"
description = "Peripheral access API for the ATSAMV70J19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv70j19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv70j19b` for ATSAMV70J19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV70J19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv70j20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv70j20b"
description = "Peripheral access API for the ATSAMV70J20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv70j20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv70j20b` for ATSAMV70J20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV70J20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv70n19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv70n19b"
description = "Peripheral access API for the ATSAMV70N19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv70n19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv70n19b` for ATSAMV70N19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV70N19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv70n20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv70n20b"
description = "Peripheral access API for the ATSAMV70N20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv70n20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv70n20b` for ATSAMV70N20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV70N20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv70q19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv70q19b"
description = "Peripheral access API for the ATSAMV70Q19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv70q19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv70q19b` for ATSAMV70Q19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV70Q19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv70q20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv70q20b"
description = "Peripheral access API for the ATSAMV70Q20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv70q20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv70q20b` for ATSAMV70Q20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV70Q20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv71j19b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv71j19b"
description = "Peripheral access API for the ATSAMV71J19B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv71j19b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv71j19b` for ATSAMV71J19B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV71J19B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv71j20b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv71j20b"
description = "Peripheral access API for the ATSAMV71J20B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv71j20b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv71j20b` for ATSAMV71J20B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV71J20B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
1 change: 1 addition & 0 deletions pac/atsamv71j21b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "atsamv71j21b"
description = "Peripheral access API for the ATSAMV71J21B MCU from Microchip (generated using svd2rust)"
version = "0.25.0"
license = "MIT OR Apache-2.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
Expand Down
3 changes: 3 additions & 0 deletions pac/atsamv71j21b/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Peripheral Access Crate `atsamv71j21b` for ATSAMV71J21B 32-bit MCU from Atmel/Microchip

This crate contains autogenerated code to access peripherals of ATSAMV71J21B generated from official SVD files from Microchip website using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool.
Loading

0 comments on commit 32935d5

Please sign in to comment.