Use postcard to serialize uart messages

This commit is contained in:
2023-05-21 11:11:28 +02:00
parent 481066a343
commit 5c68b483af
4 changed files with 93 additions and 29 deletions

View File

@ -10,7 +10,6 @@ tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false }
cortex-m = "0.7.6"
cortex-m-rt = "0.7"
embedded-hal = "0.2.5"
#panic-halt = "0.2.0"
usb-device = "0.2.9"
usbd-hid = "0.6.1"
static_cell = "1.0.0"
@ -36,6 +35,8 @@ heapless = "0.7.16"
once_cell = { version = "1.17.1", default-features = false }
atomic-polyfill = "1.0.2"
critical-section = "1.1.1"
crc-any = "2.4.3"
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
#[patch."https://git.nubo.sh/hulthe/tgnt.git"]
#tgnt = { path = "../tgnt" }