From b9e0f36aff96ec4e39cf4f728777cbc808df2c78 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 19 Feb 2023 14:30:49 +0100 Subject: Add feature flags --- rtic-macros/Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'rtic-macros/Cargo.toml') diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 12cd0d9..bdc2c12 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -26,10 +26,13 @@ default = [] debugprint = [] # list of supported codegen backends -thumbv6 = [] -thumbv7 = [] -# riscv-clic = [] -# riscv-ch32 = [] +cortex_m_source_masking = [] +cortex_m_basepri = [] +# riscv_clic = [] +# riscv_ch32 = [] + +# backend API test +test_template = [] [dependencies] indexmap = "1.9.2" -- cgit v1.2.3