aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-08-27 11:21:56 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-01 14:50:06 +0000
commit76cf14c520091d00985f845203580e14c611ed14 (patch)
tree786278fef57314138f4a50eb59be0dac8a9deb5f /Cargo.toml
parentc5e6d1fa49e3596227a8ee8fe89e2e4f66db3169 (diff)
Brutally yank out multicore
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d956113..f7567a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,8 +77,6 @@ version = "0.5.2"
trybuild = "1"
[features]
-heterogeneous = ["cortex-m-rtic-macros/heterogeneous", "microamp"]
-homogeneous = ["cortex-m-rtic-macros/homogeneous"]
# used for testing this crate; do not use in applications
__v7 =[]
__min_r1_43 =[]
@@ -89,8 +87,6 @@ lto = true
[workspace]
members = [
- "heterogeneous",
- "homogeneous",
"macros",
]