Use postcard to serialize uart messages
This commit is contained in:
@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user