From dc83c27306afdeb131bda3433ba1cfbddf1c674f Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Fri, 13 Jun 2025 08:29:22 +0200 Subject: [PATCH] renamed modbus test to fit other tests I will add --- software/{modbus_test => test_modbus}/.gitignore | 0 .../{modbus_test => test_modbus}/.vscode/c_cpp_properties.json | 0 software/{modbus_test => test_modbus}/CMakeLists.txt | 0 .../{modbus_test => test_modbus}/boards/nucleo_f103rb.overlay | 0 software/{modbus_test => test_modbus}/prj.conf | 0 software/{modbus_test => test_modbus}/src/main.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename software/{modbus_test => test_modbus}/.gitignore (100%) rename software/{modbus_test => test_modbus}/.vscode/c_cpp_properties.json (100%) rename software/{modbus_test => test_modbus}/CMakeLists.txt (100%) rename software/{modbus_test => test_modbus}/boards/nucleo_f103rb.overlay (100%) rename software/{modbus_test => test_modbus}/prj.conf (100%) rename software/{modbus_test => test_modbus}/src/main.c (100%) diff --git a/software/modbus_test/.gitignore b/software/test_modbus/.gitignore similarity index 100% rename from software/modbus_test/.gitignore rename to software/test_modbus/.gitignore diff --git a/software/modbus_test/.vscode/c_cpp_properties.json b/software/test_modbus/.vscode/c_cpp_properties.json similarity index 100% rename from software/modbus_test/.vscode/c_cpp_properties.json rename to software/test_modbus/.vscode/c_cpp_properties.json diff --git a/software/modbus_test/CMakeLists.txt b/software/test_modbus/CMakeLists.txt similarity index 100% rename from software/modbus_test/CMakeLists.txt rename to software/test_modbus/CMakeLists.txt diff --git a/software/modbus_test/boards/nucleo_f103rb.overlay b/software/test_modbus/boards/nucleo_f103rb.overlay similarity index 100% rename from software/modbus_test/boards/nucleo_f103rb.overlay rename to software/test_modbus/boards/nucleo_f103rb.overlay diff --git a/software/modbus_test/prj.conf b/software/test_modbus/prj.conf similarity index 100% rename from software/modbus_test/prj.conf rename to software/test_modbus/prj.conf diff --git a/software/modbus_test/src/main.c b/software/test_modbus/src/main.c similarity index 100% rename from software/modbus_test/src/main.c rename to software/test_modbus/src/main.c