aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-02-19 14:30:49 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:20 +0100
commitb9e0f36aff96ec4e39cf4f728777cbc808df2c78 (patch)
tree16e4e92c32d1bf9a9ec70d35d950bcf149b7eafd /rtic-macros/Cargo.toml
parent60f0342b697cdddbab9c0e8c6d772bc7aab9de38 (diff)
Add feature flags
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index 12cd0d9..bdc2c12 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -26,10 +26,13 @@ default = []
debugprint = []
# list of supported codegen backends
-thumbv6 = []
-thumbv7 = []
-# riscv-clic = []
-# riscv-ch32 = []
+cortex_m_source_masking = []
+cortex_m_basepri = []
+# riscv_clic = []
+# riscv_ch32 = []
+
+# backend API test
+test_template = []
[dependencies]
indexmap = "1.9.2"