Commit Graph

53 Commits

Author SHA1 Message Date
bbd66a6a8b added a lot of inline attrs
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-04-03 21:56:26 +02:00
3045a27d8c just add support for everything
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
2024-03-29 13:42:02 +01:00
fc18a01b4c more tests
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-12-05 13:50:10 +01:00
08b1ddc41d oh shit gotta go
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-12-05 10:08:19 +01:00
65d3b4e4e5 added NAK PDU impl
Some checks failed
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-11-27 17:48:05 +01:00
fdf6e1de90 added ACK PDU impl
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-11-26 21:24:24 +01:00
a23e5107f2 fmt
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-11-25 18:16:21 +01:00
7650429c5b custom impl for CommonPduConfig PartialEq
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-11-24 17:09:23 +01:00
b8d6cf9d85 improvements for writable abstractions
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-11-24 16:15:46 +01:00
e6408f74c1 new trait is public now
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-11-11 18:48:48 +01:00
18d650316c introduce new writable PDU packet abstraction
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
2023-11-11 18:17:41 +01:00
6c201206cc set direction field correctly
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
2023-10-06 14:54:11 +02:00
2a11359a81 Merge branch 'main' into size-missmatch-struct-variant
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-08-28 17:01:14 +02:00
3206af690c well that was a lot
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
2023-08-18 10:09:32 +02:00
805065a7b9 cargo fmt
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-08-17 22:13:00 +02:00
f208a9b0f0 fixed a test
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-08-17 21:24:12 +02:00
c96a86a994 this should be better 2023-08-17 21:22:49 +02:00
9dfc593d2a fixes for pdu error enum 2023-08-17 21:04:27 +02:00
965541e422 getter function for datafield len 2023-08-17 20:41:45 +02:00
1789cff2b8 why is this still not a test
Some checks are pending
Rust/spacepackets/pipeline/head Build queued...
2023-08-16 18:16:43 +02:00
a3bab2619c compile fix
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-08-10 21:28:27 +02:00
70815fa1e3 Merge remote-tracking branch 'origin/main' into pdu-conf-tweaK
Some checks failed
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-08-10 21:06:56 +02:00
a3da71668f also added a unittest
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
2023-08-10 20:22:07 +02:00
17296ade19 fmt
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-08-10 20:04:50 +02:00
02098977a5 added pdu conf src and dest id setter 2023-08-10 19:55:42 +02:00
105c598c53 some more extensions for PDU impl
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
2023-07-26 23:27:40 +02:00
041959e546 no error handling necessary here
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-26 22:00:03 +02:00
cc1ec56b33 change for common pdu conf
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
2023-07-25 00:42:31 +02:00
c85177ece9 API update
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-05 19:07:31 +02:00
ef4244c8cb better name for function
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-02 20:57:50 +02:00
895080bbc0 add crc serialization for all packets
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-06-12 13:00:58 +02:00
e48c2fe368 some docs 2023-06-12 04:13:41 +02:00
02675ba086 first basic Finished PDU impl 2023-06-12 03:57:38 +02:00
006bc39ff6 finished basic EOF unittests
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-06-08 20:50:18 +02:00
ab5c28d304 finish PDU
Some checks failed
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-06-08 16:51:22 +02:00
912c03b5c7 base line EOF model
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-06-07 01:12:07 +02:00
81eb8e7887 continue file data PDU
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-05-30 15:36:02 +02:00
5c3c9a9bde add test run config
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-05-30 11:09:41 +02:00
9d758cce45 first basic fd PDU impl
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-05-30 00:16:16 +02:00
3166a280bc metadata PDU done 2023-05-29 23:38:07 +02:00
bf4e841499 added correct PDU datafield length handling
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-05-29 14:28:15 +02:00
ce0848dc28 base line metadata PDU impl done 2023-05-29 13:46:19 +02:00
e13183764e continue metadata PDU tests 2023-05-29 01:29:04 +02:00
e343faa1c5 clippy fixes
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-05-21 20:30:16 +02:00
f6e309d2ee docs and stuff
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-05-19 00:42:31 +02:00
b37d932e4f TLV and TV abstractions complete
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
2023-05-18 15:01:08 +02:00
0c085ef27b added basic TLV impl 2023-05-18 14:05:51 +02:00
d5a3e7c0d4 PDU header base impl done
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-05-18 13:32:45 +02:00
02bae5de6c almost completed PDU header impl 2023-05-18 11:08:46 +02:00
0a3848d0a2 add more tests 2023-05-18 00:46:58 +02:00