914 Commits

Author SHA1 Message Date
3b1e24e3f4 changelog 2024-02-12 15:40:36 +01:00
21152719ca of course forgot something important 2024-02-12 15:38:17 +01:00
bbe19eac4e update README 2024-02-12 15:27:17 +01:00
6635baddd6 fix for CI embedded compilation 2024-02-12 15:23:54 +01:00
68906fe333 update basic library docs 2024-02-12 15:23:05 +01:00
ffcc08632d add docs.rs metadata 2024-02-12 15:18:19 +01:00
ce23e798f1 fix all tests 2024-02-12 15:12:54 +01:00
50f8a6d53b use released satrs-shared version 2024-02-12 15:00:45 +01:00
d3119ce81b update package files 2024-02-12 14:58:04 +01:00
6a827cbd6f added unittests for result code helper 2024-02-12 14:53:25 +01:00
296832d6e1 add license files 2024-02-12 14:39:33 +01:00
97d28d7539 add homepage ref 2024-02-12 14:38:14 +01:00
72d456d6f4 add missing README 2024-02-12 14:37:49 +01:00
be5c977fb7 some more README improvements 2024-02-12 14:34:25 +01:00
0c02f4c9b4 minor fixes 2024-02-12 14:32:32 +01:00
21b115582c fix for deps of satrs-shared 2024-02-12 14:30:18 +01:00
3ea3a7acb6 restructure the crate
- 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 14:27:22 +01:00
f58a4eaee5 Merge pull request 'released version' () from bump-example-released-version into main
Reviewed-on: 
2024-02-12 13:44:19 +01:00
544488eaa3 released version 2024-02-12 13:25:07 +01:00
b06b4150b1 Merge pull request 'prepare MIB release' () from mib-v0.1.0-alpha.2 into main
Reviewed-on: 
satrs-mib-v0.1.0-alpha.2
2024-02-12 13:21:34 +01:00
4e16790092 prepare MIB release 2024-02-12 13:16:11 +01:00
20d5212710 Merge pull request 'satrs-core v0.1.0-alpha.3' () from core-v0.1.0-alpha.3 into main
Reviewed-on: 
satrs-core-v0.1.0-alpha.3
2024-02-12 13:13:12 +01:00
2dd38c163f better name for new trait 2024-02-12 12:54:25 +01:00
79d095b1f7 some doc improvements 2024-02-12 12:48:28 +01:00
377ffc052c bump release 2024-02-12 12:43:17 +01:00
c39ce99e2c Merge pull request 'Add Static Pool Spillover feature' () from add-pool-spillover into main
Reviewed-on: 
2024-02-12 12:21:00 +01:00
c0692a3523 Added static pool spillover feature
- Allows to utilize the full pool even if some subpools are full.
2024-02-12 11:35:10 +01:00
712dc718f9 Merge pull request 'Pool docs improvements' () from pool-docs-improvements into main
Reviewed-on: 
2024-02-12 11:30:48 +01:00
a69347af7b Merge remote-tracking branch 'origin/main' into pool-docs-improvements 2024-02-12 10:56:13 +01:00
3c7113c231 Merge pull request 'Refactor and improve pool abstraction' () from refactor-pool-impl into main
Reviewed-on: 
2024-02-10 15:39:38 +01:00
9c310e7a36 Merge branch 'main' into refactor-pool-impl 2024-02-10 12:54:36 +01:00
0bab5799e5 Merge pull request 'Graph for static pools' () from graph-for-static-pools into main
Reviewed-on: 
2024-02-10 12:54:29 +01:00
b56bbc8c41
update pool docs 2024-02-10 12:54:13 +01:00
12ac5913aa Merge branch 'graph-for-static-pools' into refactor-pool-impl 2024-02-10 12:30:35 +01:00
d017b9c179
Refactored pool abstraction
- Redesigned PoolProvider and PoolProviderWithGuards to allow
  easer optimizations and increase flexbility
2024-02-10 11:59:26 +01:00
f3ca570e53
Update pool docs in sat-rs book
- Add simple graph to show how it works
2024-02-10 11:57:19 +01:00
18a5095d0f Merge pull request 'come on.. show it' () from deployment-correction into main
Reviewed-on: 
2024-02-09 00:44:35 +01:00
66d9da23b3
come on.. show it 2024-02-09 00:43:20 +01:00
930da294ad Merge pull request 'prepare next alpha release' () from prep-satrs-core-v0.1.0-alpha.2 into main
Reviewed-on: 
satrs-core-v0.1.0-alpha.2
2024-02-08 18:11:06 +01:00
729ef4be05
prepare next alpha release 2024-02-08 17:55:37 +01:00
0eb1a9cb08 Merge pull request 'Example Update 2' () from update-example-2 into main
Reviewed-on: 
2024-02-08 17:50:24 +01:00
5ccc50d9ec
link correction 2024-02-08 17:45:03 +01:00
176a9f1612
Improvements for example and documentation
- 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
cb8405ca65 Merge pull request 'Update Example' () from update-example into main
Reviewed-on: 
2024-02-07 18:21:03 +01:00
f68221a73f
small link replacements 2024-02-07 18:17:14 +01:00
0fd70c08c2
Major example update
- 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
28da48ca6e Merge pull request 'PUS Scheduler test additions' () from pus-scheduler-test-additions into main
Reviewed-on: 
2024-02-05 16:17:03 +01:00
292ba1f1cd
PUS schedule update
- Added new API to generate PUS scheduling telecommands
- Added more tests for PUS scheduling
2024-02-05 15:58:01 +01:00
8a5b81b67f Merge pull request 'CFDP filestore unittests' () from cfdp-filestore-unittests into main
Reviewed-on: 
2024-02-05 12:12:38 +01:00
414bda6751
CFDP filestore update
1. Added modular checksum implementation
2. Added remaining unit tests to have acceptable coverage
2024-02-05 12:06:12 +01:00