diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-02-20 20:56:18 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:21 +0100 |
| commit | 4442c4692634c90ba60653d42d72f9f259ae1a16 (patch) | |
| tree | 9d9febd21d6caf64011c30404808efb043028181 /rtic-macros/Cargo.toml | |
| parent | 9552790dcc5c8469c6c297b0277a83d2c145b56b (diff) | |
Update backend features to be more clear
Diffstat (limited to 'rtic-macros/Cargo.toml')
| -rw-r--r-- | rtic-macros/Cargo.toml | 11 |
1 files changed, 5 insertions, 6 deletions
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" |
