From 1061ab52870cfe065d35f5e2e746824c1a76576a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 25 Jan 2023 21:29:04 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15b69b9..f3140e5 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ This project currently contains following crates: * [`satrs-example`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-example): Example of a simple example on-board software using various sat-rs components which can be run on a host computer or on any system with a standard runtime like a Raspberry Pi. -* [`satrs-example-stm32f3-disco`](https://egit.irs.uni-stuttgart.de/rust/satrs-example-stm32f3-disco) - :Example of a simple example on-board software using sat-rs components on a bare-metal system +* [`satrs-example-stm32f3-disco`](https://egit.irs.uni-stuttgart.de/rust/satrs-example-stm32f3-disco): + Example of a simple example on-board software using sat-rs components on a bare-metal system with constrained resources. # Related projects