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/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rtic-macros/Cargo.toml') 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 = [] -- cgit v1.2.3