aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-09-22 13:22:45 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-09-23 16:11:04 +0200
commitb71df58f2fb4ed85d4c8cf806d5837ce63c73f31 (patch)
treede4cbe4b43d399d4dcf2021c33225ccd00627434 /Cargo.toml
parentc8621d78b9b1c0c67dff31404ade873a9d7b426e (diff)
The great docs update
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