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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index ade6842..e88d1bc 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -33,9 +33,11 @@ default = []
# list of supported codegen backends
cortex-m-source-masking = []
cortex-m-basepri = []
+riscv-esp32c3 = []
# riscv-clic = []
# riscv-ch32 = []
+
# backend API test
test-template = []