11 Commits

Author SHA1 Message Date
d4082fa098 use static cell instead of custom struct 2025-02-07 16:15:23 +01:00
af972e174f
macro fix 2025-01-31 12:04:40 +01:00
3d12083c16
use full path to helper type 2025-01-31 11:56:38 +01:00
69e172b633 avoid static muts for static pools 2025-01-31 11:27:09 +01:00
47c86aea5c Extracted CFDP components 2024-11-04 12:18:41 +01:00
832250d211
minor improvements
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-22 12:55:50 +02:00
3c3b4349e8
that should do the job
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-21 19:48:56 +02:00
acf73e93b1
Introduce heapless memory pools
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-05-21 18:31:19 +02:00
63f37f0917 Re-worked TMTC modules
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-04-16 11:04:22 +02:00
df2733a176
Major refactoring and update of PUS module 2024-04-04 15:18:53 +02:00
de4e6183b3 Re-structure sat-rs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
- Add new shared subcrate satrs-shared to split off some shared
  components not expected to change very often.
- Renmame `satrs-core` to `satrs`. It is expected that sat-rs will remain
  the primary crate, so the core information is superfluous, and core also
  implies stability, which will not be the case for some time.
2024-02-12 15:51:37 +01:00