c0692a3523
Added static pool spillover feature
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Allows to utilize the full pool even if some subpools are full.
2024-02-12 11:35:10 +01:00
d017b9c179
Refactored pool abstraction
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Redesigned PoolProvider and PoolProviderWithGuards to allow
easer optimizations and increase flexbility
2024-02-10 11:59:26 +01:00
176a9f1612
Improvements for example and documentation
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Added diagrams for sat-rs example for both structure and data flow.
- Added explanations for those diagrams as well.
- Some renaming: Use `Pool` instead of `Store` for pool components.
- General improvements for satrs-book.
2024-02-08 17:42:36 +01:00
a891b947c7
Finish PUS service optimizations
...
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
37c2f72cbc
cargo fmt
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-12-14 14:22:52 +01:00
4e81fd2e16
some improvements
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-12-14 12:27:37 +01:00
7615729af9
fix tests
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-12-14 12:17:16 +01:00
c766ab2d71
come on, neotest..
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-12-13 15:15:22 +01:00
774d9b5961
bumped spacepackets
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-12-07 13:29:26 +01:00
157d904794
no box necessary..
2023-10-01 14:32:15 +02:00
338243b228
use new spacepackets API
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-26 17:26:42 +02:00
35cef32ebf
link corrections
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-26 15:57:51 +02:00
1851b74279
use new public function
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-20 15:20:14 +02:00
f314e69ed8
lets see
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-20 15:04:46 +02:00
df346467bc
seems to work well
2023-07-11 22:52:06 +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
fffd1af81f
that was insane
2023-07-10 00:29:31 +02:00
1f2bd0fd54
improved and unified TM sending API
2023-07-08 14:57:11 +02:00
28240da002
fix tests
2023-07-06 00:58:25 +02:00
e786773a65
at least it compiles again
2023-07-03 18:22:08 +02:00
lkoester
5caf31ac17
Merge branch 'main' into try_merge
2023-03-09 09:09:14 +01:00
lkoester
b0c831d0dc
added sequence counter to verification helper, increments after succesful sending, added very basic test (does it even increment?), needs some more tests probably
2023-03-09 09:03:14 +01:00
c8d6cc5977
delete code
2023-02-28 14:05:36 +01: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
40120dc83f
various fixes and updates for satrs-core
...
1. Fix pools integration test to avoid occasional deadlocks
2. tmtc module: The `CcsdsPacketHandler` and `PusServiceProvider`
do not require a send bound anymore. However, these traits now
have an extension trait called `Sendable<DefaultName>` which requires
the trait + Send. A blanket implementation is provided. The helper
structs like `PusDistributor` and `CcsdsDistributor` require
the new Sendable trait version to allow more ergnomic usage
with threads.
2023-01-27 00:04:56 +01:00
300eabafe2
fix tests
2023-01-21 13:52:21 +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
245388fafa
remove mut bound for seq counter impl
2023-01-03 17:20:17 +01:00
b5d3b47056
maybe this will work for bare metal code as well
2023-01-03 16:35:23 +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
1fcc8d3f57
put hashbrown behind alloc feature
2023-01-03 00:22:48 +01:00
b74bfea7dd
put crossbeam dep behind feature gate
2022-12-30 23:28:33 +01:00
743a2c7611
now it compiles for no_std
2022-12-30 23:09:58 +01:00
lkoester
47b5f8a072
use typed timestamp
2022-12-19 10:11:11 +01:00
fbd5c27efc
print len of json string
2022-12-18 16:37:33 +01:00
4209c9a2a7
added prototyping module
2022-12-18 16:23:49 +01:00
b03f585661
bump spacepackets
2022-12-04 20:00:20 +01:00
6b93a9fce1
some docs and corrections
2022-11-21 10:39:48 +01:00
607d53942a
lock not required anymore
2022-11-21 10:28:31 +01:00
43a1fb90ce
trying to avoid locking whole verification reporter
2022-11-21 10:16:15 +01:00
6385a65c4f
all name changes
2022-11-20 19:54:14 +01:00
2e249ec086
rename subfolders, add more READMEs
2022-11-20 19:04:08 +01:00