From 183e73904a5d14e29f8a7edbb2d9553dddb736af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas=20Rodr=C3=ADguez?= Date: Wed, 23 Oct 2024 18:50:12 +0200 Subject: Prepare for new riscv ecosystem --- rtic-macros/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtic-macros/Cargo.toml') diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 8611472..d4791b6 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -40,6 +40,8 @@ riscv-esp32c3 = [] # riscv-clic = [] # riscv-ch32 = [] riscv-slic = [] +riscv-clint = ["riscv-slic"] +riscv-mecall= ["riscv-slic"] # backend API test test-template = [] -- cgit v1.2.3