Commit Graph

1111 Commits

Author SHA1 Message Date
83c4533bdb
update READMEs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-22 19:06:20 +02:00
11d2540b0e Merge branch 'main' into restructure-embedded-examples
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-22 13:19:28 +02:00
5cae0f7036 Merge pull request 'Heapless memory pool' (#191) from heapless-mem-pool into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #191
2024-05-22 13:16:29 +02: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
f535a471b3
PUS packets arriving now
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-22 01:10:34 +02:00
ddae74268a Merge branch 'heapless-mem-pool' into restructure-embedded-examples
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-21 19:50:01 +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
1079445a07
introduce mem pool and heap
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-05-21 19:43:54 +02:00
e9b748ea96 Merge branch 'heapless-mem-pool' into restructure-embedded-examples
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-05-21 18:34:14 +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
90acd26cc8
add datasheet
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-21 12:02:29 +02:00
4ee22efb7b
UDP works as well
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-21 11:55:36 +02:00
8dc7e7ac6c
add DHCP resource
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 20:44:47 +02:00
25521b3772
add more smoltcp code
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 20:38:07 +02:00
6ecd55ef25
ETH link checker works
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 20:05:39 +02:00
2bd5191100
add smoltcp dependency
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 19:04:01 +02:00
039370485d low-level stuff
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 13:54:57 +02:00
8ffa3109eb but this works??
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 13:43:20 +02:00
db3c4e12fc RTIC blinky works, defmt is problematic..
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 13:30:52 +02:00
26046f5230 basic blinky runs now
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 13:14:30 +02:00
ac4f99ac6c
add default config.toml file
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-20 12:04:28 +02:00
f3a61bffea
add minimal RTIC app
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 22:14:43 +02:00
6772811792
add separate pyclient for STM32H7
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 21:54:15 +02:00
809de2d0d5
bump pytmtc for embedded examples
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 21:53:28 +02:00
fd2a8f3e99
README and license files
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 21:50:29 +02:00
f1a1cd6054
STM32H7 init commit
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 21:44:09 +02:00
1c78be6e90
fix STM32F3 Disco example
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 21:31:59 +02:00
31cc4e1f81
better naming for embedded examples 2024-05-19 21:25:03 +02:00
32481a58a4
new embedded-examples folder
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-19 21:19:20 +02:00
0b2d4f6187 Merge pull request 'satrs v0.2.1' (#190) from prep-satrs-v0.2.1 into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #190
2024-05-19 13:19:23 +02:00
f7016b940a
changelog
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
2024-05-19 08:14:31 +02:00
397ecd0c40
prep patch release 2024-05-19 08:13:32 +02:00
422f2c11ab Merge pull request 'removed unsafe block which is not necessary' (#189) from remove-unnecessary-unsafe-block into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #189
2024-05-18 12:46:58 +02:00
37e945fd91 Merge branch 'main' into remove-unnecessary-unsafe-block 2024-05-18 12:46:44 +02:00
45379858f0 Merge pull request 'TCP server config default improvements' (#187) from tcp-server-cfg-improvements into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #187
2024-05-18 12:44:53 +02:00
7c194ab543 Merge branch 'main' into tcp-server-cfg-improvements
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build queued...
2024-05-18 12:44:42 +02:00
bca1d7292a
removed unsafe block which is not necessary
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-13 17:01:26 +02:00
cdcb9cae1c Merge pull request 'cross ref docs for events' (#188) from cross-ref-docs-for-events into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #188
2024-05-13 15:57:00 +02:00
9dcbd42862
cross ref docs
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-13 15:36:09 +02:00
da05efc16d
TCP server config default improvements
Some checks are pending
Rust/sat-rs/pipeline/head Build started...
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-05-13 15:31:51 +02:00
e38e25a998 Merge pull request 'update the satrs example graph' (#186) from satrs-example-graph-update into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #186
2024-05-13 15:29:39 +02:00
14b381cf4a update the satrs example graph
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
2024-05-10 17:03:46 +02:00
3746e9ebb0 Merge pull request 'Add timestamp to SimRequest' (#140) from add-timestamp-to-sim-request into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #140
2024-05-08 14:58:13 +02:00
d2fc783562 Merge remote-tracking branch 'origin/main' into add-timestamp-to-sim-request
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build queued...
2024-05-08 14:57:12 +02:00
282f799203 Merge pull request 'prep v0.2.0' (#184) from prep_v0.2.0 into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #184
2024-05-02 14:57:14 +02:00
46dbb4309b
new clippy check
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build started...
2024-05-02 14:44:22 +02:00
42d1257e83
prepare next release v0.2.0
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build started...
2024-05-02 14:39:30 +02:00
583f6ce4d2 Merge pull request 'small robustness fix' (#183) from robustness-fix into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #183
2024-05-02 13:41:55 +02:00
408803fe86
small robustness fix
Some checks are pending
Rust/sat-rs/pipeline/head Build queued...
2024-05-02 13:41:27 +02:00
9ffe4d0ae0 Merge pull request 'smaller improvements' (#182) from smaller-improvements into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #182
2024-05-02 12:28:39 +02:00