make spacepackets no_std

This commit is contained in:
2022-06-18 21:50:22 +02:00
parent ac7a295c37
commit b938eff9cf
9 changed files with 60 additions and 160 deletions

View File

@ -9,8 +9,3 @@ edition = "2021"
thiserror = "1.0"
bus = "2.2.3"
num = "0.4"
heapless = "0.7.13"
postcard = { version = "0.7.3", features = ["use-std"] }
serde = "1.0.137"
deku = "0.13"
zerocopy = "0.6.1"