-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
51 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 10.0.1 | ||
|
||
* Bump dependencies `rtic-monotonic` to `0.1.0-rc.1` and `cortex-m-rtic` to `0.6.0-rc.2`. | ||
|
||
* Change Cargo feature resolver to `resolver = "2"` | ||
|
||
--- | ||
|
||
Changelog tracking started at v0.10.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,13 +1,14 @@ | ||
[package] | ||
name = "feather_m0" | ||
version = "0.10.0" | ||
version = "0.10.1" | ||
authors = ["Ben Bergman <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Feather M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/atsamd-rs/atsamd" | ||
readme = "README.md" | ||
edition = "2018" | ||
resolver = "2" | ||
|
||
[dependencies] | ||
cortex-m = "0.6" | ||
|
@@ -40,7 +41,11 @@ version = "0.3" | |
optional = true | ||
|
||
[dependencies.rtic-monotonic] | ||
version = "=0.1.0-alpha.2" | ||
version = "=0.1.0-rc.1" | ||
optional = true | ||
|
||
[dependencies.cortex-m-rtic] | ||
version = "=0.6.0-rc.2" | ||
optional = true | ||
|
||
[dev-dependencies] | ||
|
@@ -54,9 +59,6 @@ heapless = "0.5" | |
panic-halt = "0.2" | ||
panic-semihosting = "0.5" | ||
|
||
[dev-dependencies.cortex-m-rtic] | ||
version = "0.6.0-alpha.5" | ||
|
||
[features] | ||
# ask the HAL to enable atsamd21g support | ||
default = ["rt", "atsamd-hal/samd21g"] | ||
|
@@ -73,7 +75,7 @@ max-channels = ["dma", "atsamd-hal/max-channels"] | |
# Enable pins for the adalogger SD card reader | ||
adalogger = [] | ||
sdmmc = ["embedded-sdmmc", "atsamd-hal/sdmmc"] | ||
rtic = ["atsamd-hal/rtic", "rtic-monotonic"] | ||
rtic = ["atsamd-hal/rtic", "rtic-monotonic", "cortex-m-rtic"] | ||
use_semihosting = [] | ||
|
||
[profile.dev] | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 10.0.1 | ||
|
||
* Bump dependencies `rtic-monotonic` to `0.1.0-rc.1` and `cortex-m-rtic` to `0.6.0-rc.2`. | ||
|
||
--- | ||
|
||
Changelog tracking started at v0.10.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,6 +1,6 @@ | ||
[package] | ||
name = "metro_m0" | ||
version = "0.10.0" | ||
version = "0.10.1" | ||
authors = ["Wez Furlong <[email protected]>"] | ||
description = "Board Support crate for the Adafruit Metro M0" | ||
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"] | ||
|
@@ -24,7 +24,7 @@ version = "0.13" | |
default-features = false | ||
|
||
[dependencies.rtic-monotonic] | ||
version = "=0.1.0-alpha.2" | ||
version = "=0.1.0-rc.1" | ||
optional = true | ||
|
||
[dependencies.usb-device] | ||
|
@@ -40,7 +40,7 @@ panic-halt = "0.2" | |
panic_rtt = "0.2" | ||
panic-semihosting = "0.5" | ||
cortex-m-semihosting = "0.3" | ||
cortex-m-rtic = "=0.6.0-alpha.5" | ||
cortex-m-rtic = "=0.6.0-rc.2" | ||
sx1509 = "0.2" | ||
|
||
[features] | ||
|
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