Commit Graph

53 Commits

Author SHA1 Message Date
bc65cae3ec
simplifications for verification reporter 2023-07-05 17:24:53 +02:00
52a7682a55
continue 2023-07-05 14:25:51 +02:00
d2e896fc92
more cleaning and restructuring 2023-07-05 11:25:23 +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
993c5546e4
doc correction 2023-05-14 16:09:09 +02:00
541311d15d
more clippy fixes 2023-05-14 16:08:12 +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
bb5279b277 Merge branch 'main' into feature_sender_abstraction_has_id_and_name 2023-02-28 18:43:20 +01:00
53003b9c66
allow verif failure and completion starting from accepted
- Also add some prototyping code a prep for generic PUS router
2023-02-28 14:53:57 +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
802333cf3e
started adding mode request handler in PUS handler 2023-02-15 02:12:00 +01:00
bd016130b8 add initial support for request ID in scheduler 2023-02-11 14:03:30 +01:00
7dbbd18be4
bump spacepackets, clippy fixes 2023-02-04 15:35:18 +01:00
4e361e4421
all clippy 1.67 fixes 2023-01-26 23:31:09 +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
622dfb2089
use re-export in example now 2023-01-10 17:16:57 +01:00
93bd12ad3e
make some fields public 2023-01-04 15:00:23 +01:00
d5d816b846
use new API internally now 2023-01-04 14:55:14 +01:00
3b5aa8c1eb
cargo update and completed new send API 2023-01-04 14:39:56 +01:00
2427e9ef6e
additional type parameter for success/failure 2023-01-04 13:51:04 +01:00
fc47159806
needs to be done differently.. 2023-01-04 11:55:04 +01:00
2ca2abe0bb
the release function returns the TM struct 2023-01-04 11:07:58 +01:00
aa2989b16f
even better 2023-01-04 00:30:00 +01:00
f6b88a9ae0
ithink this name is better 2023-01-04 00:29:47 +01:00
316a52b4fb
add utility function and rename to release 2023-01-04 00:28:34 +01:00
86710efc56
allow type/lifetime/ref erasure 2023-01-04 00:22:52 +01:00
9b4ada9bcb
split up error type to avoid unecessary generics 2023-01-03 20:44:28 +01:00
4effc5bbb3
that was annoying 2023-01-03 20:06:10 +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
c606bfae5a
add SequenceCountProvider blanket impl 2023-01-03 13:09:14 +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
1fcc8d3f57
put hashbrown behind alloc feature 2023-01-03 00:22:48 +01:00
e85e953c93
use concrete git branch dependency 2023-01-02 23:54:59 +01:00
c03c88a85d
add Serialize/Deserialize derives 2023-01-02 23:32:31 +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
2532119fbe a lot of clippy fixes 2022-12-20 17:23:11 +01:00
b03f585661
bump spacepackets 2022-12-04 20:00:20 +01:00
607d53942a
lock not required anymore 2022-11-21 10:28:31 +01:00