Added comms traits

This commit is contained in:
Zachary Sunforge
2024-06-22 21:42:24 -07:00
parent a95cb64941
commit 9efeaa047d
5 changed files with 33 additions and 1 deletions

View File

@ -9,7 +9,7 @@ members = [
]
[workspace.package]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://git.bfpower.io/BFPOWER/physical"
readme = "README.md"
@ -76,6 +76,9 @@ version = "0.1.*"
[workspace.dependencies.embassy-executor]
version = "0.5.*"
features = ["defmt", "arch-cortex-m", "integrated-timers", "executor-interrupt", "executor-thread"]
[workspace.dependencies.embassy-usb]
version = "0.2.*"
features = ["defmt"]
[workspace.dependencies.embassy-stm32]
version = "0.1.*"
features = ["defmt", "unstable-pac"]