From be9ded16412050e25c8ee402b8296fd055e047a9 Mon Sep 17 00:00:00 2001 From: CarlWachter Date: Tue, 7 Nov 2023 18:00:29 +0100 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8b0ec8..0f020a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# TACOS-Demo +# TACOS -This is a demo project for the Trajectory Analysis Control OS (TACOS) that serves as a starting point for developing TACOS-based projects. TACOS is a subset of the features provided by ALPACA. In particular, TACOS consists of the STM32-specific components of sta-core, rtos-2 and rtos2-utils. +This is the Trajectory Analysis Control OS (TACOS) that serves as a starting point for developing TACOS-based projects, by implementing threads in the App directory. TACOS is a subset of the features provided by ALPAKA. In particular, TACOS consists of the STM32-specific components of sta-core, rtos-2 and rtos2-utils. ## Setting Up TACOS-Demo -Clone the repository using `--recurse-submodules` and open it in STM32CubeIDE via `File` -> `Open Projects from File System...`. Next, right click the project's root in STM32CubeIDE and open its properties via `Properties`. \ No newline at end of file +Clone the repository using `--recurse-submodules` and open it in STM32CubeIDE via `File` -> `Open Projects from File System...`. Next, right click the project's root in STM32CubeIDE and open its properties via `Properties`.