aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
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"