From b938eff9cf2a5fbb428906cb781f8543457e2050 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 18 Jun 2022 21:50:22 +0200 Subject: [PATCH] make spacepackets no_std --- .idea/runConfigurations/Examples.xml | 18 +++ .idea/runConfigurations/Test.xml | 1 - Cargo.lock | 140 +----------------- fsrc-core/Cargo.toml | 5 - spacepackets/Cargo.toml | 24 ++- .../{src/main.rs => examples/test.rs} | 0 spacepackets/src/ecss.rs | 2 +- spacepackets/src/lib.rs | 10 +- spacepackets/src/tc.rs | 20 +-- 9 files changed, 60 insertions(+), 160 deletions(-) create mode 100644 .idea/runConfigurations/Examples.xml rename spacepackets/{src/main.rs => examples/test.rs} (100%) diff --git a/.idea/runConfigurations/Examples.xml b/.idea/runConfigurations/Examples.xml new file mode 100644 index 0000000..e63f661 --- /dev/null +++ b/.idea/runConfigurations/Examples.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test.xml b/.idea/runConfigurations/Test.xml index 9f2b663..15edb2f 100644 --- a/.idea/runConfigurations/Test.xml +++ b/.idea/runConfigurations/Test.xml @@ -7,7 +7,6 @@