25 Commits

Author SHA1 Message Date
47832f53a6 update spacepackets dependency
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-04 14:25:38 +02:00
839139b884 small README tweak
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-04 14:03:26 +02:00
3e643ca00c let's try the new logo
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-04 14:01:43 +02:00
cf26b81a22 end-to-end test success
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-04 13:53:51 +02:00
0b4a88837c split up APID and packet ID validator
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-04 13:26:39 +02:00
cdf546b85d all changes for updated spacepackets
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-04 13:14:21 +02:00
8a6b56fd96 update for spacepackets changes
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-03 18:28:04 +02:00
cba4a29396 that gets the job done
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-03 18:04:32 +02:00
68908f53d4 introduce mode commands to python client
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-03 14:55:23 +02:00
575003db94 better handling for MGM HK
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-03 13:24:33 +02:00
3e55fde3b4 continue device handler
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-03 12:35:30 +02:00
708050e5bd use doc_auto_cfg feature
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-03 12:06:48 +02:00
dab02a1cc5 remove re-export
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-03 11:53:16 +02:00
f9ee3998fd improve closure for error handler
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-03 11:46:01 +02:00
4e32497b6b all tests passing again
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-03 11:31:30 +02:00
33b701b3e7 improve event handling module
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-03 11:28:20 +02:00
798987cf55 cargo fmt
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 22:28:17 +02:00
7f77e8a214 fixes for example
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 20:45:01 +02:00
4206c06d48 changelog
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 20:29:16 +02:00
dd39b374bf changelog
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 20:25:20 +02:00
52d16e0fe7 new hook works well, bugfix for seq counters
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-02 19:21:01 +02:00
a3f5b37a53 add missing trait bounds 2024-04-02 18:26:47 +02:00
4ef7caefd8 allow hooking into verification TM generation
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 17:45:12 +02:00
9c5327aa16 fix some doctests
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-02 17:28:17 +02:00
1c22afef31 Major refactoring and update of PUS module
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 16:50:09 +02:00

View File

@@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
- `spacepackets` v0.11.0
## Added
- Added `params::WritableToBeBytes::to_vec`.