Skip to content

Commit

Permalink
update doc links in the crates
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Sep 15, 2018
1 parent fac424d commit 53f931e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions boards/arduino_mkrzero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21g18a/arduino_mkrzero/"

[dependencies]
cortex-m = "~0.5"
Expand Down
3 changes: 2 additions & 1 deletion boards/gemma_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "gemma_m0"
version = "0.1.0"
version = "0.1.1"
authors = ["Wez Furlong <[email protected]>"]
description = "Board Support crate for the Adafruit Gemma M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21e18a/gemma_m0/"

[dependencies]
cortex-m = "~0.5"
Expand Down
3 changes: 2 additions & 1 deletion boards/metro_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "metro_m0"
version = "0.2.1"
version = "0.2.2"
authors = ["Wez Furlong <[email protected]>"]
description = "Board Support crate for the Adafruit Metro M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21g18a/metro_m0/"

[dependencies]
cortex-m = "~0.5"
Expand Down
3 changes: 2 additions & 1 deletion boards/samd21_mini/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "samd21_mini"
version = "0.1.0"
version = "0.1.1"
authors = ["Ze'ev Klapow <[email protected]>"]
description = "Board Support crate for the Sparkfun SAMD21 Mini Breakout"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21g18a/samd21_mini/"

[dependencies]
cortex-m = "~0.5"
Expand Down
3 changes: 2 additions & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "atsamd21-hal"
version = "0.2.1"
version = "0.2.2"
authors = ["Wez Furlong <[email protected]>"]
description = "HAL and Peripheral access API for ATSAMD21 microcontrollers"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21g18a/atsamd21_hal/"

[dependencies]
cortex-m = "~0.5"
Expand Down
3 changes: 2 additions & 1 deletion pac/atsamd21e18a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "atsamd21e18a"
description = "Peripheral access API for ATSAMD21E18A microcontrollers (generated using svd2rust)"
version = "0.3.1"
version = "0.3.2"
authors = ["Wez Furlong <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21e18a/atsamd21e18a/"

[dependencies]
bare-metal = "~0.2"
Expand Down
3 changes: 2 additions & 1 deletion pac/atsamd21g18a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "atsamd21g18a"
description = "Peripheral access API for ATSAMD21G18A microcontrollers (generated using svd2rust)"
version = "0.3.1"
version = "0.3.2"
authors = ["Wez Furlong <[email protected]>", "Blake Johnson <[email protected]>"]
keywords = ["no-std", "arm", "cortex-m"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wez/atsamd21-rs"
readme = "README.md"
documentation = "https://wez.github.io/atsamd21-rs/atsamd21g18a/atsamd21g18a/"

[dependencies]
bare-metal = "~0.2"
Expand Down

0 comments on commit 53f931e

Please sign in to comment.