From b97bc791260554edfd79dbd84c05815bef26b636 Mon Sep 17 00:00:00 2001 From: Wouter Geraedts Date: Tue, 9 Apr 2024 15:01:27 +0200 Subject: Added esp32c6 support and example --- rtic-macros/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtic-macros/src/lib.rs') diff --git a/rtic-macros/src/lib.rs b/rtic-macros/src/lib.rs index ff32f24..f506893 100644 --- a/rtic-macros/src/lib.rs +++ b/rtic-macros/src/lib.rs @@ -15,6 +15,7 @@ macro_rules! with_backend { feature = "cortex-m-basepri", feature = "test-template", feature = "riscv-esp32c3", + feature = "riscv-esp32c6", feature = "riscv-slic", ))] $($tokens)* @@ -118,6 +119,7 @@ with_backend! { feature = "cortex-m-basepri", feature = "test-template", feature = "riscv-esp32c3", + feature = "riscv-esp32c6", feature = "riscv-slic", )))] compile_error!("Cannot compile. No backend feature selected."); -- cgit v1.2.3