Add CI and fix the rest of the readme
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user