mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 22:35:19 +01:00
esp32c3 support
This commit is contained in:
parent
3b8d787a91
commit
2b2208e217
27 changed files with 525 additions and 60 deletions
|
|
@ -13,7 +13,8 @@ macro_rules! with_backend {
|
|||
#[cfg(any(
|
||||
feature = "cortex-m-source-masking",
|
||||
feature = "cortex-m-basepri",
|
||||
feature = "test-template"
|
||||
feature = "test-template",
|
||||
feature = "riscv-esp32c3"
|
||||
))]
|
||||
$($tokens)*
|
||||
};
|
||||
|
|
@ -107,6 +108,7 @@ with_backend! {
|
|||
#[cfg(not(any(
|
||||
feature = "cortex-m-source-masking",
|
||||
feature = "cortex-m-basepri",
|
||||
feature = "test-template"
|
||||
feature = "test-template",
|
||||
feature = "riscv-esp32c3"
|
||||
)))]
|
||||
compile_error!("Cannot compile. No backend feature selected.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue