Skip to content

Commit 32935d5

Browse files
committed
[Fixes #34] Lying foundations for release
1 parent fcfb704 commit 32935d5

File tree

100 files changed

+273
-1587465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+273
-1587465
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ members = [
33
"hal",
44
"pac/*",
55
]
6+
67
exclude = [
7-
"boards/atsame70_xpro",
8-
"boards/atsamv71_xult"
8+
"pac/templates"
99
]
10+

pac/atsame70j19b/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "atsame70j19b"
33
description = "Peripheral access API for the ATSAME70J19B MCU from Microchip (generated using svd2rust)"
44
version = "0.25.0"
5+
license = "MIT OR Apache-2.0"
56
authors = ["Michal Fita <[email protected]>", "Viktor Sonesten <[email protected]>"]
67
categories = ["no-std", "embedded", "hardware-support"]
78
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]

pac/atsame70j19b/README.md

Lines changed: 3 additions & 0 deletions

pac/atsame70j20b/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "atsame70j20b"
33
description = "Peripheral access API for the ATSAME70J20B MCU from Microchip (generated using svd2rust)"
44
version = "0.25.0"
5+
license = "MIT OR Apache-2.0"
56
authors = ["Michal Fita <[email protected]>", "Viktor Sonesten <[email protected]>"]
67
categories = ["no-std", "embedded", "hardware-support"]
78
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]

pac/atsame70j20b/README.md

Lines changed: 3 additions & 0 deletions

pac/atsame70j21b/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "atsame70j21b"
33
description = "Peripheral access API for the ATSAME70J21B MCU from Microchip (generated using svd2rust)"
44
version = "0.25.0"
5+
license = "MIT OR Apache-2.0"
56
authors = ["Michal Fita <[email protected]>", "Viktor Sonesten <[email protected]>"]
67
categories = ["no-std", "embedded", "hardware-support"]
78
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]

pac/atsame70j21b/README.md

Lines changed: 3 additions & 0 deletions

pac/atsame70n19b/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "atsame70n19b"
33
description = "Peripheral access API for the ATSAME70N19B MCU from Microchip (generated using svd2rust)"
44
version = "0.25.0"
5+
license = "MIT OR Apache-2.0"
56
authors = ["Michal Fita <[email protected]>", "Viktor Sonesten <[email protected]>"]
67
categories = ["no-std", "embedded", "hardware-support"]
78
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]

pac/atsame70n19b/README.md

Lines changed: 3 additions & 0 deletions

pac/atsame70n20b/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "atsame70n20b"
33
description = "Peripheral access API for the ATSAME70N20B MCU from Microchip (generated using svd2rust)"
44
version = "0.25.0"
5+
license = "MIT OR Apache-2.0"
56
authors = ["Michal Fita <[email protected]>", "Viktor Sonesten <[email protected]>"]
67
categories = ["no-std", "embedded", "hardware-support"]
78
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]

0 commit comments

Comments
 (0)