Update to v2

This commit is contained in:
datdenkikniet
2023-04-22 22:04:30 +02:00
parent fb03cda302
commit 1b3f6cc68f
4 changed files with 44 additions and 18 deletions
+3 -2
View File
@@ -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]