From 03d613ec2c1c4ff1ddc5f1d9cfc832d837b35bd2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 28 Sep 2022 17:35:48 +0200 Subject: [PATCH] smaller tweaks --- start/01-tasks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start/01-tasks.md b/start/01-tasks.md index d1a7707..1c90b0e 100644 --- a/start/01-tasks.md +++ b/start/01-tasks.md @@ -17,9 +17,9 @@ guarantees that these tasks are performed within a certain temporal bound. Some common operating system in the Space domain able to do this: -- FreeRTOS for smaller MCUs (SOURCE) -- Embedded Linux (EIVE) -- RTEMS (FLP) +- FreeRTOS for smaller MCUs (e.g. SOURCE CubeSat project) +- Embedded Linux (EIVE CubeSat project) +- RTEMS (FLP satellite project) All these operating system use threads or tasks as the basic worker unit which is executing code. This chapter first introduces threads as they are exposed by the C++ standard library.