diff --git a/.gitignore b/.gitignore index 9c1cee6..2d41c14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,9 @@ - -# 旧版本工程与手册:本地保留,不入库(历史见 git tag v1.1.0~v1.4.0、v1.4-chinese) -V1.1/ -V1.2/ -V1.3/ -V1.4/ -V1.4-Chinese/ -HLK-B40docs/ -HLW8032/ +# 旧版本工程与手册已移除(历史见 git tag v1.1.0~v1.4.0、v1.4-chinese) *.zip +# 调试日志 +debug.txt + # Keil 编译产物(keilkill.bat 可清理,不入库) Object/ OutputBin/ diff --git a/V1.5/STM32F103_App1/.vscode/c_cpp_properties.json b/STM32F103_App1/.vscode/c_cpp_properties.json similarity index 100% rename from V1.5/STM32F103_App1/.vscode/c_cpp_properties.json rename to STM32F103_App1/.vscode/c_cpp_properties.json diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armcc.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armcc.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armcc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armclang.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armclang.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armclang.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_armclang.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_compiler.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_compiler.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_compiler.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_compiler.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_gcc.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_gcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_gcc.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_gcc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_iccarm.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_iccarm.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_iccarm.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_iccarm.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_version.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_version.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_version.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/cmsis_version.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mbl.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mbl.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mbl.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mbl.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mml.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mml.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mml.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_armv8mml.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0plus.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0plus.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0plus.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm0plus.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm1.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm1.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm1.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm1.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm23.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm23.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm23.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm23.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm3.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm3.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm3.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm3.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm33.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm33.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm33.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm33.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm4.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm4.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm4.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm4.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm7.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm7.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm7.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_cm7.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc000.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc000.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc000.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc000.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc300.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc300.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc300.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/core_sc300.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv7.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv7.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv7.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv7.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv8.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv8.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv8.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/mpu_armv8.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/tz_context.h b/STM32F103_App1/Drivers/CMSIS/Core/Include/tz_context.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Include/tz_context.h rename to STM32F103_App1/Drivers/CMSIS/Core/Include/tz_context.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c b/STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c rename to STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c b/STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c rename to STM32F103_App1/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/core_ca.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/core_ca.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/core_ca.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/core_ca.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/irq_ctrl.h b/STM32F103_App1/Drivers/CMSIS/Core_A/Include/irq_ctrl.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Include/irq_ctrl.h rename to STM32F103_App1/Drivers/CMSIS/Core_A/Include/irq_ctrl.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c b/STM32F103_App1/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c rename to STM32F103_App1/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c b/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c rename to STM32F103_App1/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_common_tables.h b/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_common_tables.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_common_tables.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_common_tables.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_const_structs.h b/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_const_structs.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_const_structs.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_const_structs.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_math.h b/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_math.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_math.h rename to STM32F103_App1/Drivers/CMSIS/DSP/Include/arm_math.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c b/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c rename to STM32F103_App1/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c b/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c rename to STM32F103_App1/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_armcc.h b/STM32F103_App1/Drivers/CMSIS/Include/cmsis_armcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_armcc.h rename to STM32F103_App1/Drivers/CMSIS/Include/cmsis_armcc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_armclang.h b/STM32F103_App1/Drivers/CMSIS/Include/cmsis_armclang.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_armclang.h rename to STM32F103_App1/Drivers/CMSIS/Include/cmsis_armclang.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_compiler.h b/STM32F103_App1/Drivers/CMSIS/Include/cmsis_compiler.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_compiler.h rename to STM32F103_App1/Drivers/CMSIS/Include/cmsis_compiler.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_gcc.h b/STM32F103_App1/Drivers/CMSIS/Include/cmsis_gcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_gcc.h rename to STM32F103_App1/Drivers/CMSIS/Include/cmsis_gcc.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_iccarm.h b/STM32F103_App1/Drivers/CMSIS/Include/cmsis_iccarm.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_iccarm.h rename to STM32F103_App1/Drivers/CMSIS/Include/cmsis_iccarm.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_version.h b/STM32F103_App1/Drivers/CMSIS/Include/cmsis_version.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/cmsis_version.h rename to STM32F103_App1/Drivers/CMSIS/Include/cmsis_version.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_armv8mbl.h b/STM32F103_App1/Drivers/CMSIS/Include/core_armv8mbl.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_armv8mbl.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_armv8mbl.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_armv8mml.h b/STM32F103_App1/Drivers/CMSIS/Include/core_armv8mml.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_armv8mml.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_armv8mml.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm0.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm0.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm0.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm0.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm0plus.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm0plus.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm0plus.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm0plus.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm1.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm1.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm1.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm1.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm23.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm23.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm23.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm23.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm3.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm3.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm3.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm3.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm33.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm33.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm33.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm33.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm4.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm4.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm4.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm4.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm7.h b/STM32F103_App1/Drivers/CMSIS/Include/core_cm7.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_cm7.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_cm7.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_sc000.h b/STM32F103_App1/Drivers/CMSIS/Include/core_sc000.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_sc000.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_sc000.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_sc300.h b/STM32F103_App1/Drivers/CMSIS/Include/core_sc300.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/core_sc300.h rename to STM32F103_App1/Drivers/CMSIS/Include/core_sc300.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/mpu_armv7.h b/STM32F103_App1/Drivers/CMSIS/Include/mpu_armv7.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/mpu_armv7.h rename to STM32F103_App1/Drivers/CMSIS/Include/mpu_armv7.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/mpu_armv8.h b/STM32F103_App1/Drivers/CMSIS/Include/mpu_armv8.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/mpu_armv8.h rename to STM32F103_App1/Drivers/CMSIS/Include/mpu_armv8.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Include/tz_context.h b/STM32F103_App1/Drivers/CMSIS/Include/tz_context.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Include/tz_context.h rename to STM32F103_App1/Drivers/CMSIS/Include/tz_context.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib b/STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib rename to STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib b/STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib rename to STM32F103_App1/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a b/STM32F103_App1/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a rename to STM32F103_App1/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a b/STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a rename to STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a b/STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a rename to STM32F103_App1/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h b/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h rename to STM32F103_App1/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nn_tables.h b/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nn_tables.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nn_tables.h rename to STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nn_tables.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnfunctions.h b/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnfunctions.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnfunctions.h rename to STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnfunctions.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h b/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h rename to STM32F103_App1/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h b/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h rename to STM32F103_App1/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c b/STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c rename to STM32F103_App1/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS/Template/cmsis_os.h b/STM32F103_App1/Drivers/CMSIS/RTOS/Template/cmsis_os.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS/Template/cmsis_os.h rename to STM32F103_App1/Drivers/CMSIS/RTOS/Template/cmsis_os.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h b/STM32F103_App1/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Include/os_tick.h b/STM32F103_App1/Drivers/CMSIS/RTOS2/Include/os_tick.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Include/os_tick.h rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Include/os_tick.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_systick.c b/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_systick.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_systick.c rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_systick.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c b/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c b/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os.h b/STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os.h rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os.h diff --git a/V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c b/STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c rename to STM32F103_App1/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c diff --git a/V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c b/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c similarity index 100% rename from V1.5/STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c rename to STM32F103_App1/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c diff --git a/V1.5/STM32F103_App1/HardWare/24C02/24c02.c b/STM32F103_App1/HardWare/24C02/24c02.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/24C02/24c02.c rename to STM32F103_App1/HardWare/24C02/24c02.c diff --git a/V1.5/STM32F103_App1/HardWare/24C02/24c02.h b/STM32F103_App1/HardWare/24C02/24c02.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/24C02/24c02.h rename to STM32F103_App1/HardWare/24C02/24c02.h diff --git a/V1.5/STM32F103_App1/HardWare/ADC/adc.c b/STM32F103_App1/HardWare/ADC/adc.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/ADC/adc.c rename to STM32F103_App1/HardWare/ADC/adc.c diff --git a/V1.5/STM32F103_App1/HardWare/ADC/adc.h b/STM32F103_App1/HardWare/ADC/adc.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/ADC/adc.h rename to STM32F103_App1/HardWare/ADC/adc.h diff --git a/V1.5/STM32F103_App1/HardWare/CAR/air780e.c b/STM32F103_App1/HardWare/CAR/air780e.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/CAR/air780e.c rename to STM32F103_App1/HardWare/CAR/air780e.c diff --git a/V1.5/STM32F103_App1/HardWare/CAR/air780e.h b/STM32F103_App1/HardWare/CAR/air780e.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/CAR/air780e.h rename to STM32F103_App1/HardWare/CAR/air780e.h diff --git a/V1.5/STM32F103_App1/HardWare/FEED_SCALE/feed_scale.c b/STM32F103_App1/HardWare/FEED_SCALE/feed_scale.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/FEED_SCALE/feed_scale.c rename to STM32F103_App1/HardWare/FEED_SCALE/feed_scale.c diff --git a/V1.5/STM32F103_App1/HardWare/FEED_SCALE/feed_scale.h b/STM32F103_App1/HardWare/FEED_SCALE/feed_scale.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/FEED_SCALE/feed_scale.h rename to STM32F103_App1/HardWare/FEED_SCALE/feed_scale.h diff --git a/V1.5/STM32F103_App1/HardWare/HLW8032/hlw8032.c b/STM32F103_App1/HardWare/HLW8032/hlw8032.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/HLW8032/hlw8032.c rename to STM32F103_App1/HardWare/HLW8032/hlw8032.c diff --git a/V1.5/STM32F103_App1/HardWare/HLW8032/hlw8032.h b/STM32F103_App1/HardWare/HLW8032/hlw8032.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/HLW8032/hlw8032.h rename to STM32F103_App1/HardWare/HLW8032/hlw8032.h diff --git a/V1.5/STM32F103_App1/HardWare/IIC/iic.c b/STM32F103_App1/HardWare/IIC/iic.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/IIC/iic.c rename to STM32F103_App1/HardWare/IIC/iic.c diff --git a/V1.5/STM32F103_App1/HardWare/IIC/iic.h b/STM32F103_App1/HardWare/IIC/iic.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/IIC/iic.h rename to STM32F103_App1/HardWare/IIC/iic.h diff --git a/V1.5/STM32F103_App1/HardWare/LED/led.c b/STM32F103_App1/HardWare/LED/led.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/LED/led.c rename to STM32F103_App1/HardWare/LED/led.c diff --git a/V1.5/STM32F103_App1/HardWare/LED/led.h b/STM32F103_App1/HardWare/LED/led.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/LED/led.h rename to STM32F103_App1/HardWare/LED/led.h diff --git a/V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi.c b/STM32F103_App1/HardWare/NETWORK/net_wifi.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi.c rename to STM32F103_App1/HardWare/NETWORK/net_wifi.c diff --git a/V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi.h b/STM32F103_App1/HardWare/NETWORK/net_wifi.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi.h rename to STM32F103_App1/HardWare/NETWORK/net_wifi.h diff --git a/V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.c b/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.c rename to STM32F103_App1/HardWare/NETWORK/net_wifi_ota.c diff --git a/V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.h b/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/NETWORK/net_wifi_ota.h rename to STM32F103_App1/HardWare/NETWORK/net_wifi_ota.h diff --git a/V1.5/STM32F103_App1/HardWare/NETWORK/network.c b/STM32F103_App1/HardWare/NETWORK/network.c similarity index 97% rename from V1.5/STM32F103_App1/HardWare/NETWORK/network.c rename to STM32F103_App1/HardWare/NETWORK/network.c index cb9a90b..04bc00a 100644 --- a/V1.5/STM32F103_App1/HardWare/NETWORK/network.c +++ b/STM32F103_App1/HardWare/NETWORK/network.c @@ -377,21 +377,25 @@ int NET_publish_power_wait(int on) return rc; } -/* ϱۼƵ+ʵʱ: energy(kWh) + power(W)ͬһ */ +/* ϱۼƵ+ʵʱ: energy(kWh) ֵ + power ַ("220V,0.21A,46.2W")ͬһġ + * power ģΪַͣһչʾѹ// */ void NET_publish_energy(float kwh, float power_w) { if (g_net_tx_busy) { log_info("> NET: energy ϱ (æ)"); return; } if (net_at_trylock() != 0) { log_info("> NET: energy ϱ (AT æ)"); return; } + char pwr[40]; + snprintf(pwr, sizeof(pwr), "%dV,%.2fA,%.1fW", + (int)hlw8032_get_voltage_v(), (double)hlw8032_get_current_a(), (double)power_w); if (s_backend == NET_BACKEND_4G) { - CAT1_printf("AT+MPUB=\"/iot/data/up/%s\",0,0,\"{\\22header\\22:\\22iot.prop.post\\22,\\22body\\22:{\\22energy\\22:%.2f,\\22power\\22:%.1f}}\"", - MqttInfoStr.ClientID, kwh, power_w); + CAT1_printf("AT+MPUB=\"/iot/data/up/%s\",0,0,\"{\\22header\\22:\\22iot.prop.post\\22,\\22body\\22:{\\22energy\\22:%.2f,\\22power\\22:\\22%s\\22}}\"", + MqttInfoStr.ClientID, kwh, pwr); } else { char json[128]; snprintf(json, sizeof(json), - "{\"header\":\"iot.prop.post\",\"body\":{\"energy\":%.2f,\"power\":%.1f}}", kwh, power_w); + "{\"header\":\"iot.prop.post\",\"body\":{\"energy\":%.2f,\"power\":\"%s\"}}", kwh, pwr); net_wifi_publish_up(json); } - log_debug("> NET: energy ѷ %.2f", (double)kwh); + log_debug("> NET: energy ѷ %.2f %s", (double)kwh, pwr); net_at_unlock(); } diff --git a/V1.5/STM32F103_App1/HardWare/NETWORK/network.h b/STM32F103_App1/HardWare/NETWORK/network.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/NETWORK/network.h rename to STM32F103_App1/HardWare/NETWORK/network.h diff --git a/V1.5/STM32F103_App1/HardWare/OLED/oled.c b/STM32F103_App1/HardWare/OLED/oled.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/OLED/oled.c rename to STM32F103_App1/HardWare/OLED/oled.c diff --git a/V1.5/STM32F103_App1/HardWare/OLED/oled.h b/STM32F103_App1/HardWare/OLED/oled.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/OLED/oled.h rename to STM32F103_App1/HardWare/OLED/oled.h diff --git a/V1.5/STM32F103_App1/HardWare/RELAY/relay.c b/STM32F103_App1/HardWare/RELAY/relay.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/RELAY/relay.c rename to STM32F103_App1/HardWare/RELAY/relay.c diff --git a/V1.5/STM32F103_App1/HardWare/RELAY/relay.h b/STM32F103_App1/HardWare/RELAY/relay.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/RELAY/relay.h rename to STM32F103_App1/HardWare/RELAY/relay.h diff --git a/V1.5/STM32F103_App1/HardWare/SYSINIT/app_loop.c b/STM32F103_App1/HardWare/SYSINIT/app_loop.c similarity index 99% rename from V1.5/STM32F103_App1/HardWare/SYSINIT/app_loop.c rename to STM32F103_App1/HardWare/SYSINIT/app_loop.c index 616ff09..94e3715 100644 --- a/V1.5/STM32F103_App1/HardWare/SYSINIT/app_loop.c +++ b/STM32F103_App1/HardWare/SYSINIT/app_loop.c @@ -413,7 +413,7 @@ static void sys_task(void *arg) } } - /* ܣ־̶ 10s һϱʲԣ>10W ÿ 30s״Σ */ + /* ܣ־̶ 10s һϱΪ״һ̶֮ÿ 3 һ */ if (g_net_mqtt_ready && hlw8032_online() && (HAL_GetTick() - en_print) >= 10000u) { en_print = HAL_GetTick(); diff --git a/V1.5/STM32F103_App1/HardWare/SYSINIT/app_loop.h b/STM32F103_App1/HardWare/SYSINIT/app_loop.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/SYSINIT/app_loop.h rename to STM32F103_App1/HardWare/SYSINIT/app_loop.h diff --git a/V1.5/STM32F103_App1/HardWare/SYSINIT/reset_log.c b/STM32F103_App1/HardWare/SYSINIT/reset_log.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/SYSINIT/reset_log.c rename to STM32F103_App1/HardWare/SYSINIT/reset_log.c diff --git a/V1.5/STM32F103_App1/HardWare/SYSINIT/reset_log.h b/STM32F103_App1/HardWare/SYSINIT/reset_log.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/SYSINIT/reset_log.h rename to STM32F103_App1/HardWare/SYSINIT/reset_log.h diff --git a/V1.5/STM32F103_App1/HardWare/SYSINIT/system.c b/STM32F103_App1/HardWare/SYSINIT/system.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/SYSINIT/system.c rename to STM32F103_App1/HardWare/SYSINIT/system.c diff --git a/V1.5/STM32F103_App1/HardWare/SYSINIT/system.h b/STM32F103_App1/HardWare/SYSINIT/system.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/SYSINIT/system.h rename to STM32F103_App1/HardWare/SYSINIT/system.h diff --git a/V1.5/STM32F103_App1/HardWare/UART/uart.c b/STM32F103_App1/HardWare/UART/uart.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/UART/uart.c rename to STM32F103_App1/HardWare/UART/uart.c diff --git a/V1.5/STM32F103_App1/HardWare/UART/uart.h b/STM32F103_App1/HardWare/UART/uart.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/UART/uart.h rename to STM32F103_App1/HardWare/UART/uart.h diff --git a/V1.5/STM32F103_App1/HardWare/USER_CMD/ble_at.c b/STM32F103_App1/HardWare/USER_CMD/ble_at.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/USER_CMD/ble_at.c rename to STM32F103_App1/HardWare/USER_CMD/ble_at.c diff --git a/V1.5/STM32F103_App1/HardWare/USER_CMD/ble_at.h b/STM32F103_App1/HardWare/USER_CMD/ble_at.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/USER_CMD/ble_at.h rename to STM32F103_App1/HardWare/USER_CMD/ble_at.h diff --git a/V1.5/STM32F103_App1/HardWare/USER_CMD/user_cmd.c b/STM32F103_App1/HardWare/USER_CMD/user_cmd.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/USER_CMD/user_cmd.c rename to STM32F103_App1/HardWare/USER_CMD/user_cmd.c diff --git a/V1.5/STM32F103_App1/HardWare/USER_CMD/user_cmd.h b/STM32F103_App1/HardWare/USER_CMD/user_cmd.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/USER_CMD/user_cmd.h rename to STM32F103_App1/HardWare/USER_CMD/user_cmd.h diff --git a/V1.5/STM32F103_App1/HardWare/W25Q64/w25q64.c b/STM32F103_App1/HardWare/W25Q64/w25q64.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/W25Q64/w25q64.c rename to STM32F103_App1/HardWare/W25Q64/w25q64.c diff --git a/V1.5/STM32F103_App1/HardWare/W25Q64/w25q64.h b/STM32F103_App1/HardWare/W25Q64/w25q64.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/W25Q64/w25q64.h rename to STM32F103_App1/HardWare/W25Q64/w25q64.h diff --git a/V1.5/STM32F103_App1/HardWare/WIFI/esp8266.c b/STM32F103_App1/HardWare/WIFI/esp8266.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/WIFI/esp8266.c rename to STM32F103_App1/HardWare/WIFI/esp8266.c diff --git a/V1.5/STM32F103_App1/HardWare/WIFI/esp8266.h b/STM32F103_App1/HardWare/WIFI/esp8266.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/WIFI/esp8266.h rename to STM32F103_App1/HardWare/WIFI/esp8266.h diff --git a/V1.5/STM32F103_App1/HardWare/WIFI/mqtt_client.c b/STM32F103_App1/HardWare/WIFI/mqtt_client.c similarity index 100% rename from V1.5/STM32F103_App1/HardWare/WIFI/mqtt_client.c rename to STM32F103_App1/HardWare/WIFI/mqtt_client.c diff --git a/V1.5/STM32F103_App1/HardWare/WIFI/mqtt_client.h b/STM32F103_App1/HardWare/WIFI/mqtt_client.h similarity index 100% rename from V1.5/STM32F103_App1/HardWare/WIFI/mqtt_client.h rename to STM32F103_App1/HardWare/WIFI/mqtt_client.h diff --git a/V1.5/STM32F103_App1/Inc/FreeRTOSConfig.h b/STM32F103_App1/Inc/FreeRTOSConfig.h similarity index 100% rename from V1.5/STM32F103_App1/Inc/FreeRTOSConfig.h rename to STM32F103_App1/Inc/FreeRTOSConfig.h diff --git a/V1.5/STM32F103_App1/Inc/app_common.h b/STM32F103_App1/Inc/app_common.h similarity index 100% rename from V1.5/STM32F103_App1/Inc/app_common.h rename to STM32F103_App1/Inc/app_common.h diff --git a/V1.5/STM32F103_App1/Inc/main.h b/STM32F103_App1/Inc/main.h similarity index 94% rename from V1.5/STM32F103_App1/Inc/main.h rename to STM32F103_App1/Inc/main.h index 0f3c5d3..8f5aef3 100644 --- a/V1.5/STM32F103_App1/Inc/main.h +++ b/STM32F103_App1/Inc/main.h @@ -31,7 +31,7 @@ extern UART_HandleTypeDef huart3; * ƽ̨мʱ */ /*===== ̼汾ţӡãİ汾ֻ =====*/ -#define FIRMWARE_VERSION_STR "1.5.9" +#define FIRMWARE_VERSION_STR "1.5.11" #define PRODUCT_WITH_FEED_SCALE 1 /* ĬϴӣEEPROM 172 ɸģ SCALE0/1 л */ @@ -53,15 +53,15 @@ extern UART_HandleTypeDef huart3; //#define MQTT_USERNAME "698227263545354343" //#define MQTT_PASSWORD "b612c2839c135934" -////RTOS-Ͷϻ--01 -//#define MQTT_CLIENT_ID "46c080c385c3652e" -//#define MQTT_USERNAME "766990788193702677" -//#define MQTT_PASSWORD "6ae9622b7034326b" - -//RTOS-Ͷϻ--03 -#define MQTT_CLIENT_ID "5791a8579d459290" +//RTOS-Ͷϻ--01 +#define MQTT_CLIENT_ID "46c080c385c3652e" #define MQTT_USERNAME "766990788193702677" -#define MQTT_PASSWORD "5f6cd7748ec9db35" +#define MQTT_PASSWORD "6ae9622b7034326b" + +////RTOS-Ͷϻ--03 +//#define MQTT_CLIENT_ID "5791a8579d459290" +//#define MQTT_USERNAME "766990788193702677" +//#define MQTT_PASSWORD "5f6cd7748ec9db35" #define MQTT_SERVER_IP "58.17.14.95" #define MQTT_SERVER_PORT 1880 diff --git a/V1.5/STM32F103_App1/Inc/stm32f1xx_hal_conf.h b/STM32F103_App1/Inc/stm32f1xx_hal_conf.h similarity index 100% rename from V1.5/STM32F103_App1/Inc/stm32f1xx_hal_conf.h rename to STM32F103_App1/Inc/stm32f1xx_hal_conf.h diff --git a/V1.5/STM32F103_App1/Inc/stm32f1xx_it.h b/STM32F103_App1/Inc/stm32f1xx_it.h similarity index 100% rename from V1.5/STM32F103_App1/Inc/stm32f1xx_it.h rename to STM32F103_App1/Inc/stm32f1xx_it.h diff --git a/V1.5/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h b/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h rename to STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h diff --git a/V1.5/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s b/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s rename to STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s diff --git a/V1.5/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c b/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c rename to STM32F103_App1/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c diff --git a/V1.5/STM32F103_App1/MDK-ARM/RTE/RTE_Components.h b/STM32F103_App1/MDK-ARM/RTE/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/RTE/RTE_Components.h rename to STM32F103_App1/MDK-ARM/RTE/RTE_Components.h diff --git a/V1.5/STM32F103_App1/MDK-ARM/RTE/_STM32F103rb_App1/RTE_Components.h b/STM32F103_App1/MDK-ARM/RTE/_STM32F103rb_App1/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/RTE/_STM32F103rb_App1/RTE_Components.h rename to STM32F103_App1/MDK-ARM/RTE/_STM32F103rb_App1/RTE_Components.h diff --git a/V1.5/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvoptx b/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvoptx similarity index 99% rename from V1.5/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvoptx rename to STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvoptx index bdcee19..7ae1993 100644 --- a/V1.5/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvoptx +++ b/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvoptx @@ -647,7 +647,7 @@ HardWare - 0 + 1 0 0 0 diff --git a/V1.5/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvprojx b/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvprojx similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvprojx rename to STM32F103_App1/MDK-ARM/STM32F103rb_App1.uvprojx diff --git a/V1.5/STM32F103_App1/MDK-ARM/VTOR b/STM32F103_App1/MDK-ARM/VTOR similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/VTOR rename to STM32F103_App1/MDK-ARM/VTOR diff --git a/V1.5/STM32F103_App1/MDK-ARM/jlink_flash.jlink b/STM32F103_App1/MDK-ARM/jlink_flash.jlink similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/jlink_flash.jlink rename to STM32F103_App1/MDK-ARM/jlink_flash.jlink diff --git a/V1.5/STM32F103_App1/MDK-ARM/jlink_reset.jlink b/STM32F103_App1/MDK-ARM/jlink_reset.jlink similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/jlink_reset.jlink rename to STM32F103_App1/MDK-ARM/jlink_reset.jlink diff --git a/V1.5/STM32F103_App1/MDK-ARM/startup_stm32f103xb.s b/STM32F103_App1/MDK-ARM/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_App1/MDK-ARM/startup_stm32f103xb.s rename to STM32F103_App1/MDK-ARM/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/FreeRTOS.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/FreeRTOS.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/FreeRTOS.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/FreeRTOS.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/StackMacros.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/StackMacros.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/StackMacros.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/StackMacros.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/croutine.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/croutine.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/croutine.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/croutine.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/deprecated_definitions.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/deprecated_definitions.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/deprecated_definitions.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/deprecated_definitions.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/event_groups.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/event_groups.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/event_groups.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/event_groups.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/list.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/list.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/list.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/list.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/message_buffer.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/message_buffer.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/message_buffer.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/message_buffer.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_prototypes.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_prototypes.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_prototypes.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_prototypes.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_wrappers.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_wrappers.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_wrappers.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/mpu_wrappers.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/portable.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/portable.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/portable.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/portable.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/projdefs.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/projdefs.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/projdefs.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/projdefs.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/queue.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/queue.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/queue.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/queue.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/semphr.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/semphr.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/semphr.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/semphr.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/stack_macros.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/stack_macros.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/stack_macros.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/stack_macros.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/stream_buffer.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/stream_buffer.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/stream_buffer.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/stream_buffer.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/task.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/task.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/task.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/task.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/timers.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/include/timers.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/include/timers.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/include/timers.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/list.c b/STM32F103_App1/Middlewares/FreeRTOS/Source/list.c similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/list.c rename to STM32F103_App1/Middlewares/FreeRTOS/Source/list.c diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/MemMang/heap_4.c b/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/MemMang/heap_4.c similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/MemMang/heap_4.c rename to STM32F103_App1/Middlewares/FreeRTOS/Source/portable/MemMang/heap_4.c diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c rename to STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h b/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h rename to STM32F103_App1/Middlewares/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/queue.c b/STM32F103_App1/Middlewares/FreeRTOS/Source/queue.c similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/queue.c rename to STM32F103_App1/Middlewares/FreeRTOS/Source/queue.c diff --git a/V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/tasks.c b/STM32F103_App1/Middlewares/FreeRTOS/Source/tasks.c similarity index 100% rename from V1.5/STM32F103_App1/Middlewares/FreeRTOS/Source/tasks.c rename to STM32F103_App1/Middlewares/FreeRTOS/Source/tasks.c diff --git a/V1.5/STM32F103_App1/README.md b/STM32F103_App1/README.md similarity index 100% rename from V1.5/STM32F103_App1/README.md rename to STM32F103_App1/README.md diff --git a/V1.5/STM32F103_App1/Src/fix_rn.ps1 b/STM32F103_App1/Src/fix_rn.ps1 similarity index 100% rename from V1.5/STM32F103_App1/Src/fix_rn.ps1 rename to STM32F103_App1/Src/fix_rn.ps1 diff --git a/V1.5/STM32F103_App1/Src/main.c b/STM32F103_App1/Src/main.c similarity index 100% rename from V1.5/STM32F103_App1/Src/main.c rename to STM32F103_App1/Src/main.c diff --git a/V1.5/STM32F103_App1/Src/stm32f1xx_hal_msp.c b/STM32F103_App1/Src/stm32f1xx_hal_msp.c similarity index 100% rename from V1.5/STM32F103_App1/Src/stm32f1xx_hal_msp.c rename to STM32F103_App1/Src/stm32f1xx_hal_msp.c diff --git a/V1.5/STM32F103_App1/Src/stm32f1xx_hal_timebase_tim.c b/STM32F103_App1/Src/stm32f1xx_hal_timebase_tim.c similarity index 100% rename from V1.5/STM32F103_App1/Src/stm32f1xx_hal_timebase_tim.c rename to STM32F103_App1/Src/stm32f1xx_hal_timebase_tim.c diff --git a/V1.5/STM32F103_App1/Src/stm32f1xx_it.c b/STM32F103_App1/Src/stm32f1xx_it.c similarity index 100% rename from V1.5/STM32F103_App1/Src/stm32f1xx_it.c rename to STM32F103_App1/Src/stm32f1xx_it.c diff --git a/V1.5/STM32F103_App1/Src/system_stm32f1xx.c b/STM32F103_App1/Src/system_stm32f1xx.c similarity index 100% rename from V1.5/STM32F103_App1/Src/system_stm32f1xx.c rename to STM32F103_App1/Src/system_stm32f1xx.c diff --git a/V1.5/STM32F103_App1/keilkill.bat b/STM32F103_App1/keilkill.bat similarity index 100% rename from V1.5/STM32F103_App1/keilkill.bat rename to STM32F103_App1/keilkill.bat diff --git a/V1.5/STM32F103_App1/m_app/boot_share.h b/STM32F103_App1/m_app/boot_share.h similarity index 100% rename from V1.5/STM32F103_App1/m_app/boot_share.h rename to STM32F103_App1/m_app/boot_share.h diff --git a/V1.5/STM32F103_App1/m_app/ota_app.h b/STM32F103_App1/m_app/ota_app.h similarity index 100% rename from V1.5/STM32F103_App1/m_app/ota_app.h rename to STM32F103_App1/m_app/ota_app.h diff --git a/V1.5/STM32F103_App1/m_app/proto.c b/STM32F103_App1/m_app/proto.c similarity index 100% rename from V1.5/STM32F103_App1/m_app/proto.c rename to STM32F103_App1/m_app/proto.c diff --git a/V1.5/STM32F103_App1/m_app/proto.h b/STM32F103_App1/m_app/proto.h similarity index 100% rename from V1.5/STM32F103_App1/m_app/proto.h rename to STM32F103_App1/m_app/proto.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armcc.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armcc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armclang.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armclang.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armclang.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_armclang.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_compiler.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_compiler.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_compiler.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_compiler.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_gcc.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_gcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_gcc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_gcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_iccarm.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_iccarm.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_iccarm.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_iccarm.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_version.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_version.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_version.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/cmsis_version.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mbl.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mbl.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mbl.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mbl.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mml.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mml.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mml.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_armv8mml.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0plus.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0plus.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0plus.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm0plus.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm1.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm1.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm1.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm1.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm23.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm23.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm23.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm23.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm3.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm3.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm3.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm3.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm33.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm33.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm33.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm33.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm4.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm4.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm4.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm4.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm7.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm7.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm7.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_cm7.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc000.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc000.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc000.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc000.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc300.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc300.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc300.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/core_sc300.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv7.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv7.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv7.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv7.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv8.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv8.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv8.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/mpu_armv8.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/tz_context.h b/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/tz_context.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Include/tz_context.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Include/tz_context.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c b/STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c b/STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c rename to STM32F103_BootLoader/Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_armclang.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_compiler.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_cp15.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/cmsis_iccarm.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/core_ca.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/core_ca.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/core_ca.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/core_ca.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/irq_ctrl.h b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/irq_ctrl.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/irq_ctrl.h rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Include/irq_ctrl.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c b/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c rename to STM32F103_BootLoader/Drivers/CMSIS/Core_A/Source/irq_ctrl_gic.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/opt_arg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/splice.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/all_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/basic_math_tests/basic_math_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/complex_math_tests/complex_math_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/fast_math_tests/fast_math_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/filtering_tests/filtering_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/intrinsics_tests/intrinsics_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/statistics_tests/statistics_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/support_tests/support_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/template.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/templates/test_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_templates.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_test_group.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/transform_tests/transform_tests.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/type_abbrev.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/inc/ref.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/abs.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/add.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/dot_prod.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/mult.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/negate.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/offset.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/scale.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/shift.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/BasicMathFunctions/sub.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_conj.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_dot_prod.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mag_squared.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_cmplx.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ComplexMathFunctions/cmplx_mult_real.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/pid.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/cos.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sin.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FastMathFunctions/sqrt.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/mat_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/HelperFunctions/ref_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/Intrinsics/intrinsics.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_inverse.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_mult.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_trans.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/max.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/mean.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/min.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/power.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/rms.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/std.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/StatisticsFunctions/var.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/copy.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fill.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_fixed.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/fixed_to_float.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/SupportFunctions/float_to_fixed.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/dct4.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/rfft.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/arm_class_marks_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/arm_convolution_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/arm_dotproduct_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/arm_fft_bin_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/arm_fir_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/arm_linear_interp_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/arm_matrix_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_data.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/arm_signal_converge_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/math_helper.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/arm_sin_cos_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/arm_variance_example_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_common_tables.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_common_tables.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_common_tables.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_common_tables.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_const_structs.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_const_structs.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_const_structs.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_const_structs.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_math.h b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_math.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_math.h rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Include/arm_math.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_add_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_offset_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_sub_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_common_tables.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/CommonTables/arm_const_structs.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_pid_reset_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/ControllerFunctions/arm_sin_cos_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_cos_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sin_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FastMathFunctions/arm_sqrt_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_opt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_opt_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_opt_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_partial_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_conv_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_opt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_opt_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_correlate_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_decimate_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_init_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_interpolate_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_lattice_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_init_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_fir_sparse_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_iir_lattice_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_norm_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_lms_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_add_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_cmplx_mult_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_inverse_f64.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_fast_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_mult_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_scale_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_sub_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/MatrixFunctions/arm_mat_trans_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix2_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix8_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_dct4_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_f32.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c b/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c rename to STM32F103_BootLoader/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q31.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c b/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c rename to STM32F103_BootLoader/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armcc.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armcc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armclang.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armclang.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armclang.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_armclang.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_compiler.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_compiler.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_compiler.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_compiler.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_gcc.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_gcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_gcc.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_gcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_iccarm.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_iccarm.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_iccarm.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_iccarm.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_version.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_version.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_version.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/cmsis_version.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mbl.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mbl.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mbl.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mbl.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mml.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mml.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mml.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_armv8mml.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0plus.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0plus.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0plus.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm0plus.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm1.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm1.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm1.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm1.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm23.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm23.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm23.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm23.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm3.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm3.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm3.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm3.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm33.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm33.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm33.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm33.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm4.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm4.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm4.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm4.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm7.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm7.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm7.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_cm7.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc000.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc000.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc000.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc000.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc300.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc300.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc300.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/core_sc300.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv7.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv7.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv7.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv7.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv8.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv8.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv8.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/mpu_armv8.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/tz_context.h b/STM32F103_BootLoader/Drivers/CMSIS/Include/tz_context.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Include/tz_context.h rename to STM32F103_BootLoader/Drivers/CMSIS/Include/tz_context.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib b/STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib rename to STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3b_math.lib diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib b/STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib rename to STM32F103_BootLoader/Drivers/CMSIS/Lib/ARM/arm_cortexM3l_math.lib diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a b/STM32F103_BootLoader/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a rename to STM32F103_BootLoader/Drivers/CMSIS/Lib/GCC/libarm_cortexM3l_math.a diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a b/STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a rename to STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3b_math.a diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a b/STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a rename to STM32F103_BootLoader/Drivers/CMSIS/Lib/IAR/iar_cortexM3l_math.a diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/Compiler/EventRecorderConf.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM0/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM3/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM4_FP/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/RTE/_ARMCM7_SP/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10.cpp diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_inputs.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_parameter.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/arm_nnexamples_cifar10_weights.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/Compiler/EventRecorderConf.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM0/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM3/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM4_FP/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/RTE/_ARMCM7_SP/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru.cpp diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/arm_nnexamples_gru_test_data.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nn_tables.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nn_tables.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nn_tables.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nn_tables.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnfunctions.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnfunctions.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnfunctions.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnfunctions.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM0/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM3/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM4_FP/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/RTE/_ARMCM7_SP/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q15_ref_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_convolve_HWC_q7_ref_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_depthwise_separable_conv_HWC_q7_ref_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_opt_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_mat_q7_vec_q15_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_opt_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q15_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_opt_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_fully_connected_q7_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_nn_mult_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_pool_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/arm_relu_ref.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/fully_connected_testing_weights.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ref_functions.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.cpp diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h b/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h rename to STM32F103_BootLoader/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/arm_nnexamples_nn_test.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c b/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c rename to STM32F103_BootLoader/Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS/Template/cmsis_os.h b/STM32F103_BootLoader/Drivers/CMSIS/RTOS/Template/cmsis_os.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS/Template/cmsis_os.h rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS/Template/cmsis_os.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/cmsis_os2.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/os_tick.h b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/os_tick.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/os_tick.h rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Include/os_tick.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_systick.c b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_systick.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_systick.c rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_systick.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_gtim.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Source/os_tick_ptim.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os.h b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os.h rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c b/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c rename to STM32F103_BootLoader/Drivers/CMSIS/RTOS2/Template/cmsis_os1.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_ex_legacy.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32f1xx_hal_can_legacy.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32_assert_template.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_conf_template.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_msp_template.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_rtc_alarm_template.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_timebase_tim_template.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c diff --git a/V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c b/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c rename to STM32F103_BootLoader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c diff --git a/V1.5/STM32F103_BootLoader/HardWare/W25Q64/w25q64.c b/STM32F103_BootLoader/HardWare/W25Q64/w25q64.c similarity index 100% rename from V1.5/STM32F103_BootLoader/HardWare/W25Q64/w25q64.c rename to STM32F103_BootLoader/HardWare/W25Q64/w25q64.c diff --git a/V1.5/STM32F103_BootLoader/HardWare/W25Q64/w25q64.h b/STM32F103_BootLoader/HardWare/W25Q64/w25q64.h similarity index 100% rename from V1.5/STM32F103_BootLoader/HardWare/W25Q64/w25q64.h rename to STM32F103_BootLoader/HardWare/W25Q64/w25q64.h diff --git a/V1.5/STM32F103_BootLoader/Inc/main.h b/STM32F103_BootLoader/Inc/main.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Inc/main.h rename to STM32F103_BootLoader/Inc/main.h diff --git a/V1.5/STM32F103_BootLoader/Inc/stm32f1xx_hal_conf.h b/STM32F103_BootLoader/Inc/stm32f1xx_hal_conf.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Inc/stm32f1xx_hal_conf.h rename to STM32F103_BootLoader/Inc/stm32f1xx_hal_conf.h diff --git a/V1.5/STM32F103_BootLoader/Inc/stm32f1xx_it.h b/STM32F103_BootLoader/Inc/stm32f1xx_it.h similarity index 100% rename from V1.5/STM32F103_BootLoader/Inc/stm32f1xx_it.h rename to STM32F103_BootLoader/Inc/stm32f1xx_it.h diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h b/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h rename to STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/RTE_Device.h diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s b/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s rename to STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/startup_stm32f10x_hd.s diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c b/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c rename to STM32F103_BootLoader/MDK-ARM/RTE/Device/STM32F103RC/system_stm32f10x.c diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/RTE/RTE_Components.h b/STM32F103_BootLoader/MDK-ARM/RTE/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/RTE/RTE_Components.h rename to STM32F103_BootLoader/MDK-ARM/RTE/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/RTE/_STM32F103rb_bootloader/RTE_Components.h b/STM32F103_BootLoader/MDK-ARM/RTE/_STM32F103rb_bootloader/RTE_Components.h similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/RTE/_STM32F103rb_bootloader/RTE_Components.h rename to STM32F103_BootLoader/MDK-ARM/RTE/_STM32F103rb_bootloader/RTE_Components.h diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvoptx b/STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvoptx similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvoptx rename to STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvoptx diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvprojx b/STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvprojx similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvprojx rename to STM32F103_BootLoader/MDK-ARM/STM32F103rb_bootloader.uvprojx diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/jlink_flash.jlink b/STM32F103_BootLoader/MDK-ARM/jlink_flash.jlink similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/jlink_flash.jlink rename to STM32F103_BootLoader/MDK-ARM/jlink_flash.jlink diff --git a/V1.5/STM32F103_BootLoader/MDK-ARM/startup_stm32f103xb.s b/STM32F103_BootLoader/MDK-ARM/startup_stm32f103xb.s similarity index 100% rename from V1.5/STM32F103_BootLoader/MDK-ARM/startup_stm32f103xb.s rename to STM32F103_BootLoader/MDK-ARM/startup_stm32f103xb.s diff --git a/V1.5/STM32F103_BootLoader/Src/main.c b/STM32F103_BootLoader/Src/main.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Src/main.c rename to STM32F103_BootLoader/Src/main.c diff --git a/V1.5/STM32F103_BootLoader/Src/main.c.utf8 b/STM32F103_BootLoader/Src/main.c.utf8 similarity index 100% rename from V1.5/STM32F103_BootLoader/Src/main.c.utf8 rename to STM32F103_BootLoader/Src/main.c.utf8 diff --git a/V1.5/STM32F103_BootLoader/Src/stm32f1xx_hal_msp.c b/STM32F103_BootLoader/Src/stm32f1xx_hal_msp.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Src/stm32f1xx_hal_msp.c rename to STM32F103_BootLoader/Src/stm32f1xx_hal_msp.c diff --git a/V1.5/STM32F103_BootLoader/Src/stm32f1xx_it.c b/STM32F103_BootLoader/Src/stm32f1xx_it.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Src/stm32f1xx_it.c rename to STM32F103_BootLoader/Src/stm32f1xx_it.c diff --git a/V1.5/STM32F103_BootLoader/Src/system_stm32f1xx.c b/STM32F103_BootLoader/Src/system_stm32f1xx.c similarity index 100% rename from V1.5/STM32F103_BootLoader/Src/system_stm32f1xx.c rename to STM32F103_BootLoader/Src/system_stm32f1xx.c diff --git a/V1.5/STM32F103_BootLoader/keilkill.bat b/STM32F103_BootLoader/keilkill.bat similarity index 100% rename from V1.5/STM32F103_BootLoader/keilkill.bat rename to STM32F103_BootLoader/keilkill.bat diff --git a/V1.5/STM32F103_BootLoader/m_app/boot_share.h b/STM32F103_BootLoader/m_app/boot_share.h similarity index 100% rename from V1.5/STM32F103_BootLoader/m_app/boot_share.h rename to STM32F103_BootLoader/m_app/boot_share.h diff --git a/V1.5/STM32F103_BootLoader/m_app/ota_boot.c b/STM32F103_BootLoader/m_app/ota_boot.c similarity index 100% rename from V1.5/STM32F103_BootLoader/m_app/ota_boot.c rename to STM32F103_BootLoader/m_app/ota_boot.c diff --git a/V1.5/STM32F103_BootLoader/m_app/ota_boot.c.utf8 b/STM32F103_BootLoader/m_app/ota_boot.c.utf8 similarity index 100% rename from V1.5/STM32F103_BootLoader/m_app/ota_boot.c.utf8 rename to STM32F103_BootLoader/m_app/ota_boot.c.utf8 diff --git a/V1.5/STM32F103_BootLoader/m_app/ota_boot.h b/STM32F103_BootLoader/m_app/ota_boot.h similarity index 100% rename from V1.5/STM32F103_BootLoader/m_app/ota_boot.h rename to STM32F103_BootLoader/m_app/ota_boot.h diff --git a/V1.5/STM32F103_App1/HardWare/LOG/log.c b/V1.5/STM32F103_App1/HardWare/LOG/log.c deleted file mode 100644 index 14b980a..0000000 --- a/V1.5/STM32F103_App1/HardWare/LOG/log.c +++ /dev/null @@ -1,106 +0,0 @@ -#include "log.h" -#include "24c02.h" -#include -#include "FreeRTOS.h" -#include "task.h" -#include "semphr.h" - -static LogLevel current_level = LOG_DEBUG; // LOG_WARN;//LOG_DEBUG; - -/* ־񲢷ӡʱֹ־֯ǰΪղ */ -static SemaphoreHandle_t s_log_mutex = NULL; - -void log_lock_init(void) -{ - s_log_mutex = xSemaphoreCreateMutex(); -} - -/* ־ȼ EEPROM ƫƣ160ܿռã */ -#define LOG_LEVEL_ADDR 160 - -/* ȡ־ȼǷֵ DEBUG ̣ */ -void log_load_level(void) -{ - uint8_t lv = LOG_DEBUG; - eepromReadData(LOG_LEVEL_ADDR, &lv, 1); - if (lv > LOG_FATAL) { - lv = LOG_DEBUG; - eepromWriteData(LOG_LEVEL_ADDR, &lv, 1); - } - current_level = (LogLevel)lv; -} - -LogLevel log_get_level(void) -{ - return current_level; -} - -void log_set_level(LogLevel level) -{ - current_level = level; - uint8_t lv = (uint8_t)level; /* ϵ粻 */ - eepromWriteData(LOG_LEVEL_ADDR, &lv, 1); -} - -/* Output log message via USART1 (HAL) */ -static volatile uint8_t s_log_mute = 0; - -/* AT ھBLE ģ־ UART1AT ڼ־ֽڻȾģ */ -void log_mute(uint8_t on) -{ - s_log_mute = on; -} - -static void _log_print(LogLevel level, const char *tag, const char *fmt, va_list args) -{ - if (s_log_mute) return; - if (current_level <= level) { - char buf[256]; - int len = vsnprintf(buf, sizeof(buf) - 2, fmt, args); - uint8_t locked = 0; - if (s_log_mutex && xTaskGetSchedulerState() == taskSCHEDULER_RUNNING) { - xSemaphoreTake(s_log_mutex, portMAX_DELAY); - locked = 1; - } - /* USART1 already inited when log is called */ - extern UART_HandleTypeDef huart1; - HAL_UART_Transmit(&huart1, (uint8_t *)"[", 1, 100); - HAL_UART_Transmit(&huart1, (uint8_t *)tag, strlen(tag), 100); - HAL_UART_Transmit(&huart1, (uint8_t *)"] ", 2, 100); - HAL_UART_Transmit(&huart1, (uint8_t *)buf, len, 500); - HAL_UART_Transmit(&huart1, (uint8_t *)"\r\n", 2, 100); - if (locked) xSemaphoreGive(s_log_mutex); - } -} - -void log_debug(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_DEBUG, "DEBUG", fmt, args); - va_end(args); -} - -void log_info(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_INFO, "INFO", fmt, args); - va_end(args); -} - -void log_warn(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_WARN, "WARN", fmt, args); - va_end(args); -} - -void log_error(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_ERROR, "ERROR", fmt, args); - va_end(args); -} diff --git a/V1.5/STM32F103_App1/HardWare/LOG/log.h b/V1.5/STM32F103_App1/HardWare/LOG/log.h deleted file mode 100644 index 7363fe3..0000000 --- a/V1.5/STM32F103_App1/HardWare/LOG/log.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef LOG_H -#define LOG_H - -#include -#include -#include "main.h" - -typedef enum { - LOG_TRACE, - LOG_DEBUG, - LOG_INFO, - LOG_WARN, - LOG_ERROR, - LOG_FATAL -}LogLevel; - -void log_set_level(LogLevel level); /* ĵȼ EEPROM */ -void log_load_level(void); -LogLevel log_get_level(void); /* ȡ־ȼ */ -void log_lock_init(void); -void log_mute(uint8_t on); /* AT ھBLE ڼͣ־ */ /* ־ʼǰһΣ */ - -void log_debug(const char *fmt, ...); -void log_info(const char *fmt, ...); -void log_warn(const char *fmt, ...); -void log_error(const char *fmt, ...); - - -#endif diff --git a/V1.5/STM32F103_App1/HardWare/LOG/log_cn.c b/V1.5/STM32F103_App1/HardWare/LOG/log_cn.c deleted file mode 100644 index ea27996..0000000 --- a/V1.5/STM32F103_App1/HardWare/LOG/log_cn.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "log_cn.h" - -/* ļΪ UTF-8 룺ARMCC ԭַֽڣ - * յΪ UTF-8ڹ߱ѡ UTF-8 ȷʾģ */ -const char FMT_UPTIME[] = "> ʱ: %u--%02uСʱ--%02u"; -const char FMT_ENERGY[] = "> : %.2fkWh ѹ: %.1fV : %.2fA : %.1fW"; diff --git a/V1.5/STM32F103_App1/HardWare/LOG/log_cn.h b/V1.5/STM32F103_App1/HardWare/LOG/log_cn.h deleted file mode 100644 index 11334d4..0000000 --- a/V1.5/STM32F103_App1/HardWare/LOG/log_cn.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef LOG_CN_H -#define LOG_CN_H - -/* ־ʽUTF-8 룬 log_cn.c ڹ߱ѡ UTF-8 ȷʾ */ -extern const char FMT_UPTIME[]; /* "> ʱ: %u--%02uСʱ--%02u" */ -extern const char FMT_ENERGY[]; /* + ѹ// */ - -#endif /* LOG_CN_H */ diff --git a/V1.5/STM32F103_BootLoader/HardWare/LOG/log.c b/V1.5/STM32F103_BootLoader/HardWare/LOG/log.c deleted file mode 100644 index f965f39..0000000 --- a/V1.5/STM32F103_BootLoader/HardWare/LOG/log.c +++ /dev/null @@ -1,57 +0,0 @@ -#include "log.h" -#include - -static LogLevel current_level = LOG_DEBUG; - -void log_set_level(LogLevel level) -{ - current_level = level; -} - -/* Output log message via USART1 (HAL) */ -static void _log_print(LogLevel level, const char *tag, const char *fmt, va_list args) -{ - if (current_level <= level) { - char buf[256]; - int len = vsnprintf(buf, sizeof(buf) - 2, fmt, args); - /* USART1 already inited when log is called */ - extern UART_HandleTypeDef huart1; - HAL_UART_Transmit(&huart1, (uint8_t *)"[", 1, 100); - HAL_UART_Transmit(&huart1, (uint8_t *)tag, strlen(tag), 100); - HAL_UART_Transmit(&huart1, (uint8_t *)"] ", 2, 100); - HAL_UART_Transmit(&huart1, (uint8_t *)buf, len, 500); - HAL_UART_Transmit(&huart1, (uint8_t *)"\r\n", 2, 100); - } -} - -void log_debug(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_DEBUG, "DEBUG", fmt, args); - va_end(args); -} - -void log_info(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_INFO, "INFO", fmt, args); - va_end(args); -} - -void log_warn(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_WARN, "WARN", fmt, args); - va_end(args); -} - -void log_error(const char *fmt, ...) -{ - va_list args; - va_start(args, fmt); - _log_print(LOG_ERROR, "ERROR", fmt, args); - va_end(args); -} diff --git a/V1.5/STM32F103_BootLoader/HardWare/LOG/log.h b/V1.5/STM32F103_BootLoader/HardWare/LOG/log.h deleted file mode 100644 index 9e9cec3..0000000 --- a/V1.5/STM32F103_BootLoader/HardWare/LOG/log.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef LOG_H -#define LOG_H - -#include -#include -#include "main.h" - -typedef enum { - LOG_TRACE, - LOG_DEBUG, - LOG_INFO, - LOG_WARN, - LOG_ERROR, - LOG_FATAL -}LogLevel; - -void log_set_level(LogLevel level); - -void log_debug(const char *fmt, ...); -void log_info(const char *fmt, ...); -void log_warn(const char *fmt, ...); -void log_error(const char *fmt, ...); - - -#endif diff --git a/V1.5/debug.txt b/V1.5/debug.txt deleted file mode 100644 index 278f9d4..0000000 --- a/V1.5/debug.txt +++ /dev/null @@ -1,172 +0,0 @@ -[INFO] > ʱ: 0--00Сʱ--35 -[INFO] > MQTT: -+MSUB: "/iot/data/down/5791a8579d459290",174 byte,{"id":"937bd2c97b68db53","header":"iot.ota.upgrade.post","body":{"crc16":"3b5f","ver":3,"url":"http://58.17.14.95:81/ota/pull/6d668140ed45caef.bin", -[INFO] > OTA  -[INFO] > OTA 汾: ǰ=2, °汾=3, crc16=0x3B5F -[INFO] > OTA صַ: http://58.17.14.95:81/ota/pull/6d668140ed45caef.bin -[INFO] > OTA: 58.17.14.95:81/ota/pull/6d668140ed45caef.bin -[INFO] > OTA: -[INFO] > 4G: λ... -[INFO] > 4G: λ -[INFO] > OTA: ... -[INFO] > OTA: ڶ AT -[INFO] > OTA: ڶ AT ɹ -[INFO] > OTA: ȴ總... -[INFO] > 4G: PDN Ѽ -[INFO] > SAPBR... -[INFO] > OTA: MQTT -[INFO] > HTTP: http://58.17.14.95:81/ota/pull/6d668140ed45caef.bin -[INFO] > HEAD... -[INFO] > С=81452B -[INFO] ************************************** -[INFO] * OTA ʼ * -[INFO] * С: 81452 ֽ * -[INFO] ************************************** -[INFO] > ڲ W25Q64 ²λ... -[INFO] > W25Q64 ²λ -[INFO] [] ʼ >>> -[INFO] > DL ƫ=0 -[INFO] > [ 3%] 3072/81452B -[INFO] > DL ƫ=3072 -[INFO] > [ 7%] 6144/81452B -[INFO] > DL ƫ=6144 -[INFO] > [ 11%] 9216/81452B -[INFO] > DL ƫ=9216 -[INFO] > [ 15%] 12288/81452B -[INFO] > DL ƫ=12288 -[INFO] > [ 18%] 15360/81452B -[INFO] > DL ƫ=15360 -[INFO] > [ 22%] 18432/81452B -[INFO] > DL ƫ=18432 -[INFO] > [ 26%] 21504/81452B -[INFO] > DL ƫ=21504 -[INFO] > [ 30%] 24576/81452B -[INFO] > DL ƫ=24576 -[INFO] > [ 33%] 27648/81452B -[INFO] > DL ƫ=27648 -[INFO] > [ 37%] 30720/81452B -[INFO] > DL ƫ=30720 -[INFO] > [ 41%] 33792/81452B -[INFO] > DL ƫ=33792 -[INFO] > [ 45%] 36864/81452B -[INFO] > DL ƫ=36864 -[INFO] > [ 49%] 39936/81452B -[INFO] > DL ƫ=39936 -[INFO] > [ 52%] 43008/81452B -[INFO] > DL ƫ=43008 -[INFO] > [ 56%] 46080/81452B -[INFO] > DL ƫ=46080 -[INFO] > [ 60%] 49152/81452B -[INFO] > DL ƫ=49152 -[INFO] > [ 64%] 52224/81452B -[INFO] > DL ƫ=52224 -[INFO] > [ 67%] 55296/81452B -[INFO] > DL ƫ=55296 -[INFO] > [ 71%] 58368/81452B -[INFO] > DL ƫ=58368 -[INFO] > [ 75%] 61440/81452B -[INFO] > DL ƫ=61440 -[INFO] > [ 79%] 64512/81452B -[INFO] > DL ƫ=64512 -[INFO] > [ 82%] 67584/81452B -[INFO] > DL ƫ=67584 -[INFO] > [ 86%] 70656/81452B -[INFO] > DL ƫ=70656 -[INFO] > [ 90%] 73728/81452B -[INFO] > DL ƫ=73728 -[INFO] > [ 94%] 76800/81452B -[INFO] > DL ƫ=76800 -[INFO] > [ 98%] 79872/81452B -[INFO] > DL ƫ=79872 -[INFO] > [100%] 81452/81452B -[INFO] > W25Q64 CRC16=0x3B5F (=0x3B5F) -[INFO] >>> У 81452B... -[INFO] [ OK ] ̼Уͨ! -[INFO] ************************************** -[INFO] * OTA ! * -[INFO] * BootLoader... * -[INFO] ************************************** -[INFO] > OTA ѷ(OK): success=1 -[INFO] -[INFO] * * * * * * * * * * * * * * * * * * -[INFO] * BootLoader * -[INFO] * Flash: 256KB * -[INFO] * * * * * By Helei * * * * * * -[INFO] [BL] ϴθλԭ: -[INFO] [BL] ⲿ Flash ¹̼ver=3 size=81452 crc=0x3B5F -[INFO] > ̼Уͨ -[INFO] [BL] ݲ... -[INFO] [BL] APP1 -> ⲿ Flash 0x000000С=229376 -[INFO] [BL] ɣcrc=0x8225 -[INFO] [BL] ڸ APP1... -[INFO] > 112 ҳʼַ 0x8008000... -[INFO] > ɣ112 ҳ -[INFO] [BL] ⲿ Flash 0x040000 -> APP1 0x08008000С=81452 -[INFO] > : 16/79 KB (20%) -[INFO] > : 32/79 KB (40%) -[INFO] > : 48/79 KB (60%) -[INFO] > : 64/79 KB (80%) -[INFO] [ OK ] -[INFO] > ̼Уͨ -[INFO] [BL] APP1 ³ɹcrc=0x3B5Fת -[INFO] [BL] ת APP1 @0x08008000... -[INFO] -[INFO] * * * * * * * * * * * * * * * * * * -[INFO] * 汾: 1.5.9 (RTOS) * -[INFO] * * * * * * * By Helei * * * * -[INFO] > EEPROM ̽: д=0xA5, =0xA5 -[INFO] > EEPROM ȡ err=0, Magic=0xDEADBEEF, Ver=2 -[INFO] EEPROM Ч, Ver=2 -[INFO] > : 58.17.14.95:1880 -[INFO] > ͻID: 5791a8579d459290 -[INFO] > û: 766990788193702677 -[INFO] > 汾: 2 -[INFO] > W25Q64 ʼɹ, ID=0xEF4017 -[INFO] > ʷ¼¡ɣ: -[INFO] [1] ԭ: OTA ʱ: 000Сʱ35 -[INFO] [2] ԭ: OTA ʱ: 000Сʱ07 -[INFO] [3] ԭ: λ ʱ: 000Сʱ00 -[INFO] [4] ԭ: λ(δ) ʱ: 000Сʱ19 -[INFO] [5] ԭ: Ź ʱ: 000Сʱ00 -[INFO] [6] ԭ: Ź ʱ: 000Сʱ00 -[INFO] [7] ԭ: Ź ʱ: 000Сʱ00 -[INFO] [8] ԭ: OTA ʱ: 000Сʱ08 -[INFO] [9] ԭ: 4Gʼʧ ʱ: 000Сʱ00 -[INFO] [10] ԭ: ƽ̨ ʱ: 000Сʱ08 -[INFO] SW1: -[INFO] SW2: -[INFO] SW3: -[INFO] SW4: -[INFO] > Ʒģʽ: Ͷ() -[INFO] > GPS λ: -[INFO] > FEED: ʼ, ȥƤ=1.0KG, Ͷ=1.0KG -[INFO] > : HLW8032 (UART5 PD2) -[INFO] > OLED: ʼ -[INFO] > 4G: ʼ... -[INFO] > 4G: λ... -[INFO] > 4G: λ -[INFO] > 4G: ... -[WARN] > AT ʱ [r1]: AT -[INFO] > 4G: ICCID 89860325247911236319 -[INFO] > 4G: CGATT Ѹ -[INFO] > 4G: ź 67% (rssi=21) -[INFO] > 4G: GNSS ѿ -[INFO] > 4G: OK -[INFO] > 4G: MQTT... -[INFO] > 4G: MQTT OK -[INFO] > 4G: Ready -[INFO] > 4G: ״ηɹ -[INFO] > BLE: ѻ(Bt1) -[INFO] SW1:أָͶιȫ -[INFO] SW2:أָ -[INFO] SW3:أָ -[INFO] SW4:أָ -[INFO] > Main: MQTT Ready ״״̬ϱ -[INFO] > FEED: ״βѯѷ -[INFO] > EEPROM дɹ -[INFO] > OTA 汾ѱ沢У: 3 -[INFO] > OTA ȷϱ־д -[INFO] > OTA ϱ: success=1 -[INFO] > OTA ȷϣMQTT Ready + ״ηɹ + ӳ9s -[INFO] > ʱ: 0--00Сʱ--01 -[INFO] > GPS: δλ(run=1 fix=0), diff --git a/config.k3.toml b/config.k3.toml new file mode 100644 index 0000000..d7a3a93 --- /dev/null +++ b/config.k3.toml @@ -0,0 +1,27 @@ +default_model = "kimi-platform/k3" + +[providers.kimi-platform] +type = "kimi" +base_url = "https://api.kimi.com/coding/v1" +api_key = "sk-123" + +[models."kimi-platform/k3"] +provider = "kimi-platform" +model = "k3" +max_context_size = 1048576 +capabilities = [ "thinking", "always_thinking", "image_in", "video_in", "tool_use" ] +display_name = "K3 (API Key)" +support_efforts = [ "low", "high", "max" ] +default_effort = "high" + +[thinking] +enabled = true +effort = "high" + +[services.moonshot_search] +base_url = "https://api.kimi.com/coding/v1/search" +api_key = "sk-123" + +[services.moonshot_fetch] +base_url = "https://api.kimi.com/coding/v1/fetch" +api_key = "sk-123" diff --git a/V1.5/版本说明.md b/版本说明.md similarity index 100% rename from V1.5/版本说明.md rename to 版本说明.md