From 2b2208e217a96086696bd6f36cff2a6cd4c4ac9f Mon Sep 17 00:00:00 2001 From: onsdagens Date: Wed, 27 Sep 2023 21:39:35 +0200 Subject: esp32c3 support --- 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 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 = [] -- cgit v1.2.3