Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-05-18 13:07:33 +02:00
parent 95ec6cd0ab
commit b308f80a11
25 changed files with 648 additions and 2647 deletions
@@ -1,4 +1,4 @@
# Install script for directory: /home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx
# Install script for directory: /home/eduard/Repos/LightTAM_RFID_Reader/cmake/stm32cubemx
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -34,6 +34,6 @@ endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
set(CMAKE_OBJDUMP "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
endif()