Add CI and fix the rest of the readme

This commit is contained in:
datdenkikniet
2023-05-01 13:37:29 +02:00
parent 6f2fbf49b9
commit 27d65b82e0
7 changed files with 80 additions and 10 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ version = "0.1.0"
[dependencies]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
defmt = { version = "0.3", features = ["encoding-rzcobs"]
defmt = { version = "0.3", features = ["encoding-rzcobs"] }
defmt-brtt = { version = "0.1", default-features = false, features = ["rtt"] }
panic-probe = { version = "0.3", features = ["print-defmt"] }
# TODO select the correct rtic backend
rtic = { version = "2.0.0-alpha.1", features = [ "correct-rtic-backend" ] }
rtic = { version = "2.0.0-alpha.1", features = [ "$RTIC_BACKEND" ] }
# TODO enter your HAL here
# some-hal = "1.2.3"
# TODO add a monotonic if you use scheduling