link correction

This commit is contained in:
Robin Müller 2023-09-14 23:52:14 +02:00
parent bbd6cec8ac
commit 3e9a07b732
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 5 additions and 1 deletions

2
NOTICE
View File

@ -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.

View File

@ -1,3 +1,5 @@
<p align="center"> <img src="misc/satrs-logo.png" width="40%"> </p>
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.