From 0a4780808e61143ad67aa7f382cba7448eedc922 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 4 Oct 2022 11:44:37 +0200 Subject: [PATCH] renamed folder --- README.md | 5 +++-- {ws-objects-tmtc => ws-objects}/README.md | 0 .../objects-solutions}/main-01.cpp | 0 .../objects-solutions}/main-02.cpp | 0 .../objects-solutions}/main-03.cpp | 0 5 files changed, 3 insertions(+), 2 deletions(-) rename {ws-objects-tmtc => ws-objects}/README.md (100%) rename {ws-objects-tmtc/objects-tmtc-solutions => ws-objects/objects-solutions}/main-01.cpp (100%) rename {ws-objects-tmtc/objects-tmtc-solutions => ws-objects/objects-solutions}/main-02.cpp (100%) rename {ws-objects-tmtc/objects-tmtc-solutions => ws-objects/objects-solutions}/main-03.cpp (100%) diff --git a/README.md b/README.md index ccbe5f4..ae890dd 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,14 @@ In general, it is recommended to start with the `ws-tasks` workshop and then mov ## Tasks workshop This chapter provides an introduction into the thread/tasks abstractions provided by the framework. -The chapter descriptions and solutions are located inside `ws-tasks`. +The chapter descriptions and solutions are located inside +[`ws-tasks`](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-from-zero/src/branch/main/ws-tasks). ## Objects and Object Manager workshop This chapter will introduce the object manager and expand the knowledge of the tasks workshop by showing how to conveniently create global addressable objects. The chapter description and -solutions are located inside `ws-objects`. +solutions are located inside [`ws-objects`](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-from-zero/src/branch/main/ws-objects-tmtc). ## WIP: TMTC workshop diff --git a/ws-objects-tmtc/README.md b/ws-objects/README.md similarity index 100% rename from ws-objects-tmtc/README.md rename to ws-objects/README.md diff --git a/ws-objects-tmtc/objects-tmtc-solutions/main-01.cpp b/ws-objects/objects-solutions/main-01.cpp similarity index 100% rename from ws-objects-tmtc/objects-tmtc-solutions/main-01.cpp rename to ws-objects/objects-solutions/main-01.cpp diff --git a/ws-objects-tmtc/objects-tmtc-solutions/main-02.cpp b/ws-objects/objects-solutions/main-02.cpp similarity index 100% rename from ws-objects-tmtc/objects-tmtc-solutions/main-02.cpp rename to ws-objects/objects-solutions/main-02.cpp diff --git a/ws-objects-tmtc/objects-tmtc-solutions/main-03.cpp b/ws-objects/objects-solutions/main-03.cpp similarity index 100% rename from ws-objects-tmtc/objects-tmtc-solutions/main-03.cpp rename to ws-objects/objects-solutions/main-03.cpp