aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authoronsdagens <pawdzi-7@student.ltu.se>2023-09-27 21:39:35 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-09-27 19:50:13 +0000
commit2b2208e217a96086696bd6f36cff2a6cd4c4ac9f (patch)
treec17d993fd70954663c0f0ffb6b6afed5228f9714 /rtic-macros/Cargo.toml
parent3b8d787a917a7a39b28bea85ba2b3a86539e0852 (diff)
esp32c3 support
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 = []