mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
RP2040 monotonic, rename systick monotonic to not have double name
This commit is contained in:
parent
d248dddf7b
commit
8963e0e27a
4 changed files with 152 additions and 1 deletions
|
|
@ -23,7 +23,12 @@ fugit = { version = "0.3.6", features = ["defmt"] }
|
|||
rtic-time = { version = "1.0.0-alpha.0", path = "../rtic-time" }
|
||||
atomic-polyfill = "1"
|
||||
cfg-if = "1.0.0"
|
||||
rp2040-pac = { version = ">=0.2.0,<0.5", optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
systick_100hz = []
|
||||
systick_10khz = []
|
||||
|
||||
rp2040 = ["dep:rp2040-pac"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue