From 98d2af9d73da56910c8bb6cb662fbc4d609a704a Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 7 Jul 2021 22:50:59 +0200 Subject: Fixing tests --- Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a138b51..a890330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,10 +31,6 @@ required-features = ["__v7"] name = "schedule" required-features = ["__v7"] -[[example]] -name = "t-cfg" -required-features = ["__v7"] - [[example]] name = "t-cfg-resources" required-features = ["__min_r1_43"] @@ -43,10 +39,6 @@ required-features = ["__min_r1_43"] name = "t-schedule" required-features = ["__v7"] -[[example]] -name = "types" -required-features = ["__v7"] - [[example]] name = "double_schedule" required-features = ["__v7"] -- cgit v1.2.3 From 8f3704378295fe8007290dbddbc1f4946ac599f9 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 8 Jul 2021 23:18:44 +0200 Subject: Cleanup from review (needs releases to compile) --- Cargo.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a890330..cfeb620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,10 +31,6 @@ required-features = ["__v7"] name = "schedule" required-features = ["__v7"] -[[example]] -name = "t-cfg-resources" -required-features = ["__min_r1_43"] - [[example]] name = "t-schedule" required-features = ["__v7"] @@ -46,14 +42,16 @@ required-features = ["__v7"] [dependencies] cortex-m = "0.7.0" cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.4" } -rtic-monotonic = "0.1.0-alpha.1" +# rtic-monotonic = "0.1.0-alpha.2" +rtic-monotonic = { path = "../rtic-monotonic" } rtic-core = "0.3.1" heapless = "0.6.1" bare-metal = "1.0.0" generic-array = "0.14" [dependencies.dwt-systick-monotonic] -version = "0.1.0-alpha.2" +# version = "0.1.0-alpha.3" +path = "../dwt-systick-monotonic" optional = true [build-dependencies] @@ -73,7 +71,6 @@ trybuild = "1" [features] # used for testing this crate; do not use in applications __v7 = ["dwt-systick-monotonic"] -__min_r1_43 = [] [profile.release] codegen-units = 1 -- cgit v1.2.3 From 697ab31e6ed4a44bdaff45ebfdf0d429b0e467b8 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 8 Jul 2021 23:22:23 +0200 Subject: Final versions --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cfeb620..f1429db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,16 +42,14 @@ required-features = ["__v7"] [dependencies] cortex-m = "0.7.0" cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.4" } -# rtic-monotonic = "0.1.0-alpha.2" -rtic-monotonic = { path = "../rtic-monotonic" } +rtic-monotonic = "0.1.0-alpha.2" rtic-core = "0.3.1" heapless = "0.6.1" bare-metal = "1.0.0" generic-array = "0.14" [dependencies.dwt-systick-monotonic] -# version = "0.1.0-alpha.3" -path = "../dwt-systick-monotonic" +version = "0.1.0-alpha.3" optional = true [build-dependencies] -- cgit v1.2.3 From f3d9fd9b638a25b497e1ca02e7ce5de86c9fc1c9 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Fri, 9 Jul 2021 12:52:35 +0200 Subject: Update changelog and version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f1429db..a0b9c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "cortex-m-rtic" readme = "README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "0.6.0-alpha.4" +version = "0.6.0-alpha.5" [lib] name = "rtic" -- cgit v1.2.3