aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-25 17:09:54 +0000
committerGitHub <noreply@github.com>2021-09-25 17:09:54 +0000
commitf0c319982524988fa67cac3c59a4a4a863c409c9 (patch)
treede4cbe4b43d399d4dcf2021c33225ccd00627434 /Cargo.toml
parentc8621d78b9b1c0c67dff31404ade873a9d7b426e (diff)
parentb71df58f2fb4ed85d4c8cf806d5837ce63c73f31 (diff)
Merge #528
528: The great 0.6 docs update r=AfoHT a=korken89 Closes #530 Closes #527 Closes #487 Closes #461 Closes #448 Closes #440 Closes #422 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml31
1 files changed, 2 insertions, 29 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5506a58..db55060 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,44 +19,21 @@ version = "0.6.0-alpha.5"
[lib]
name = "rtic"
-[[example]]
-name = "periodic"
-required-features = ["__v7"]
-
-[[example]]
-name = "pool"
-required-features = ["__v7"]
-
-[[example]]
-name = "schedule"
-required-features = ["__v7"]
-
-[[example]]
-name = "t-schedule"
-required-features = ["__v7"]
-
-[[example]]
-name = "double_schedule"
-required-features = ["__v7"]
-
[dependencies]
cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.5" }
rtic-monotonic = "0.1.0-alpha.2"
rtic-core = "0.3.1"
-heapless = "0.7.5"
+heapless = "0.7.7"
bare-metal = "1.0.0"
-[dependencies.dwt-systick-monotonic]
-version = "0.1.0-alpha.3"
-optional = true
-
[build-dependencies]
version_check = "0.9"
[dev-dependencies]
lm3s6965 = "0.1.3"
cortex-m-semihosting = "0.3.3"
+systick-monotonic = "0.1.0-alpha.0"
[dev-dependencies.panic-semihosting]
features = ["exit"]
@@ -65,10 +42,6 @@ version = "0.5.2"
[target.x86_64-unknown-linux-gnu.dev-dependencies]
trybuild = "1"
-[features]
-# used for testing this crate; do not use in applications
-__v7 = ["dwt-systick-monotonic"]
-
[profile.release]
codegen-units = 1
lto = true