Commit Graph

43 Commits

Author SHA1 Message Date
Robin Mueller 8fd46f6a30 refactor and improve ECSS module 2025-09-10 15:28:58 +02:00
Robin Mueller 60e35559e5 start making ECSS checksum optional 2025-09-09 16:14:11 +02:00
muellerr 160b1dedf9 improvement for naming 2025-08-26 16:16:54 +02:00
Robin Mueller 3d344c11cc add PUS A support 2025-08-13 17:04:39 +02:00
muellerr 5cd5c1ce6d reserved data variants for ECSS TM and TC 2025-05-16 19:04:23 +02:00
muellerr 9c8467ccfe one more test fix 2025-05-10 14:30:00 +02:00
muellerr 8f4351771b API variants which use table-less CRC 2025-05-10 13:58:10 +02:00
muellerr 60d1f77844 bugfix due to operator precendence and clippy fixes 2025-03-21 14:46:13 +01:00
muellerr 48247a0a87 bump thiserror and zerocopy 2024-11-08 11:13:41 +01:00
muellerr 8e1934e604 prepare release v0.11.0
Rust/spacepackets/pipeline/head This commit looks good
2024-04-16 19:15:04 +02:00
muellerr 50b86939a1 this API is a bit more ergonomic
Rust/spacepackets/pipeline/head This commit looks good
2024-04-04 12:07:37 +02:00
muellerr deb89362a4 More smaller tweaks
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-04-04 11:47:39 +02:00
muellerr bbd66a6a8b added a lot of inline attrs
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
muellerr 325e7d6ff3 unify CCSDS API as well
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-04-03 18:47:00 +02:00
muellerr fc684a42a8 consistent ECSS object constructors
Rust/spacepackets/pipeline/head This commit looks good
2024-04-03 13:30:01 +02:00
muellerr 4da417dfd2 cargo fmt
Rust/spacepackets/pipeline/pr-main Build started...
Rust/spacepackets/pipeline/head This commit looks good
2024-03-29 14:13:44 +01:00
muellerr cabb3a19ef Update ECSS code
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
2024-03-29 14:06:52 +01:00
muellerr 3045a27d8c just add support for everything
Rust/spacepackets/pipeline/head This commit looks good
2024-03-29 13:42:02 +01:00
muellerr 8b151d942d Merge remote-tracking branch 'origin/main' into more-granular-error-handling
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-03-25 13:43:19 +01:00
muellerr 85a8eb3f4a more granular error handling
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head This commit looks good
2024-03-25 13:42:18 +01:00
muellerr 3e62d7d411 introduce doc_auto_cfg
Rust/spacepackets/pipeline/head This commit looks good
2024-03-24 12:22:08 +01:00
muellerr 59c7ece126 Major refactoring of the time API
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-03-18 15:14:40 +01:00
muellerr 0d0d7a256a update PusTmZeroCopyWriter
Rust/spacepackets/pipeline/head This commit looks good
2024-02-07 11:07:20 +01:00
muellerr f57b84b862 clean up ECSS API a bit
Rust/spacepackets/pipeline/head This commit looks good
2023-12-07 13:49:59 +01:00
muellerr 3650507715 some more serde tests
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-12-06 15:17:03 +01:00
muellerr 44383c10a8 added some more tests 2023-12-03 19:45:31 +01:00
muellerr 7b66061625 remove duplicate error variant 2023-12-03 15:45:11 +01:00
muellerr b82a93757c add unittests for vec conversion
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-11-24 16:34:06 +01:00
muellerr b8d6cf9d85 improvements for writable abstractions
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-11-24 16:15:46 +01:00
muellerr 406d731bbe fix zerocopy usage
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-08-28 18:45:24 +02:00
muellerr 3206af690c well that was a lot
Rust/spacepackets/pipeline/head This commit looks good
2023-08-18 10:09:32 +02:00
muellerr ccf7592284 doc fix
Rust/spacepackets/pipeline/head This commit looks good
2023-08-16 14:02:33 +02:00
muellerr 62df510147 new TM simple constructor
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-07-11 22:12:17 +02:00
muellerr 5b8cc30012 oh boy
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-11 14:16:17 +02:00
muellerr 3c8f9f9f07 added some more deprecation warnings
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-07-11 00:41:35 +02:00
muellerr 46eab35290 added trait impls to legacy classes
Rust/spacepackets/pipeline/head This commit looks good
2023-07-11 00:07:38 +02:00
muellerr 7db2190ec3 more improvements
Rust/spacepackets/pipeline/head This commit looks good
2023-07-11 00:03:07 +02:00
muellerr 6eb3cbbd84 added new marker traits for PUS TC and PUS TM
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-10 23:36:27 +02:00
muellerr c0e70daf58 some tweaks and test update
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-10 23:29:55 +02:00
muellerr 98e2a73aa2 move deprecation blocks
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-10 11:59:45 +02:00
muellerr b553cdc2ec Added PusTmCreator and PusTmReader
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-10 01:11:42 +02:00
muellerr fd95c86294 Merge remote-tracking branch 'origin/main' into refactoring-ecss-packet-mods 2023-07-10 00:38:07 +02:00
muellerr 4fdfb20946 refactoring ECSS packetm odules 2023-07-09 12:27:44 +02:00