mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
v2.0 release
This commit is contained in:
parent
1e4977152a
commit
c3884e212c
8 changed files with 21 additions and 21 deletions
|
|
@ -10,12 +10,12 @@ edition = "2021"
|
|||
|
||||
[dependencies.rtic]
|
||||
path = "../../rtic"
|
||||
version = "=2.0.0-alpha.2"
|
||||
version = "2.0.0"
|
||||
features = ["thumbv6-backend"]
|
||||
|
||||
[dependencies.rtic-monotonics]
|
||||
path = "../../rtic-monotonics"
|
||||
version = "=1.0.0-alpha.2"
|
||||
version = "1.0.0"
|
||||
features = ["rp2040"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -9,18 +9,18 @@ version = "0.1.0"
|
|||
|
||||
[dependencies.rtic]
|
||||
path = "../../rtic"
|
||||
version = "=2.0.0-alpha.2"
|
||||
version = "2.0.0"
|
||||
features = ["thumbv7-backend"]
|
||||
|
||||
[dependencies.rtic-monotonics]
|
||||
path = "../../rtic-monotonics"
|
||||
version = "=1.0.0-alpha.2"
|
||||
version = "1.0.0"
|
||||
features = ["cortex-m-systick"]
|
||||
|
||||
[dependencies]
|
||||
embedded-hal = "0.2.7"
|
||||
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
|
||||
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
|
||||
rtt-target = { version = "0.4.0" }
|
||||
|
||||
[dependencies.stm32f3xx-hal]
|
||||
features = ["stm32f303xc", "rt"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue