diff --git a/NOTICE b/NOTICE index 717a583..c39ecb7 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1,3 @@ This software contains code developed at the University of Stuttgart's Institute of Space Systems. + +The sat-rs logo was designed by Nadine Eunous. diff --git a/README.md b/README.md index 75a6b0d..585d3a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+ sat-rs ========= @@ -21,7 +23,7 @@ This project currently contains following crates: on a host computer or on any system with a standard runtime like a Raspberry Pi. * [`satrs-mib`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-mib): Components to build a mission information base from the on-board software directly. -* [`satrs-example-stm32f3-disco`](https://egit.irs.uni-stuttgart.de/rust/satrs-example-stm32f3-disco): +* [`satrs-example-stm32f3-disco`](https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/main/satrs-example-stm32f3-disco): Example of a simple example on-board software using sat-rs components on a bare-metal system with constrained resources.