Update to v2
This commit is contained in:
+3
-2
@@ -12,12 +12,13 @@ members = ["testsuite"]
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.0"
|
||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||
cortex-m-rtic = "1.1"
|
||||
cortex-m = "0.7"
|
||||
# TODO select the correct rtic backend
|
||||
rtic = { version = "2.0.0-alpha.1", features = [ "correct-rtic-backend" ] }
|
||||
# TODO enter your HAL here
|
||||
# some-hal = "1.2.3"
|
||||
# TODO add a monotonic if you use scheduling
|
||||
# some-monotonic = "1.2.3"
|
||||
# rtic-monotonics = { version = "2.0.0-alpha.1", features = [ "cortex-m-systick" ]}
|
||||
|
||||
# cargo build/run
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user