From 4442c4692634c90ba60653d42d72f9f259ae1a16 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 20 Feb 2023 20:56:18 +0100 Subject: Update backend features to be more clear --- rtic-macros/Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'rtic-macros/Cargo.toml') diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index bdc2c12..94aa88b 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -23,16 +23,15 @@ proc-macro = true [features] default = [] -debugprint = [] # list of supported codegen backends -cortex_m_source_masking = [] -cortex_m_basepri = [] -# riscv_clic = [] -# riscv_ch32 = [] +cortex-m-source-masking = [] +cortex-m-basepri = [] +# riscv-clic = [] +# riscv-ch32 = [] # backend API test -test_template = [] +test-template = [] [dependencies] indexmap = "1.9.2" -- cgit v1.2.3