aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-06-11 18:21:01 +0200
committerGitHub <noreply@github.com>2020-06-11 18:21:01 +0200
commit4397fbf76285658a108b0f17665f4024d97cfcb3 (patch)
tree59a538e35f168e07d879c79e70a77ba4f737878a /Cargo.toml
parent28e963488fe487f3894e80de07bad08a148f5aa0 (diff)
parent5f61f7b75fa049af0f21576232c3d45022a8af77 (diff)
Merge pull request #319 from AfoHT/fixoddex
Use cargo feature instead of conditional compilation hacks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 603129a..fbc56c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,10 @@ name = "t-cfg"
required-features = ["__v7"]
[[example]]
+name = "t-cfg-resources"
+required-features = ["__min_r1_43"]
+
+[[example]]
name = "t-schedule"
required-features = ["__v7"]
@@ -77,6 +81,7 @@ heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"]
homogeneous = ["cortex-m-rtfm-macros/homogeneous"]
# used for testing this crate; do not use in applications
__v7 =[]
+__min_r1_43 =[]
[profile.release]
codegen-units = 1