aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorWouter Geraedts <git@woutergeraedts.nl>2024-04-09 15:01:27 +0200
committerHenrik Tjäder <henrik@tjaders.com>2025-04-07 21:11:21 +0000
commitb97bc791260554edfd79dbd84c05815bef26b636 (patch)
treea0ba46cb89b1a86c545e1be3ad9312efd92a8046 /rtic-macros/Cargo.toml
parent5a8ff70f854c0d6fef3e5b7be12b750aab37b9f2 (diff)
Added esp32c6 support and example
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index d4791b6..a7d9133 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -37,6 +37,7 @@ default = []
cortex-m-source-masking = []
cortex-m-basepri = []
riscv-esp32c3 = []
+riscv-esp32c6 = []
# riscv-clic = []
# riscv-ch32 = []
riscv-slic = []