mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
add "nightly" feature
This commit is contained in:
parent
c91b14bcd4
commit
88078e7770
5 changed files with 248 additions and 87 deletions
|
|
@ -51,6 +51,7 @@ features = ["exit"]
|
|||
version = "0.5.1"
|
||||
|
||||
[features]
|
||||
nightly = ["cortex-m-rtfm-macros/nightly", "heapless/const-fn"]
|
||||
timer-queue = ["cortex-m-rtfm-macros/timer-queue"]
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue