Änderung doch Tool-Update Schreibweise

This commit is contained in:
Carsten Keller 2024-06-09 17:57:53 +02:00
parent 3c8ed6d1e2
commit 550df994f1
Signed by: carsten
GPG Key ID: DF06343A3A9B8868
4 changed files with 29 additions and 0 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,9 @@
[submodule "PID"] [submodule "PID"]
path = PID path = PID
url = https://github.com/Carsten1987/PID.git url = https://github.com/Carsten1987/PID.git
[submodule "CLI"]
path = CLI
url = http://gitea.keller/carsten/CLI.git
[submodule "Trace"]
path = Trace
url = http://gitea.keller/carsten/Trace.git

1
CLI Submodule

@ -0,0 +1 @@
Subproject commit 125519a806df14ec911c6b2fe7d6a6fc47f98b94

21
Source/CLI_Config.h Normal file
View File

@ -0,0 +1,21 @@
/*
* CLI_config.h
*
* Created on: 24.02.2016
* Author: Carsten
*/
#ifndef TESTS_TEST_CLI_CONFIG_H_
#define TESTS_TEST_CLI_CONFIG_H_
#define CLI_OUTPUT_BUFFER_SIZE 50u
#define CLI_INPUT_BUFFER_SIZE 30u
#define CLI_MAXIMAL_ARGUMENT_COUNT 5u
#define CLI_PROMT "Elektronische Last>"
#define NO_TASK
#endif /* DEBUG_TESTS_TEST_CLI_CONFIG_H_ */

1
Trace Submodule

@ -0,0 +1 @@
Subproject commit acd62e4605978091fffa1d2c664e253e481eaf48