Commit Graph

53 Commits

Author SHA1 Message Date
0fd70c08c2
Major example update
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
- Increased example modularization by moving the majority
  of app logic inside dedicated modules
- Added a new `dyn_tmtc` feature for the satrs-example which is used
  to configure the heap as the backing store for TMTC packages instead
  of static stores.
- Added dedicated satrs-example chapter in satrs-book
2024-02-07 18:10:47 +01:00
a891b947c7 Finish PUS service optimizations
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
Rust/sat-rs/pipeline/head This commit looks good
- Better naming for pool abstractions
- Added last unittests for PUS helper services
- Introduce new abstraction for PUS schedulers
- `StoreAddr` is now a generic u64
- `spacepackets` points to 0.7.0 release
2024-02-03 13:43:46 +01:00
e2086391bc
Merge remote-tracking branch 'origin/main' into tricky-pus-abstraction-changes
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-01-31 12:09:55 +01:00
0109c6855d
this might do the job
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-01-31 11:40:01 +01:00
7cbe4f1170
some progress 2024-01-31 01:32:03 +01:00
62c9d13cec
this is tricky
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-01-30 09:59:45 +01:00
5f227d1a20
refactored PUS handlers
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-01-30 01:18:48 +01:00
ad01472a8e
adaptions for spacepackets update
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-18 10:21:15 +02:00
1d2af1eda1
try to make no-std build 2023-07-12 13:48:59 +02:00
df346467bc
seems to work well 2023-07-11 22:52:06 +02:00
8b077c47b2
added first crossbeam API to allow bounded API 2023-07-11 22:48:43 +02:00
0b4c1e8604
some more deprecated API replacements 2023-07-11 22:25:43 +02:00
04516cf414
updated spacepackets successfully 2023-07-11 00:28:28 +02:00
dbcb1fb350
issue for another day.. 2023-07-10 01:27:37 +02:00
6567a8367a
docs 2023-07-10 00:31:58 +02:00
fffd1af81f
that was insane 2023-07-10 00:29:31 +02:00
92147a00b3
im done 2023-07-09 20:19:53 +02:00
e46b88384f
getting there.. 2023-07-09 20:05:45 +02:00
180e770392
moved a trait 2023-07-09 18:38:09 +02:00
2783442f91
use new sender abstraction 2023-07-09 17:04:18 +02:00
1f4e6714ba
try to use new abstractions 2023-07-09 13:32:59 +02:00
1d752251f5
it compiles again 2023-07-09 13:23:34 +02:00
1389ee462e
well this simplifies a lot.. 2023-07-09 13:04:00 +02:00
1f2bd0fd54
improved and unified TM sending API 2023-07-08 14:57:11 +02:00
ea6971d9b3
improve error enum 2023-07-08 13:37:27 +02:00
985af06d94
doc 2023-07-06 01:14:01 +02:00
f7bf4a4d7b
done 2023-07-06 00:49:18 +02:00
5f5b77b721
almost finished completely 2023-07-05 21:08:04 +02:00
52a7682a55
continue 2023-07-05 14:25:51 +02:00
363770066d
start adding event service 2023-07-05 11:58:43 +02:00
d2e896fc92
more cleaning and restructuring 2023-07-05 11:25:23 +02:00
3a1c5832a9
continue 2023-07-04 15:17:43 +02:00
e786773a65
at least it compiles again 2023-07-03 18:22:08 +02:00
5fa9553656
this is complex.. 2023-07-03 01:33:13 +02:00
148fc29b95
update syn to v2.0, large update 2023-07-03 00:42:20 +02:00
283fd61f81
TM sender abstractions have ID and name now 2023-02-28 14:01:40 +01:00
6072bc7657
new generic Mpsc PUS senders 2023-02-27 17:00:21 +01:00
933f94f687
stupid windows 2023-02-15 11:05:32 +01:00
802333cf3e
started adding mode request handler in PUS handler 2023-02-15 02:12:00 +01:00
7a2d518a8c
docs fixes 2023-01-25 10:52:24 +01:00
300eabafe2
fix tests 2023-01-21 13:52:21 +01:00
1f27c23447
bump used spacepackets version 2023-01-21 12:19:05 +01:00
a665b04844
re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
f24b27ccaf
remove satrs-core to replace with submodule 2023-01-11 09:49:34 +01:00
9b4ada9bcb
split up error type to avoid unecessary generics 2023-01-03 20:44:28 +01:00
a952a8405f
doc fixes 2023-01-03 13:02:12 +01:00
61303a9841
even Downcast requires alloc.. 2023-01-03 01:15:17 +01:00
f8cd28c4f5
dyn-clone also requires alloc.. 2023-01-03 01:00:51 +01:00
a9b0de218f
add HK subservice enum 2022-12-19 17:05:50 +01:00
6c8c8537a7
cargo fmt 2022-12-04 20:00:57 +01:00