Commit Graph

85 Commits

Author SHA1 Message Date
Robin Müller d39bbeb044
add license files 2022-06-18 22:47:10 +02:00
Robin Müller a525d45290
clippy 2022-06-18 21:50:40 +02:00
Robin Müller b938eff9cf
make spacepackets no_std 2022-06-18 21:50:22 +02:00
Robin Müller ac7a295c37
remove deku depndency from spacepackets crate 2022-06-18 19:55:17 +02:00
Robin Müller 921f82fb73
clippy 2022-06-18 19:53:04 +02:00
Robin Müller de660ad26c
added byte level check 2022-06-18 19:51:54 +02:00
Robin Müller 70ec75ff87
some more tests 2022-06-18 19:05:33 +02:00
Robin Müller a3b04364ef
fnished low level deserialization function 2022-06-18 18:45:21 +02:00
Robin Müller 5f8ac2a8f5
use same example packet as spacepackets python example 2022-06-18 15:03:26 +02:00
Robin Müller 75319496b5
use delegate, some minor fixes 2022-06-18 14:47:24 +02:00
Robin Müller 786ed44fb4
rename len function 2022-06-17 01:56:00 +02:00
Robin Müller 6598d3458f
ccsds length field calculation 2022-06-17 01:45:08 +02:00
Robin Müller e417384863
added function to copy to vec 2022-06-17 01:15:57 +02:00
Robin Müller 3075da0674
continue tc write impl 2022-06-16 18:34:04 +02:00
Robin Müller a4234b90b8 Merge pull request 'New CCSDS & ECSS Components' (#7) from workspace-spacepackets into main
Reviewed-on: rust/launchpad#7
2022-06-16 15:48:04 +02:00
Robin Müller 9b8c3b7f86 split up crate and create workspace 2022-06-16 15:45:22 +02:00
Robin Müller 31bf8ecdd9
some clippy stuff 2022-06-15 01:30:33 +02:00
Robin Müller 7f6adcfbc3
started writer function 2022-06-15 01:29:28 +02:00
Robin Müller 007cf06141
add CRC16 dependency, continued PUS TC impl 2022-06-15 00:58:58 +02:00
Robin Müller f07a1bbb62
add tc and tm module 2022-06-14 23:26:21 +02:00
Robin Müller 728796472d
example code of hk packets might look like 2022-06-14 19:16:38 +02:00
Robin Müller 8a3f53145b
cargo fmt 2022-06-14 17:56:22 +02:00
Robin Müller 2b4eb1c8b6
more tests 2022-06-14 17:55:59 +02:00
Robin Müller 933d946f68
improved module structure, new archive file 2022-06-14 17:39:13 +02:00
Robin Müller 7f369e1d5a
cargo fmt 2022-06-14 17:26:51 +02:00
Robin Müller 645b265742
added more tests for ccsds sp header impl 2022-06-14 17:26:29 +02:00
Robin Müller dcc29e1c5e
completed CcsdsPrimaryHeader impls 2022-06-14 15:10:45 +02:00
Robin Müller 99c827c507
new ccsds header trait and zerocopy support 2022-06-14 14:56:18 +02:00
Robin Müller 7e26427058
Merge remote-tracking branch 'origin/main' into serde 2022-06-14 11:29:15 +02:00
Robin Müller 5f100104a2
add zero copy dep 2022-06-14 11:28:50 +02:00
Robin Müller 4708481052
added first sp tests 2022-06-14 01:25:18 +02:00
Robin Müller d1e55cb058
added some deps for serde tests 2022-06-13 23:22:15 +02:00
Robin Müller 62bd90ed25
doc improvements 2022-06-12 21:22:48 +02:00
Robin Müller 4d7b047f11
docs and API improvements 2022-06-12 21:17:18 +02:00
Robin Müller 5deb192467
moved pool test code to external module 2022-06-12 20:04:49 +02:00
Robin Müller 8bb5988a3e Merge pull request 'Pool Implementation' (#5) from pool into main
Reviewed-on: rust/launchpad#5
2022-06-12 19:15:25 +02:00
Robin Müller 3bc581a127
finished pool unittests 2022-06-12 19:14:40 +02:00
Robin Müller 9cf7b2f2b0
added first unittests 2022-06-12 01:49:06 +02:00
Robin Müller 7ed3555489
finished basic implementation 2022-06-11 18:25:13 +02:00
Robin Müller 50612bf807
some more implementations 2022-06-11 18:14:57 +02:00
Robin Müller a8b190d5f7
init pool 2022-06-11 17:43:47 +02:00
Robin Müller 952c894c9e
added threaded obj man test 2022-06-11 14:05:20 +02:00
Robin Müller 6bc87746c6
typo 2022-06-11 12:37:54 +02:00
Robin Müller 9119357b7e Merge pull request 'Init Event Module' (#4) from events into main
Reviewed-on: rust/launchpad#4
2022-06-11 12:36:40 +02:00
Robin Müller ac6b9fc99c
improved docs 2022-06-11 12:30:20 +02:00
Robin Müller 64899939b4
added core docs 2022-06-11 12:27:03 +02:00
Robin Müller da30491cb9
added addiitonal run cfg 2022-06-11 02:01:40 +02:00
Robin Müller ab7ef418f6
clippy improvement 2022-06-11 02:00:44 +02:00
Robin Müller 8c94c5300d
finished event man tests 2022-06-11 01:59:39 +02:00
Robin Müller e813d7d51c
adding first unittest 2022-06-10 19:22:05 +02:00