smaller tweaks

This commit is contained in:
Robin Müller 2022-09-28 17:35:48 +02:00
parent eb91ef85f2
commit 03d613ec2c
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 3 additions and 3 deletions

View File

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