From b308f80a11f27b2f1559afe5339fa36e7a0edc2b Mon Sep 17 00:00:00 2001 From: Eduard Dlabal Date: Sun, 18 May 2025 13:07:33 +0200 Subject: [PATCH] Refactor code structure for improved readability and maintainability --- .mxproject | 2 +- Core/Src/main.c | 174 ++- Core/Src/stm32f1xx_hal_msp.c | 4 +- Core/Src/usart.c | 2 +- LightTAM_RFID_Reader.ioc | 20 +- .../reply/cache-v2-68d20b5f792aff049b4b.json | 1271 ----------------- .../cmakeFiles-v1-80a884986ed75da8f999.json | 164 --- .../codemodel-v2-afaa73ed104ac39816d0.json | 87 -- .../reply/index-2025-03-27T09-41-38-0799.json | 132 -- ...FID_Reader-Debug-517d6e2a78e9c7871dc5.json | 415 ------ .../toolchains-v1-095fd5eb4e18e24418a3.json | 81 -- build/Debug/.ninja_deps | Bin 16140 -> 20236 bytes build/Debug/.ninja_log | 88 +- build/Debug/CMakeCache.txt | 63 +- .../CMakeFiles/3.28.1/CMakeASMCompiler.cmake | 12 +- .../CMakeFiles/3.28.1/CMakeCCompiler.cmake | 12 +- .../CMakeFiles/3.28.1/CMakeCXXCompiler.cmake | 12 +- .../Debug/CMakeFiles/3.28.1/CMakeSystem.cmake | 6 +- build/Debug/CMakeFiles/CMakeConfigureLog.yaml | 68 +- build/Debug/CMakeFiles/TargetDirectories.txt | 11 +- build/Debug/CMakeFiles/rules.ninja | 30 +- build/Debug/build.ninja | 365 ++--- .../cmake/stm32cubemx/cmake_install.cmake | 4 +- build/Debug/cmake_install.cmake | 8 +- build/Debug/compile_commands.json | 264 ++-- 25 files changed, 648 insertions(+), 2647 deletions(-) delete mode 100644 build/Debug/.cmake/api/v1/reply/cache-v2-68d20b5f792aff049b4b.json delete mode 100644 build/Debug/.cmake/api/v1/reply/cmakeFiles-v1-80a884986ed75da8f999.json delete mode 100644 build/Debug/.cmake/api/v1/reply/codemodel-v2-afaa73ed104ac39816d0.json delete mode 100644 build/Debug/.cmake/api/v1/reply/index-2025-03-27T09-41-38-0799.json delete mode 100644 build/Debug/.cmake/api/v1/reply/target-LightTAM_RFID_Reader-Debug-517d6e2a78e9c7871dc5.json delete mode 100644 build/Debug/.cmake/api/v1/reply/toolchains-v1-095fd5eb4e18e24418a3.json diff --git a/.mxproject b/.mxproject index 5f1d916..aea9dd2 100644 --- a/.mxproject +++ b/.mxproject @@ -1,5 +1,5 @@ [PreviousLibFiles] -LibFiles=Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h;Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c;Drivers/CMSIS/Include/core_cm3.h;Drivers/CMSIS/Include/cmsis_version.h;Drivers/CMSIS/Include/core_cm0plus.h;Drivers/CMSIS/Include/core_cm0.h;Drivers/CMSIS/Include/cmsis_compiler.h;Drivers/CMSIS/Include/core_cm23.h;Drivers/CMSIS/Include/core_cm33.h;Drivers/CMSIS/Include/cmsis_iccarm.h;Drivers/CMSIS/Include/mpu_armv8.h;Drivers/CMSIS/Include/core_armv8mbl.h;Drivers/CMSIS/Include/core_cm4.h;Drivers/CMSIS/Include/cmsis_armcc.h;Drivers/CMSIS/Include/mpu_armv7.h;Drivers/CMSIS/Include/tz_context.h;Drivers/CMSIS/Include/core_sc000.h;Drivers/CMSIS/Include/cmsis_gcc.h;Drivers/CMSIS/Include/core_cm1.h;Drivers/CMSIS/Include/cmsis_armclang.h;Drivers/CMSIS/Include/core_sc300.h;Drivers/CMSIS/Include/core_armv8mml.h;Drivers/CMSIS/Include/core_cm7.h; +LibFiles=Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h;Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h;Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h;Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h;Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c;Drivers/CMSIS/Include/core_cm4.h;Drivers/CMSIS/Include/cmsis_iccarm.h;Drivers/CMSIS/Include/core_sc000.h;Drivers/CMSIS/Include/cmsis_armclang.h;Drivers/CMSIS/Include/core_cm0plus.h;Drivers/CMSIS/Include/core_cm7.h;Drivers/CMSIS/Include/cmsis_compiler.h;Drivers/CMSIS/Include/core_sc300.h;Drivers/CMSIS/Include/core_cm0.h;Drivers/CMSIS/Include/core_cm3.h;Drivers/CMSIS/Include/cmsis_armcc.h;Drivers/CMSIS/Include/core_armv8mbl.h;Drivers/CMSIS/Include/core_cm33.h;Drivers/CMSIS/Include/tz_context.h;Drivers/CMSIS/Include/core_cm23.h;Drivers/CMSIS/Include/core_cm1.h;Drivers/CMSIS/Include/cmsis_gcc.h;Drivers/CMSIS/Include/core_armv8mml.h;Drivers/CMSIS/Include/mpu_armv8.h;Drivers/CMSIS/Include/cmsis_version.h;Drivers/CMSIS/Include/mpu_armv7.h; [PreviousUsedCMakes] SourceFiles=Core/Src/main.c;Core/Src/gpio.c;Core/Src/i2c.c;Core/Src/spi.c;Core/Src/usart.c;Core/Src/stm32f1xx_it.c;Core/Src/stm32f1xx_hal_msp.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c;Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c;Core/Src/system_stm32f1xx.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c;Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c;Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c;Core/Src/system_stm32f1xx.c;;; diff --git a/Core/Src/main.c b/Core/Src/main.c index 9aeb260..827e21d 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -1,20 +1,21 @@ /* USER CODE BEGIN Header */ /** - ****************************************************************************** - * @file : main.c - * @brief : Main program body - ****************************************************************************** - * @attention - * - * Copyright (c) 2025 STMicroelectronics. - * All rights reserved. - * - * This software is licensed under terms that can be found in the LICENSE file - * in the root directory of this software component. - * If no LICENSE file comes with this software, it is provided AS-IS. - * - ****************************************************************************** - */ + ****************************************************************************** + * @file : main.c + * @brief : Main program body + ****************************************************************************** + * @attention + * + *

© Copyright (c) 2019 STMicroelectronics. + * All rights reserved.

+ * + * This software component is licensed by ST under BSD 3-Clause license, + * the "License"; You may not use this file except in compliance with the + * License. You may obtain a copy of the License at: + * opensource.org/licenses/BSD-3-Clause + * + ****************************************************************************** + */ /* USER CODE END Header */ /* Includes ------------------------------------------------------------------*/ #include "main.h" @@ -26,7 +27,6 @@ /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ #include "pn532_stm32f1.h" - /* USER CODE END Includes */ /* Private typedef -----------------------------------------------------------*/ @@ -47,7 +47,7 @@ /* Private variables ---------------------------------------------------------*/ /* USER CODE BEGIN PV */ - +PN532 pn532; /* USER CODE END PV */ /* Private function prototypes -----------------------------------------------*/ @@ -62,14 +62,18 @@ void SystemClock_Config(void); /* USER CODE END 0 */ /** - * @brief The application entry point. - * @retval int - */ + * @brief The application entry point. + * @retval int + */ int main(void) { /* USER CODE BEGIN 1 */ - + uint8_t buff[255]; + uint8_t uid[MIFARE_UID_MAX_LENGTH]; + uint8_t key_a[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; + uint32_t pn532_error = PN532_ERROR_NONE; + int32_t uid_len = 0; /* USER CODE END 1 */ /* MCU Configuration--------------------------------------------------------*/ @@ -94,7 +98,21 @@ int main(void) MX_USART1_UART_Init(); MX_SPI1_Init(); /* USER CODE BEGIN 2 */ - + printf("Hello!\r\n"); + PN532 pn532; + // PN532_SPI_Init(&pn532); + PN532_I2C_Init(&pn532); + PN532_GetFirmwareVersion(&pn532, buff); + if (PN532_GetFirmwareVersion(&pn532, buff) == PN532_STATUS_OK) + { + printf("Found PN532 with firmware version: %d.%d\r\n", buff[1], buff[2]); + } + else + { + return -1; + } + PN532_SamConfiguration(&pn532); + printf("Waiting for RFID/NFC card...\r\n"); /* USER CODE END 2 */ /* Infinite loop */ @@ -104,22 +122,73 @@ int main(void) /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ + // Check if a card is available to read + uid_len = PN532_ReadPassiveTarget(&pn532, uid, PN532_MIFARE_ISO14443A, 1000); + if (uid_len == PN532_STATUS_ERROR) + { + printf("."); + } + else + { + printf("Found card with UID: "); + for (uint8_t i = 0; i < uid_len; i++) + { + printf("%02x ", uid[i]); + } + printf("\r\n"); + while (1) + { + printf(" Auth block 6..\r\n"); + pn532_error = PN532_MifareClassicAuthenticateBlock(&pn532, uid, uid_len, + 6, MIFARE_CMD_AUTH_A, key_a); + + for (uint8_t i = 0; i < 16; i++) + { + buff[i] = 0x00; + } + pn532_error = PN532_MifareClassicReadBlock(&pn532, buff, 6); + printf("Data read back: "); + for (uint8_t i = 0; i < 16; i++) + { + printf("%02x ", buff[i]); + } + printf("\r\n"); + // Převod načtených 4 bajtů z bloku (např. buff[0]..buff[3]) na 32bitové číslo (big-endian) + uint32_t value = (buff[0] << 24) | (buff[1] << 16) | (buff[2] << 8) | buff[3]; + printf("Cislo z bloku (big-endian): %lu\r\n", value); + + // Pokud je číslo v little-endian (často u Mifare), použij: + uint32_t value_le = (buff[3] << 24) | (buff[2] << 16) | (buff[1] << 8) | buff[0]; + printf("Cislo z bloku (little-endian): %lu\r\n", value_le); + while (PN532_ReadPassiveTarget(&pn532, uid, PN532_MIFARE_ISO14443A, 100) != PN532_STATUS_ERROR) + { + HAL_Delay(100); + } + printf("Card removed. Waiting for next card...\r\n"); + break; // Exit the inner while(1) to wait for a new card + if (pn532_error) + { + printf("Error: 0x%02x\r\n", pn532_error); + } + } + } } + /* USER CODE END 3 */ } /** - * @brief System Clock Configuration - * @retval None - */ + * @brief System Clock Configuration + * @retval None + */ void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; /** Initializes the RCC Oscillators according to the specified parameters - * in the RCC_OscInitTypeDef structure. - */ + * in the RCC_OscInitTypeDef structure. + */ RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; RCC_OscInitStruct.HSIState = RCC_HSI_ON; RCC_OscInitStruct.HSICalibrationValue = RCC_HSICALIBRATION_DEFAULT; @@ -130,9 +199,8 @@ void SystemClock_Config(void) } /** Initializes the CPU, AHB and APB buses clocks - */ - RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK|RCC_CLOCKTYPE_SYSCLK - |RCC_CLOCKTYPE_PCLK1|RCC_CLOCKTYPE_PCLK2; + */ + RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_PCLK1 | RCC_CLOCKTYPE_PCLK2; RCC_ClkInitStruct.SYSCLKSource = RCC_SYSCLKSOURCE_HSI; RCC_ClkInitStruct.AHBCLKDivider = RCC_SYSCLK_DIV1; RCC_ClkInitStruct.APB1CLKDivider = RCC_HCLK_DIV1; @@ -145,37 +213,53 @@ void SystemClock_Config(void) } /* USER CODE BEGIN 4 */ +#ifdef __GNUC__ +/* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf + set to 'Yes') calls __io_putchar() */ +#define PUTCHAR_PROTOTYPE int __io_putchar(int ch) +#else +#define PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f) +#endif /* __GNUC__ */ +/** + * @brief Retargets the C library printf function to the USART. + * @param None + * @retval None + */ +PUTCHAR_PROTOTYPE +{ + /* Place your implementation of fputc here */ + /* e.g. write a character to the EVAL_COM1 and Loop until the end of transmission */ + HAL_UART_Transmit(&huart1, (uint8_t *)&ch, 1, 0xFFFF); + return ch; +} /* USER CODE END 4 */ /** - * @brief This function is executed in case of error occurrence. - * @retval None - */ + * @brief This function is executed in case of error occurrence. + * @retval None + */ void Error_Handler(void) { /* USER CODE BEGIN Error_Handler_Debug */ /* User can add his own implementation to report the HAL error return state */ - __disable_irq(); - while (1) - { - } + /* USER CODE END Error_Handler_Debug */ } -#ifdef USE_FULL_ASSERT +#ifdef USE_FULL_ASSERT /** - * @brief Reports the name of the source file and the source line number - * where the assert_param error has occurred. - * @param file: pointer to the source file name - * @param line: assert_param error line source number - * @retval None - */ + * @brief Reports the name of the source file and the source line number + * where the assert_param error has occurred. + * @param file: pointer to the source file name + * @param line: assert_param error line source number + * @retval None + */ void assert_failed(uint8_t *file, uint32_t line) { /* USER CODE BEGIN 6 */ /* User can add his own implementation to report the file name and line number, - ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */ + tex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */ /* USER CODE END 6 */ } #endif /* USE_FULL_ASSERT */ diff --git a/Core/Src/stm32f1xx_hal_msp.c b/Core/Src/stm32f1xx_hal_msp.c index d59d918..bcfdc02 100644 --- a/Core/Src/stm32f1xx_hal_msp.c +++ b/Core/Src/stm32f1xx_hal_msp.c @@ -72,9 +72,9 @@ void HAL_MspInit(void) /* System interrupt init*/ - /** DISABLE: JTAG-DP Disabled and SW-DP Disabled + /** NOJTAG: JTAG-DP Disabled and SW-DP Enabled */ - __HAL_AFIO_REMAP_SWJ_DISABLE(); + __HAL_AFIO_REMAP_SWJ_NOJTAG(); /* USER CODE BEGIN MspInit 1 */ diff --git a/Core/Src/usart.c b/Core/Src/usart.c index eaea6a3..5451d89 100644 --- a/Core/Src/usart.c +++ b/Core/Src/usart.c @@ -39,7 +39,7 @@ void MX_USART1_UART_Init(void) /* USER CODE END USART1_Init 1 */ huart1.Instance = USART1; - huart1.Init.BaudRate = 115200; + huart1.Init.BaudRate = 9600; huart1.Init.WordLength = UART_WORDLENGTH_8B; huart1.Init.StopBits = UART_STOPBITS_1; huart1.Init.Parity = UART_PARITY_NONE; diff --git a/LightTAM_RFID_Reader.ioc b/LightTAM_RFID_Reader.ioc index 4359803..503606b 100644 --- a/LightTAM_RFID_Reader.ioc +++ b/LightTAM_RFID_Reader.ioc @@ -18,10 +18,11 @@ Mcu.Name=STM32F103C(8-B)Tx Mcu.Package=LQFP48 Mcu.Pin0=PD0-OSC_IN Mcu.Pin1=PD1-OSC_OUT -Mcu.Pin10=PB6 -Mcu.Pin11=PB7 -Mcu.Pin12=VP_SYS_VS_ND -Mcu.Pin13=VP_SYS_VS_Systick +Mcu.Pin10=PA13 +Mcu.Pin11=PA14 +Mcu.Pin12=PB6 +Mcu.Pin13=PB7 +Mcu.Pin14=VP_SYS_VS_Systick Mcu.Pin2=PA4 Mcu.Pin3=PA5 Mcu.Pin4=PA6 @@ -30,7 +31,7 @@ Mcu.Pin6=PB0 Mcu.Pin7=PB1 Mcu.Pin8=PA9 Mcu.Pin9=PA10 -Mcu.PinsNb=14 +Mcu.PinsNb=15 Mcu.ThirdPartyNb=0 Mcu.UserConstants= Mcu.UserName=STM32F103C8Tx @@ -51,6 +52,10 @@ NVIC.USART1_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false PA10.Mode=Asynchronous PA10.Signal=USART1_RX +PA13.Mode=Serial_Wire +PA13.Signal=SYS_JTMS-SWDIO +PA14.Mode=Serial_Wire +PA14.Signal=SYS_JTCK-SWCLK PA4.GPIOParameters=GPIO_PuPd,GPIO_Label PA4.GPIO_Label=SS PA4.GPIO_PuPd=GPIO_PULLUP @@ -128,10 +133,9 @@ SPI1.Direction=SPI_DIRECTION_2LINES SPI1.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate SPI1.Mode=SPI_MODE_MASTER SPI1.VirtualType=VM_MASTER -USART1.IPParameters=VirtualMode +USART1.BaudRate=9600 +USART1.IPParameters=VirtualMode,BaudRate USART1.VirtualMode=VM_ASYNC -VP_SYS_VS_ND.Mode=No_Debug -VP_SYS_VS_ND.Signal=SYS_VS_ND VP_SYS_VS_Systick.Mode=SysTick VP_SYS_VS_Systick.Signal=SYS_VS_Systick board=custom diff --git a/build/Debug/.cmake/api/v1/reply/cache-v2-68d20b5f792aff049b4b.json b/build/Debug/.cmake/api/v1/reply/cache-v2-68d20b5f792aff049b4b.json deleted file mode 100644 index 926714b..0000000 --- a/build/Debug/.cmake/api/v1/reply/cache-v2-68d20b5f792aff049b4b.json +++ /dev/null @@ -1,1271 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ar" - }, - { - "name" : "CMAKE_ASM_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar" - }, - { - "name" : "CMAKE_ASM_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib" - }, - { - "name" : "CMAKE_ASM_COMPILER_WORKS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_ASM_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the ASM compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_ASM_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the ASM compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_ASM_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the ASM compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_ASM_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the ASM compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_ASM_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the ASM compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "28" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/ctest" - }, - { - "name" : "CMAKE_CXX_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar" - }, - { - "name" : "CMAKE_CXX_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib" - }, - { - "name" : "CMAKE_CXX_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CXX_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_DLLTOOL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_DLLTOOL-NOTFOUND" - }, - { - "name" : "CMAKE_EDIT_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cache edit program executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/ccmake" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake." - } - ], - "type" : "STATIC", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/pkgRedirects" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Ninja" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program used to build from build.ninja files." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/Ninja/bin/ninja" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_NM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "2" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "LightTAM_RFID_Reader" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STRIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-strip" - }, - { - "name" : "CMAKE_TAPI", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_TAPI-NOTFOUND" - }, - { - "name" : "CMAKE_TOOLCHAIN_FILE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake" - }, - { - "name" : "CMAKE_UNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "uname command" - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/uname" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "LightTAM_RFID_Reader_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug" - }, - { - "name" : "LightTAM_RFID_Reader_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "LightTAM_RFID_Reader_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader" - }, - { - "name" : "stm32cubemx_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx" - }, - { - "name" : "stm32cubemx_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "stm32cubemx_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/build/Debug/.cmake/api/v1/reply/cmakeFiles-v1-80a884986ed75da8f999.json b/build/Debug/.cmake/api/v1/reply/cmakeFiles-v1-80a884986ed75da8f999.json deleted file mode 100644 index c72f42c..0000000 --- a/build/Debug/.cmake/api/v1/reply/cmakeFiles-v1-80a884986ed75da8f999.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "path" : "cmake/gcc-arm-none-eabi.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Debug/CMakeFiles/3.28.1/CMakeSystem.cmake" - }, - { - "path" : "cmake/gcc-arm-none-eabi.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Debug/CMakeFiles/3.28.1/CMakeASMCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "path" : "cmake/stm32cubemx/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "source" : "/home/eduard/repos/LightTAM_RFID_Reader" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/Debug/.cmake/api/v1/reply/codemodel-v2-afaa73ed104ac39816d0.json b/build/Debug/.cmake/api/v1/reply/codemodel-v2-afaa73ed104ac39816d0.json deleted file mode 100644 index 8f2dfd9..0000000 --- a/build/Debug/.cmake/api/v1/reply/codemodel-v2-afaa73ed104ac39816d0.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "childIndexes" : - [ - 1 - ], - "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0 - ] - }, - { - "build" : "cmake/stm32cubemx", - "jsonFile" : "directory-cmake.stm32cubemx-Debug-4b19649788072bcc790a.json", - "minimumCMakeVersion" : - { - "string" : "3.22" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "cmake/stm32cubemx" - } - ], - "name" : "Debug", - "projects" : - [ - { - "childIndexes" : - [ - 1 - ], - "directoryIndexes" : - [ - 0 - ], - "name" : "LightTAM_RFID_Reader", - "targetIndexes" : - [ - 0 - ] - }, - { - "directoryIndexes" : - [ - 1 - ], - "name" : "stm32cubemx", - "parentIndex" : 0 - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "LightTAM_RFID_Reader::@6890427a1f51a3e7e1df", - "jsonFile" : "target-LightTAM_RFID_Reader-Debug-517d6e2a78e9c7871dc5.json", - "name" : "LightTAM_RFID_Reader", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "source" : "/home/eduard/repos/LightTAM_RFID_Reader" - }, - "version" : - { - "major" : 2, - "minor" : 6 - } -} diff --git a/build/Debug/.cmake/api/v1/reply/index-2025-03-27T09-41-38-0799.json b/build/Debug/.cmake/api/v1/reply/index-2025-03-27T09-41-38-0799.json deleted file mode 100644 index 86eca81..0000000 --- a/build/Debug/.cmake/api/v1/reply/index-2025-03-27T09-41-38-0799.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Ninja" - }, - "paths" : - { - "cmake" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake", - "cpack" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/cpack", - "ctest" : "/opt/st/stm32cubeclt_1.17.0/CMake/bin/ctest", - "root" : "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 28, - "patch" : 1, - "string" : "3.28.1", - "suffix" : "" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-afaa73ed104ac39816d0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 6 - } - }, - { - "jsonFile" : "cache-v2-68d20b5f792aff049b4b.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-80a884986ed75da8f999.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "toolchains-v1-095fd5eb4e18e24418a3.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "client-vscode" : - { - "query.json" : - { - "requests" : - [ - { - "kind" : "cache", - "version" : 2 - }, - { - "kind" : "codemodel", - "version" : 2 - }, - { - "kind" : "toolchains", - "version" : 1 - }, - { - "kind" : "cmakeFiles", - "version" : 1 - } - ], - "responses" : - [ - { - "jsonFile" : "cache-v2-68d20b5f792aff049b4b.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "codemodel-v2-afaa73ed104ac39816d0.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 6 - } - }, - { - "jsonFile" : "toolchains-v1-095fd5eb4e18e24418a3.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-80a884986ed75da8f999.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ] - } - } - } -} diff --git a/build/Debug/.cmake/api/v1/reply/target-LightTAM_RFID_Reader-Debug-517d6e2a78e9c7871dc5.json b/build/Debug/.cmake/api/v1/reply/target-LightTAM_RFID_Reader-Debug-517d6e2a78e9c7871dc5.json deleted file mode 100644 index 61435a3..0000000 --- a/build/Debug/.cmake/api/v1/reply/target-LightTAM_RFID_Reader-Debug-517d6e2a78e9c7871dc5.json +++ /dev/null @@ -1,415 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "LightTAM_RFID_Reader.elf" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "target_link_libraries", - "target_sources" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 38, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 66, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 49, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : " -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "DEBUG" - }, - { - "backtrace" : 2, - "define" : "STM32F103xB" - }, - { - "backtrace" : 2, - "define" : "USE_HAL_DRIVER" - } - ], - "includes" : - [ - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include" - } - ], - "language" : "C", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "11" - }, - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : " -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -x assembler-with-cpp -MMD -MP -g" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "DEBUG" - }, - { - "backtrace" : 2, - "define" : "STM32F103xB" - }, - { - "backtrace" : 2, - "define" : "USE_HAL_DRIVER" - } - ], - "includes" : - [ - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include" - }, - { - "backtrace" : 2, - "path" : "/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include" - } - ], - "language" : "ASM", - "sourceIndexes" : - [ - 26 - ] - } - ], - "id" : "LightTAM_RFID_Reader::@6890427a1f51a3e7e1df", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g", - "role" : "flags" - }, - { - "fragment" : "", - "role" : "flags" - } - ], - "language" : "C" - }, - "name" : "LightTAM_RFID_Reader", - "nameOnDisk" : "LightTAM_RFID_Reader.elf", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 26 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "compileGroupIndex" : 0, - "path" : "Core/Src/pn532_stm32f1.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 3, - "compileGroupIndex" : 0, - "path" : "Core/Src/pn532.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/main.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/gpio.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/i2c.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/spi.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/usart.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/stm32f1xx_it.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/stm32f1xx_hal_msp.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/system_stm32f1xx.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/sysmem.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 0, - "path" : "Core/Src/syscalls.c", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "compileGroupIndex" : 1, - "path" : "startup_stm32f103xb.s", - "sourceGroupIndex" : 1 - } - ], - "type" : "EXECUTABLE" -} diff --git a/build/Debug/.cmake/api/v1/reply/toolchains-v1-095fd5eb4e18e24418a3.json b/build/Debug/.cmake/api/v1/reply/toolchains-v1-095fd5eb4e18e24418a3.json deleted file mode 100644 index 6e32442..0000000 --- a/build/Debug/.cmake/api/v1/reply/toolchains-v1-095fd5eb4e18e24418a3.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "kind" : "toolchains", - "toolchains" : - [ - { - "compiler" : - { - "id" : "GNU", - "implicit" : {}, - "path" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc", - "version" : "" - }, - "language" : "ASM", - "sourceFileExtensions" : - [ - "s", - "S", - "asm" - ] - }, - { - "compiler" : - { - "id" : "GNU", - "implicit" : - { - "includeDirectories" : [], - "linkDirectories" : [], - "linkFrameworkDirectories" : [], - "linkLibraries" : [] - }, - "path" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc", - "version" : "12.3.1" - }, - "language" : "C", - "sourceFileExtensions" : - [ - "c", - "m" - ] - }, - { - "compiler" : - { - "id" : "GNU", - "implicit" : - { - "includeDirectories" : [], - "linkDirectories" : [], - "linkFrameworkDirectories" : [], - "linkLibraries" : [] - }, - "path" : "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++", - "version" : "12.3.1" - }, - "language" : "CXX", - "sourceFileExtensions" : - [ - "C", - "M", - "c++", - "cc", - "cpp", - "cxx", - "mm", - "mpp", - "CPP", - "ixx", - "cppm", - "ccm", - "cxxm", - "c++m" - ] - } - ], - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/Debug/.ninja_deps b/build/Debug/.ninja_deps index 16f6844e0b325c0e153807498c2c35a588f1b1ea..e9bf55f3a8423bb6257aa8214aa3b02162415b48 100644 GIT binary patch literal 20236 zcmd^G4VV^H6~3kYKt_gQWKx=0RP4Vhxa%UetG2sX;nM8ve6u?v-=8z{!ET_g zN@itgqydSFMp;;xMN0Wsrj`_$CH7TH!JvG&Jecg(y6uQsE^DpBM@u*fIXR2nVq&pe4%`6u7&bN0i zJpW(t94N#9hGO!CH*TM}s$uG@Fm3=U@v*Vsm}jjX5DC^hv;wN|UnJ7qzYS14rNs-A*V)!xxsSF7qyt}0*1 zn^mUXZL4!0B6Owj+FZdi8SRBh8Vdy0zn zkA(Rt4tq@9D>oDwW6J!HMlT^x1@ri;1dXx};nsH?Zd@@jVG{xp_}_a6E`VOPB+N73uQ?xFfII{Jf$1>t_8)x(3~-xfJVh z*ufqfI0P}~tm=G*V*f1|PX$Jc`M2VC6zdfGhXS-e!aYFo|2E(-VB|iShMzS6k@f-t z!_c!?H>gY>gTKTPc|Q#Dh)2PZbp420pGrLO2)L8nZ=RhqiT97-?WB1pR7;2FT*&{h z1WkgYQ~W`a?`A$@>nI~10)LkTZM4t;xPLD}AJ@#92BPM73G2h>r)&4RCWoZ>tqgt& zoFzIkh!DS#z)$pU(KLwvK?(fY5Chx5pJe>7{zcDn&8^O1_SP&OW+RArk{aZ#@WX?0Q+Z)B;To)y%*efp}u-M&X6lNm^-PydI!db1EbYf zN8oouYpjv=)jRR~BLRB1co%RK@NVEez;xif!25vr12cdsKmk;s8mIxncN?nnsD`7O ztrn;QhSqH}@!v-S#{hGHNVQvU5w)=2QT!=%pywmkZ9a$iNu1}Yp62H*aZlXmbGl8P zs=M(#$6$s1+9t=QHkZo%%;uWDKJBErEt>yRmHY~t!uW+nd-E>vw?x%v4<3zLU+`9l zAA_$e0$((LHOIioe5YI++?@ImZ1B5aMBN)(+vm5dP398YK!3Yqa2-f|?k1NPfc5&J zY&+cjx5OQ=6J?#lb@AsD`fi|WuNk>I#kw7Qe0Ijtr_7ggZFg8-_O=9hjY6)7n-YhF zz7@Qu#fZxh^Jjn2;pDZu1)LP~mFAY=n!aL;^t+y!3omf``V{L2F>Q^S2U^Tt-RSqz z0i^;h%RiureIK^s#QvzZ$|28&u!l7hQxcoy+6gkS5I4)W!xOqmt{t<_qgxjtz6U#9 zG2*Vm^~vN=3vQA-7ufJ);Jb3|AYpkNYu}M;rzfks7A?+=uoEXIRJb;5$5&2>Z^M?v zIIwGx=5CN{qqr2=d81q#ZV}t&Td*N9r{Nmi?|FO^cGjZquE+kov+2QOo?P89br#0Q z0<(eRfH}Yifa8G=0u8`iAgq6>$4NbY>iHiGP`!Nu&jDH04T)FL0j&XXwPeW{bW2Ajh#IW>VldF4Z zN_;iY{bQJ;R=SB}e_={=kDOEJbO{1?J?0fFr!a>QUy1WP?y}mPS-F_Lq3Td*Cm%q z0T%FT%qv!02OL+$d7k3hf8M$h&r@7?LCbB=t>U=WG42M&TU=A28KfJr7P^oomDVs3 zk7YJ>1#D1EqvR2nY`loIr@gdK#x(aLef7Q^Cnl+u@Hxa9JWn-jrP_1-NHNXdCxjgl z#aa!XP0-f_*C7X-I*W2f55{SUYdSlqCZ)YbwSO;g7%&Z>dVNSWIO=!2gSGRpvM=Wr z{ZL*74Tvj}mV4H9%=aa5t%jZ`vCHvlW1JQ}slJR=QxA$bvZuxYeR*sR_n;G(fs6J$ zeP{jR?OV7mUW{?vcf66g;{SQ)qdgZh=Ir1&6JNyqBJbVd@kU%?WgH%U2Q2Rc@L1vt z;Gy#^i@DueU*H^@!#FK5n};tR5G!sY9y;6{3=X(Up$nZgmF9(5roev*>`=THFrG2x zV$Q)uj7P?8-1r~UcprYgu#%sT6Q>mKBe*^Xp7qe_ENBzHw>c@%iT29Svx(Mk4C1w1 zi(L$DI$={ztSZK5gBW#TL+m%1W0dw}8e(*;a)W=B?f(Ot&p;1}xxqIDeLo%OUcz`@ z;VjP0OU9Y*hJX3Mx#S|bx`(F3rvlxVLhI%ekKlNxe&l$Hclt;mI10su(4!0Umy=)k zdj#W?f#&_N6Xy3%q(pOC`!UGpTKQrs5Pk(Tp?3*Mx(}LzjSB+(mtlPKnhhND%P}5L zF;ADaVa%T|H|E*Yd4c9uf@9@-S1C0`Eu1+lfL_XdMBs5+3646%l=XCEDdMjYWPJp!L$hvvtMcI zFVdQJ4Dl^(-xScAQeW|{r_Et!X`}w-x%AmfjZmMc+}}KX)tZmX_}**26FA ze=oXcC;OGw{x|7I@3f`+rq|GUmX>!~@{9UQhb~&dex;?qM1E0k{kq4lWxqU(({O%~ zUvw{Z$BswXue97tkze%we)lAGCdJo4iu9uQ+g)2uXTQ?&eoK1MJK&6-b@ilITHXOS f!7r+hHg0Zv`3Cs4uhd7O-;++*ec-Nr$nXCF{&clZ literal 16140 zcmds836vd06)hzO1d$!1A|RU}PWLQE7NaC&2pPx(oEi3*{yqI`raSrn_ouu6WF}!5 zLV_SWgd~u#@B1pN3bM#1C<+JxMMV(-l|^N7y{~%tv*vWS)#o&D&ONCNsr%~PdiAQh z>dp4sR;U7)T zYNunUu2*hp?rG}p*G#>nmEEdhD0cU}|KdO5Qcb(eRbH&=PEmDu)gGI3t$hCh*Oa7O zZ52Z;>sCcE*}u_$PJ;fej@8Er`8LpJgD%y6W>l;+JYg zUY`J=*LzvpX>955hNX95C&@gA^Wysxj@`h@(TsA7V*Vo>w_Ww%lJAvK>*hwu)0&i~ z-IPXk-`NK>c(z?~8+vS~K}4ilvbxn?!%%gn+)%MAyn*Z8mfF;;v?xug6-iXIDxT2i z@37NF^N`TaaQ@N6e@i+3v3bk7VOkZgYKR@Z1_iuUHHX;W z2Diu!Qnb-3d;w-hqx50flzZNiK6VY$>ei~@ep5cT>jhEsS8$7%iJ8C0iS@E;xkJ=o z>@N~|4ZB>$F6B^+{29Clrp`6d+7#o(+9FE!1~}=@xO>=e4c3~!23(JqwP+tv%-2)e z8h4MH#d~#Qz|SdSYc7c&kYlgGmdMKqV?J))5y>CA{VBAQFowqUDbhw1@xe<1JuhbfRVAn8(>@Di@S_(_?4f%pht=D2}4eTs~);qwbw%IRskk&h*od=z##MC+Z9;ekN)MM;< z_(lEWo?nJ@F!o%U{y0jhV#PD|OY~n2U3bD5?q0dap``1V(B2uyOB}aiEOFvE(x!d} zvAjU&XW=LDB-VL27kefR59vLO$7D|jy6=K9z5nu3q5GF}r1`EG%N!t%?#c3pKOw(> z|HL16K9bt_Iru4Gd<8b{oBPOOit7fnKa}}GoNoPu@f7?@l`nh__OmqoDSm?!_D|8D z@`VB|x16_lHtDLO-3a6*Uywd=;x@_`HJ7$@A@GxF^r3w#;CLcUf6~|QZ~i3Ew+TMn z`t~Yurf5dHB}e)eFqSy_CR?*wv@1Ri4ai0|xxu&d7;I2}_$urSZ1mJBisQ*>=OI62 zbZ!g2#r-_;DEuco8EG8aVvhtme+{;Z6I=U8=iNTqIuFU#j6IyK&OugZ?8kx5yF=SW z6Q=Z&&U@rU=K{u&LB62xNfFEs!FRHeQ7j8P4+i?~2|I@^-+UqI`*pNG!ui7R?^FDI z@j$k59NJ>{2RhRpzF@PbZPNK0InkN!dNPRP=$^+{nz0{218Mh4qra)^_TbNbf!^Ol z`_29{P9(ke%8A|uj3WcR>CRI~eJ^|`8yV#dVdsZ|zEfdm#XD<6-k64V9`Z&3|H5a!^)kD)OuK#9ti&S2}T!G%3ZkDbEl`~nr#C;RE=SYioo5mfLb+OCA zEk7^tO3~7(^om`U3BMK@xKz3}E-!IIJOE!Jom+FQUY8U3#qzl+So-vmVqPSjo2cC? zM-9P+;FcFJ6pLD&9P9l8@E4@5d%<7zOb12N^_V|jx<0O9@*;&hTP;mVMP4LH z*cs9_5h+)2pAPN^@jXlHeusq*HPadOAhZt##yguHg8xTxMdwmFr_wn#Jgd?<^)TRY z0N=^%2!OQtHZT{^fC8Wc-GBkmTHrtr&o@%uvl<=1!9XiE3tJ_kD~O@C3#Lsf>1 zorwOe@F7u5L~|NmLn-EWz;hckuYs%M`TGx`yR|;F^HNW-Gsdz2pc;fmpdX<5r1_(m zjI*W^)&hw7=irKyodA7A?8~T8AN?NU+kziUVP_fUVE}D=;v3>EWFgvlxT~KTQ|F=g ze#3u#!B=w$d?c7@4=W&6~N29%@?|~Jh^D$_T)GMv-|Budz^EXv!2LcYluT*=g;9%@n^k0qjdMvcK z=Y)F?AzcR1rd*Ym+)4XGoctKATe06qdxKEw82FiZpP@B7g6nATTn4?4!r{{g-FqrCtC diff --git a/build/Debug/.ninja_log b/build/Debug/.ninja_log index e4b9ba2..00c6584 100644 --- a/build/Debug/.ninja_log +++ b/build/Debug/.ninja_log @@ -1,31 +1,59 @@ # ninja log v5 -5 379 1743068450710018386 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj a61531bdd3935955 -562 951 1743068451282018289 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj 5a53041ec5646988 -361 1236 1743068451566018240 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj b963a22c7d33d815 -5 96 1743059048468239665 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj f098fcb72048f372 -951 1528 1743068451859018190 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj 6d600183ab3c050f -1027 1456 1743068451785018203 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/system_stm32f1xx.c.obj 6e93ebd6bf0314a1 -3 634 1743068450961018344 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj 2f9ff74b358b8210 -10 519 1743068450844018363 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj 99b74896805f0d8b -1 134 1743068498761007023 build.ninja d6d35295e7a53e57 -21 431 1743068450762018377 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj 2140107ea06b7728 -10 527 1743068450857018361 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj c4ee3bb5772d9c6e -519 1067 1743068451389047931 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj 13a861dd13ee057b -16 562 1743068450891018355 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj ec3305e68753b11 -3 288 1743059048664241720 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj c5d9fd1dc0b10742 -1019 1588 1743068451918018180 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj 772784deaee6f3c2 -379 1019 1743068451346018278 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj 8109ec7e4dc956a1 -6 360 1743068450689018390 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj 35cd5693671b3791 -561 1092 1743068451420018265 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj 132baaab14a38a84 -432 1027 1743068451356018276 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj 733758a078d8b5cf -8 163 1743059048540240420 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj a0e799dd99861e1b -634 1333 1743068451663018224 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj 96e362f0d3280a07 -9 77 1743059048454239518 CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj 9d5412424e4b8ca9 -527 917 1743068451248018295 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj ce625103a5933f33 -10 561 1743068450892018355 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj bf44b9118613dfdd -524 1102 1743068451433018263 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj f38988f600d12f27 -7 524 1743068450852018362 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj a5c7ceb8e8765199 -918 1340 1743068451669018223 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj 408751549a17cb78 -25 1658 1743068451986018169 CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj e5b1852e8f135a5 -1 136 1743068580530620342 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj a61531bdd3935955 -136 246 1743068580639134802 LightTAM_RFID_Reader.elf b980121e436aa0bc +0 148 1747564769974357014 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj c2dc3f2732657e0d +11 152 1747564769978357036 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj e404f98c21d9960c +12 198 1747564770023357285 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj 4a83760c6970da49 +4 134 1747564769959833415 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj 9ac7e8bd06499e09 +2 60 1747562728539855847 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj 48505e2ae1379bff +253 303 1747564770129484469 LightTAM_RFID_Reader.elf c8e9f02884fc4525 +2 122 1747564769948909306 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj 69de4e2e894ff1f6 +2 139 1747564769964356959 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj ace5fe5eaa640de9 +1 141 1747564769967356976 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj 29b8962fdc075683 +1 34 1747565371001771284 build.ninja 8eebc3391e90f491 +3 253 1747564770080279637 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj c0e6a05b8bf26b38 +4 139 1747564769964356959 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj c5564d41e7b70dfe +11 186 1747564770012357224 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj 183cd1c3191a519f +1 135 1747564769959688124 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj fa5ad28ec0ecfd +3 124 1747564769950356882 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj 4496ac6b9d38935a +1 136 1747564769961356943 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj e2f79b6c03fd5c8b +4 165 1747564769990357103 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj 528d87f729cf68d +2 107 1747562728590710642 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj ef4526e20d88611d +3 139 1747564769964356959 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj b34ce154fb886c41 +5 145 1747564769971356998 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj 1a6ffc8b4f71d92c +1 123 1747564769949664450 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj a4ee7916438dcb17 +3 145 1747564769970356992 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj b1a9fc4b60267b2b +2 91 1747562728574528157 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj d6918a00c893f8de +2 29 1747562728512390674 CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj a907dbf68bf9d8b1 +1 137 1747564769962356949 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj 1ffd4219db96f7f7 +5 161 1747564769987357086 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj 6d3c4804672e99b1 +1 141 1747564769966356970 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj f50033045897e403 +7 154 1747564769980357047 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj 694dda52c71bc792 +5 136 1747564769961356943 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj 711f5e47418b9df8 +0 34 1747565371001771284 build.ninja 8eebc3391e90f491 +1 117 1747565371123386889 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj a4ee7916438dcb17 +2 121 1747565371126831912 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj 4496ac6b9d38935a +1 122 1747565371128088861 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj e2f79b6c03fd5c8b +1 123 1747565371128088861 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj 29b8962fdc075683 +2 124 1747565371129831931 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj 69de4e2e894ff1f6 +1 128 1747565371132831949 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj f50033045897e403 +1 129 1747565371133831955 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj fa5ad28ec0ecfd +3 129 1747565371134831962 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj 711f5e47418b9df8 +1 129 1747565371134831962 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj c2dc3f2732657e0d +2 133 1747565371138831986 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj c5564d41e7b70dfe +4 134 1747565371139831992 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj 694dda52c71bc792 +3 135 1747565371140886760 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj 1a6ffc8b4f71d92c +1 136 1747565371141832004 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj 1ffd4219db96f7f7 +2 136 1747565371141832004 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj 9ac7e8bd06499e09 +3 138 1747565371143832017 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj 6d3c4804672e99b1 +1 141 1747565371145832029 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj ace5fe5eaa640de9 +2 144 1747565371149832053 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj 528d87f729cf68d +2 150 1747565371155832090 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj b34ce154fb886c41 +2 153 1747565371157832103 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj b1a9fc4b60267b2b +4 156 1747565371161832127 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj e404f98c21d9960c +7 194 1747565371200573125 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj 183cd1c3191a519f +7 197 1747565371203177203 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj 4a83760c6970da49 +2 252 1747565371258332716 cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj c0e6a05b8bf26b38 +252 301 1747565371306616401 LightTAM_RFID_Reader.elf c8e9f02884fc4525 +0 69 1747565636601690286 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj c2dc3f2732657e0d +69 122 1747565636652999025 LightTAM_RFID_Reader.elf c8e9f02884fc4525 +1 70 1747565924660429326 CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj c2dc3f2732657e0d +70 121 1747565924709764097 LightTAM_RFID_Reader.elf c8e9f02884fc4525 diff --git a/build/Debug/CMakeCache.txt b/build/Debug/CMakeCache.txt index 283c2f0..ffbd4cd 100644 --- a/build/Debug/CMakeCache.txt +++ b/build/Debug/CMakeCache.txt @@ -1,6 +1,6 @@ # This is the CMakeCache file. -# For build in directory: /home/eduard/repos/LightTAM_RFID_Reader/build/Debug -# It was generated by CMake: /opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake +# For build in directory: /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug +# It was generated by CMake: /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. @@ -15,18 +15,18 @@ ######################## //Path to a program. -CMAKE_ADDR2LINE:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-addr2line +CMAKE_ADDR2LINE:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-addr2line //Path to a program. -CMAKE_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ar +CMAKE_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ar //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar +CMAKE_ASM_COMPILER_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib //Flags used by the ASM compiler during all build types. CMAKE_ASM_FLAGS:STRING= @@ -49,11 +49,11 @@ CMAKE_BUILD_TYPE:STRING=Debug //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar +CMAKE_CXX_COMPILER_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING= @@ -72,11 +72,11 @@ CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar +CMAKE_C_COMPILER_AR:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib +CMAKE_C_COMPILER_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING= @@ -112,13 +112,13 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/pkgRedirects //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=/opt/st/stm32cubeclt_1.17.0/Ninja/bin/ninja +CMAKE_MAKE_PROGRAM:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/Ninja/bin/ninja //Flags used by the linker during the creation of modules during // all build types. @@ -141,10 +141,10 @@ CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_NM:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-nm +CMAKE_NM:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-nm //Path to a program. -CMAKE_OBJDUMP:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump +CMAKE_OBJDUMP:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-objdump //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= @@ -156,10 +156,10 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC= CMAKE_PROJECT_NAME:STATIC=LightTAM_RFID_Reader //Path to a program. -CMAKE_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib +CMAKE_RANLIB:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib //Path to a program. -CMAKE_READELF:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-readelf +CMAKE_READELF:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-readelf //Flags used by the linker during the creation of shared libraries // during all build types. @@ -209,13 +209,13 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_STRIP:FILEPATH=/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-strip +CMAKE_STRIP:FILEPATH=/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-strip //Path to a program. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND //No help, variable specified on the command line. -CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/home/eduard/repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake +CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/home/eduard/Repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console @@ -224,22 +224,13 @@ CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/home/eduard/repos/LightTAM_RFID_Reader/cmake CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Value Computed by CMake -LightTAM_RFID_Reader_BINARY_DIR:STATIC=/home/eduard/repos/LightTAM_RFID_Reader/build/Debug +LightTAM_RFID_Reader_BINARY_DIR:STATIC=/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug //Value Computed by CMake LightTAM_RFID_Reader_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -LightTAM_RFID_Reader_SOURCE_DIR:STATIC=/home/eduard/repos/LightTAM_RFID_Reader - -//Value Computed by CMake -stm32cubemx_BINARY_DIR:STATIC=/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx - -//Value Computed by CMake -stm32cubemx_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -stm32cubemx_SOURCE_DIR:STATIC=/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx +LightTAM_RFID_Reader_SOURCE_DIR:STATIC=/home/eduard/Repos/LightTAM_RFID_Reader ######################## @@ -266,7 +257,7 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/eduard/repos/LightTAM_RFID_Reader/build/Debug +CMAKE_CACHEFILE_DIR:INTERNAL=/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache @@ -274,11 +265,11 @@ CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake +CMAKE_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cmake //Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0/CMake/bin/cpack +CMAKE_CPACK_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cpack //Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0/CMake/bin/ctest +CMAKE_CTEST_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0_2/CMake/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB @@ -310,7 +301,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0/CMake/bin/ccmake +CMAKE_EDIT_COMMAND:INTERNAL=/opt/st/stm32cubeclt_1.17.0_2/CMake/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS @@ -335,7 +326,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/eduard/repos/LightTAM_RFID_Reader +CMAKE_HOME_DIRECTORY:INTERNAL=/home/eduard/Repos/LightTAM_RFID_Reader //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS @@ -361,7 +352,7 @@ CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28 +CMAKE_ROOT:INTERNAL=/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG diff --git a/build/Debug/CMakeFiles/3.28.1/CMakeASMCompiler.cmake b/build/Debug/CMakeFiles/3.28.1/CMakeASMCompiler.cmake index d157d2c..c92f5d4 100644 --- a/build/Debug/CMakeFiles/3.28.1/CMakeASMCompiler.cmake +++ b/build/Debug/CMakeFiles/3.28.1/CMakeASMCompiler.cmake @@ -1,10 +1,10 @@ -set(CMAKE_ASM_COMPILER "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc") +set(CMAKE_ASM_COMPILER "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc") set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ar") -set(CMAKE_ASM_COMPILER_AR "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar") -set(CMAKE_RANLIB "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib") -set(CMAKE_ASM_COMPILER_RANLIB "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib") -set(CMAKE_LINKER "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++") +set(CMAKE_AR "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ar") +set(CMAKE_ASM_COMPILER_AR "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-g++") set(CMAKE_MT "") set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") set(CMAKE_ASM_COMPILER_LOADED 1) diff --git a/build/Debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake b/build/Debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake index 93296ba..2a005b0 100644 --- a/build/Debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake +++ b/build/Debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake @@ -1,4 +1,4 @@ -set(CMAKE_C_COMPILER "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc") +set(CMAKE_C_COMPILER "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc") set(CMAKE_C_COMPILER_ARG1 "") set(CMAKE_C_COMPILER_ID "GNU") set(CMAKE_C_COMPILER_VERSION "12.3.1") @@ -21,11 +21,11 @@ set(CMAKE_C_SIMULATE_VERSION "") -set(CMAKE_AR "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ar") -set(CMAKE_C_COMPILER_AR "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar") -set(CMAKE_RANLIB "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib") -set(CMAKE_C_COMPILER_RANLIB "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib") -set(CMAKE_LINKER "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++") +set(CMAKE_AR "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ar") +set(CMAKE_C_COMPILER_AR "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-g++") set(CMAKE_MT "") set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") set(CMAKE_COMPILER_IS_GNUCC 1) diff --git a/build/Debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake b/build/Debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake index 0fce5be..03afad8 100644 --- a/build/Debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake +++ b/build/Debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake @@ -1,4 +1,4 @@ -set(CMAKE_CXX_COMPILER "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++") +set(CMAKE_CXX_COMPILER "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-g++") set(CMAKE_CXX_COMPILER_ARG1 "") set(CMAKE_CXX_COMPILER_ID "GNU") set(CMAKE_CXX_COMPILER_VERSION "12.3.1") @@ -22,11 +22,11 @@ set(CMAKE_CXX_SIMULATE_VERSION "") -set(CMAKE_AR "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ar") -set(CMAKE_CXX_COMPILER_AR "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar") -set(CMAKE_RANLIB "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib") -set(CMAKE_LINKER "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++") +set(CMAKE_AR "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ar") +set(CMAKE_CXX_COMPILER_AR "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-g++") set(CMAKE_MT "") set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") set(CMAKE_COMPILER_IS_GNUCXX 1) diff --git a/build/Debug/CMakeFiles/3.28.1/CMakeSystem.cmake b/build/Debug/CMakeFiles/3.28.1/CMakeSystem.cmake index 68baf62..ee0e137 100644 --- a/build/Debug/CMakeFiles/3.28.1/CMakeSystem.cmake +++ b/build/Debug/CMakeFiles/3.28.1/CMakeSystem.cmake @@ -1,9 +1,9 @@ -set(CMAKE_HOST_SYSTEM "Linux-6.13.8-arch1-1") +set(CMAKE_HOST_SYSTEM "Linux-6.14.5-arch1-1") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "6.13.8-arch1-1") +set(CMAKE_HOST_SYSTEM_VERSION "6.14.5-arch1-1") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") -include("/home/eduard/repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake") +include("/home/eduard/Repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake") set(CMAKE_SYSTEM "Generic") set(CMAKE_SYSTEM_NAME "Generic") diff --git a/build/Debug/CMakeFiles/CMakeConfigureLog.yaml b/build/Debug/CMakeFiles/CMakeConfigureLog.yaml index 54ae6b1..9b2e50b 100644 --- a/build/Debug/CMakeFiles/CMakeConfigureLog.yaml +++ b/build/Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -4,37 +4,37 @@ events: - kind: "message-v1" backtrace: - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:228 (message)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:228 (message)" - "CMakeLists.txt:31 (enable_language)" message: | The target system is: Generic - - arm - The host system is: Linux - 6.13.8-arch1-1 - x86_64 + The host system is: Linux - 6.14.5-arch1-1 - x86_64 - kind: "message-v1" backtrace: - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:31 (enable_language)" message: | Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. - Compiler: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc + Compiler: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc Build flags: -mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3 Id flags: The output was: 1 - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-exit.o): in function `exit': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-exit.o): in function `exit': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/stdlib/exit.c:65: undefined reference to `_exit' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-closer.o): in function `_close_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-closer.o): in function `_close_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/closer.c:47: undefined reference to `_close' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-lseekr.o): in function `_lseek_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-lseekr.o): in function `_lseek_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/lseekr.c:49: undefined reference to `_lseek' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-readr.o): in function `_read_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-readr.o): in function `_read_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/readr.c:49: undefined reference to `_read' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-writer.o): in function `_write_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-writer.o): in function `_write_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/writer.c:49: undefined reference to `_write' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-sbrkr.o): in function `_sbrk_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-sbrkr.o): in function `_sbrk_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/sbrkr.c:51: undefined reference to `_sbrk' collect2: error: ld returned 1 exit status @@ -42,13 +42,13 @@ events: - kind: "message-v1" backtrace: - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:31 (enable_language)" message: | Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc + Compiler: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc Build flags: -mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3 Id flags: -c @@ -59,13 +59,13 @@ events: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o" The C compiler identification is GNU, found in: - /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.o + /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.o - kind: "message-v1" backtrace: - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:1131 (message)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:1131 (message)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - "CMakeLists.txt:31 (enable_language)" message: | Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": @@ -77,29 +77,29 @@ events: - kind: "message-v1" backtrace: - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:34 (project)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. - Compiler: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++ + Compiler: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-g++ Build flags: -mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-fno-rtti;-fno-exceptions;-fno-threadsafe-statics Id flags: The output was: 1 - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-exit.o): in function `exit': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-exit.o): in function `exit': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/stdlib/exit.c:65: undefined reference to `_exit' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-closer.o): in function `_close_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-closer.o): in function `_close_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/closer.c:47: undefined reference to `_close' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-lseekr.o): in function `_lseek_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-lseekr.o): in function `_lseek_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/lseekr.c:49: undefined reference to `_lseek' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-readr.o): in function `_read_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-readr.o): in function `_read_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/readr.c:49: undefined reference to `_read' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-writer.o): in function `_write_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-writer.o): in function `_write_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/writer.c:49: undefined reference to `_write' - /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-sbrkr.o): in function `_sbrk_r': + /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libg.a(libc_a-sbrkr.o): in function `_sbrk_r': /build/gnu-tools-for-stm32_12.3.rel1.20240926-1715/src/newlib/newlib/libc/reent/sbrkr.c:51: undefined reference to `_sbrk' collect2: error: ld returned 1 exit status @@ -107,13 +107,13 @@ events: - kind: "message-v1" backtrace: - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:34 (project)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-g++ + Compiler: /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-g++ Build flags: -mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-mcpu=cortex-m3;-Wall;-Wextra;-Wpedantic;-fdata-sections;-ffunction-sections;-O0;-g3;-fno-rtti;-fno-exceptions;-fno-threadsafe-statics Id flags: -c @@ -124,6 +124,6 @@ events: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o" The CXX compiler identification is GNU, found in: - /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.o + /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.o ... diff --git a/build/Debug/CMakeFiles/TargetDirectories.txt b/build/Debug/CMakeFiles/TargetDirectories.txt index b2f51bc..0a17a7a 100644 --- a/build/Debug/CMakeFiles/TargetDirectories.txt +++ b/build/Debug/CMakeFiles/TargetDirectories.txt @@ -1,5 +1,6 @@ -/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/LightTAM_RFID_Reader.dir -/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/edit_cache.dir -/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/rebuild_cache.dir -/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/CMakeFiles/edit_cache.dir -/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/CMakeFiles/rebuild_cache.dir +/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/LightTAM_RFID_Reader.dir +/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/edit_cache.dir +/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/CMakeFiles/rebuild_cache.dir +/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir +/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/CMakeFiles/edit_cache.dir +/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/CMakeFiles/rebuild_cache.dir diff --git a/build/Debug/CMakeFiles/rules.ninja b/build/Debug/CMakeFiles/rules.ninja index 1194058..4728cac 100644 --- a/build/Debug/CMakeFiles/rules.ninja +++ b/build/Debug/CMakeFiles/rules.ninja @@ -17,7 +17,7 @@ rule ASM_COMPILER__LightTAM_RFID_Reader_unscanned_Debug depfile = $DEP_FILE deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building ASM object $out @@ -27,7 +27,7 @@ rule ASM_COMPILER__LightTAM_RFID_Reader_unscanned_Debug rule C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug depfile = $DEP_FILE deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -35,7 +35,7 @@ rule C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug # Rule for linking C executable. rule C_EXECUTABLE_LINKER__LightTAM_RFID_Reader_Debug - command = $PRE_LINK && /opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $FLAGS -mcpu=cortex-m3 -T "/home/eduard/repos/LightTAM_RFID_Reader/stm32f103c8tx_flash.ld" --specs=nano.specs -Wl,-Map=LightTAM_RFID_Reader.map -Wl,--gc-sections -Wl,--start-group -lc -lm -Wl,--end-group -Wl,--print-memory-usage $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + command = $PRE_LINK && /opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $FLAGS -mcpu=cortex-m3 -T "/home/eduard/Repos/LightTAM_RFID_Reader/stm32f103c8tx_flash.ld" --specs=nano.specs -Wl,-Map=LightTAM_RFID_Reader.map -Wl,--gc-sections -Wl,--start-group -lc -lm -Wl,--end-group -Wl,--print-memory-usage $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD description = Linking C executable $TARGET_FILE restat = $RESTAT @@ -48,20 +48,38 @@ rule CUSTOM_COMMAND description = $DESC +############################################# +# Rule for compiling C files. + +rule C_COMPILER__STM32_Drivers_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + ############################################# # Rule for re-running cmake. rule RERUN_CMAKE - command = /opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake --regenerate-during-build -S/home/eduard/repos/LightTAM_RFID_Reader -B/home/eduard/repos/LightTAM_RFID_Reader/build/Debug + command = /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cmake --regenerate-during-build -S/home/eduard/Repos/LightTAM_RFID_Reader -B/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug description = Re-running CMake... generator = 1 +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + ############################################# # Rule for cleaning all built files. rule CLEAN - command = /opt/st/stm32cubeclt_1.17.0/Ninja/bin/ninja $FILE_ARG -t clean $TARGETS + command = /opt/st/stm32cubeclt_1.17.0_2/Ninja/bin/ninja $FILE_ARG -t clean $TARGETS description = Cleaning all built files... @@ -69,6 +87,6 @@ rule CLEAN # Rule for printing all primary targets available. rule HELP - command = /opt/st/stm32cubeclt_1.17.0/Ninja/bin/ninja -t targets + command = /opt/st/stm32cubeclt_1.17.0_2/Ninja/bin/ninja -t targets description = All primary targets available: diff --git a/build/Debug/build.ninja b/build/Debug/build.ninja index c2d2166..454d2cb 100644 --- a/build/Debug/build.ninja +++ b/build/Debug/build.ninja @@ -39,7 +39,7 @@ include CMakeFiles/rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/ +cmake_ninja_workdir = /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/ # ============================================================================= # Object build statements for EXECUTABLE target LightTAM_RFID_Reader @@ -47,224 +47,104 @@ cmake_ninja_workdir = /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/ ############################################# # Order-only phony target for LightTAM_RFID_Reader -build cmake_object_order_depends_target_LightTAM_RFID_Reader: phony || CMakeFiles/LightTAM_RFID_Reader.dir +build cmake_object_order_depends_target_LightTAM_RFID_Reader: phony || cmake_object_order_depends_target_STM32_Drivers -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/pn532_stm32f1.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/pn532.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/main.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/main.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/gpio.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/gpio.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/i2c.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/i2c.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/spi.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/spi.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/usart.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/usart.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_it.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_it.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_hal_msp.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_hal_msp.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/system_stm32f1xx.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/system_stm32f1xx.c || cmake_object_order_depends_target_LightTAM_RFID_Reader - DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER - DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/system_stm32f1xx.c.obj.d - FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include - OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir - OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src - -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/sysmem.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/sysmem.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/syscalls.c || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/syscalls.c || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src -build CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj: ASM_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/repos/LightTAM_RFID_Reader/startup_stm32f103xb.s || cmake_object_order_depends_target_LightTAM_RFID_Reader +build CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj: ASM_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/startup_stm32f103xb.s || cmake_object_order_depends_target_LightTAM_RFID_Reader DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj.d FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -x assembler-with-cpp -MMD -MP -g - INCLUDES = -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/pn532_stm32f1.c || cmake_object_order_depends_target_LightTAM_RFID_Reader + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir + OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src + +build CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj: C_COMPILER__LightTAM_RFID_Reader_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/pn532.c || cmake_object_order_depends_target_LightTAM_RFID_Reader + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir + OBJECT_FILE_DIR = CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src + # ============================================================================= # Link build statements for EXECUTABLE target LightTAM_RFID_Reader @@ -273,7 +153,7 @@ build CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj: ASM_COMPILE ############################################# # Link the executable LightTAM_RFID_Reader.elf -build LightTAM_RFID_Reader.elf: C_EXECUTABLE_LINKER__LightTAM_RFID_Reader_Debug CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/system_stm32f1xx.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj +build LightTAM_RFID_Reader.elf: C_EXECUTABLE_LINKER__LightTAM_RFID_Reader_Debug cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj || cmake/stm32cubemx/STM32_Drivers FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g OBJECT_DIR = CMakeFiles/LightTAM_RFID_Reader.dir POST_BUILD = : @@ -286,7 +166,7 @@ build LightTAM_RFID_Reader.elf: C_EXECUTABLE_LINKER__LightTAM_RFID_Reader_Debug # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/eduard/repos/LightTAM_RFID_Reader/build/Debug && /opt/st/stm32cubeclt_1.17.0/CMake/bin/ccmake -S/home/eduard/repos/LightTAM_RFID_Reader -B/home/eduard/repos/LightTAM_RFID_Reader/build/Debug + COMMAND = cd /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug && /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/ccmake -S/home/eduard/Repos/LightTAM_RFID_Reader -B/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug DESC = Running CMake cache editor... pool = console restat = 1 @@ -298,7 +178,7 @@ build edit_cache: phony CMakeFiles/edit_cache.util # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/eduard/repos/LightTAM_RFID_Reader/build/Debug && /opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake --regenerate-during-build -S/home/eduard/repos/LightTAM_RFID_Reader -B/home/eduard/repos/LightTAM_RFID_Reader/build/Debug + COMMAND = cd /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug && /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cmake --regenerate-during-build -S/home/eduard/Repos/LightTAM_RFID_Reader -B/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -307,15 +187,151 @@ build rebuild_cache: phony CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# /home/eduard/repos/LightTAM_RFID_Reader/CMakeLists.txt +# /home/eduard/Repos/LightTAM_RFID_Reader/CMakeLists.txt # ============================================================================= +# ============================================================================= +# Object build statements for OBJECT_LIBRARY target STM32_Drivers + + +############################################# +# Order-only phony target for STM32_Drivers + +build cmake_object_order_depends_target_STM32_Drivers: phony || cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/system_stm32f1xx.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + +build cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj: C_COMPILER__STM32_Drivers_unscanned_Debug /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c || cmake_object_order_depends_target_STM32_Drivers + DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER + DEP_FILE = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj.d + FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 + INCLUDES = -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include + OBJECT_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir + OBJECT_FILE_DIR = cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src + + + +############################################# +# Object library STM32_Drivers + +build cmake/stm32cubemx/STM32_Drivers: phony cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj + ############################################# # Utility command for edit_cache build cmake/stm32cubemx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx && /opt/st/stm32cubeclt_1.17.0/CMake/bin/ccmake -S/home/eduard/repos/LightTAM_RFID_Reader -B/home/eduard/repos/LightTAM_RFID_Reader/build/Debug + COMMAND = cd /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx && /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/ccmake -S/home/eduard/Repos/LightTAM_RFID_Reader -B/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug DESC = Running CMake cache editor... pool = console restat = 1 @@ -327,7 +343,7 @@ build cmake/stm32cubemx/edit_cache: phony cmake/stm32cubemx/CMakeFiles/edit_cach # Utility command for rebuild_cache build cmake/stm32cubemx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx && /opt/st/stm32cubeclt_1.17.0/CMake/bin/cmake --regenerate-during-build -S/home/eduard/repos/LightTAM_RFID_Reader -B/home/eduard/repos/LightTAM_RFID_Reader/build/Debug + COMMAND = cd /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx && /opt/st/stm32cubeclt_1.17.0_2/CMake/bin/cmake --regenerate-during-build -S/home/eduard/Repos/LightTAM_RFID_Reader -B/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -339,22 +355,24 @@ build cmake/stm32cubemx/rebuild_cache: phony cmake/stm32cubemx/CMakeFiles/rebuil build LightTAM_RFID_Reader: phony LightTAM_RFID_Reader.elf +build STM32_Drivers: phony cmake/stm32cubemx/STM32_Drivers + # ============================================================================= # Folder targets. # ============================================================================= ############################################# -# Folder: /home/eduard/repos/LightTAM_RFID_Reader/build/Debug +# Folder: /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug build all: phony LightTAM_RFID_Reader.elf cmake/stm32cubemx/all # ============================================================================= ############################################# -# Folder: /home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx +# Folder: /home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx -build cmake/stm32cubemx/all: phony +build cmake/stm32cubemx/all: phony cmake/stm32cubemx/STM32_Drivers # ============================================================================= # Built-in targets @@ -363,20 +381,27 @@ build cmake/stm32cubemx/all: phony ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | /home/eduard/repos/LightTAM_RFID_Reader/CMakeLists.txt /home/eduard/repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake /home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/CMakeLists.txt /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.28.1/CMakeASMCompiler.cmake CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake +build build.ninja: RERUN_CMAKE | /home/eduard/Repos/LightTAM_RFID_Reader/CMakeLists.txt /home/eduard/Repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake /home/eduard/Repos/LightTAM_RFID_Reader/cmake/stm32cubemx/CMakeLists.txt /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.28.1/CMakeASMCompiler.cmake CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake pool = console ############################################# # A missing CMake input file is not an error. -build /home/eduard/repos/LightTAM_RFID_Reader/CMakeLists.txt /home/eduard/repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake /home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/CMakeLists.txt /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake /opt/st/stm32cubeclt_1.17.0/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.28.1/CMakeASMCompiler.cmake CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake: phony +build /home/eduard/Repos/LightTAM_RFID_Reader/CMakeLists.txt /home/eduard/Repos/LightTAM_RFID_Reader/cmake/gcc-arm-none-eabi.cmake /home/eduard/Repos/LightTAM_RFID_Reader/cmake/stm32cubemx/CMakeLists.txt /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake /opt/st/stm32cubeclt_1.17.0_2/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.28.1/CMakeASMCompiler.cmake CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug ############################################# # Clean all the built files. -build clean: CLEAN +build clean: CLEAN CMakeFiles/clean.additional ############################################# diff --git a/build/Debug/cmake/stm32cubemx/cmake_install.cmake b/build/Debug/cmake/stm32cubemx/cmake_install.cmake index f917d38..1f1d37d 100644 --- a/build/Debug/cmake/stm32cubemx/cmake_install.cmake +++ b/build/Debug/cmake/stm32cubemx/cmake_install.cmake @@ -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() diff --git a/build/Debug/cmake_install.cmake b/build/Debug/cmake_install.cmake index 4f8783e..4b964a7 100644 --- a/build/Debug/cmake_install.cmake +++ b/build/Debug/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/eduard/repos/LightTAM_RFID_Reader +# Install script for directory: /home/eduard/Repos/LightTAM_RFID_Reader # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -34,12 +34,12 @@ 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() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/cmake_install.cmake") + include("/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/cmake_install.cmake") endif() if(CMAKE_INSTALL_COMPONENT) @@ -50,5 +50,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/Debug/compile_commands.json b/build/Debug/compile_commands.json index e0aa3ea..9339528 100644 --- a/build/Debug/compile_commands.json +++ b/build/Debug/compile_commands.json @@ -1,164 +1,164 @@ [ { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/pn532_stm32f1.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/pn532_stm32f1.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/pn532.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/pn532.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/main.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/main.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/main.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/main.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/main.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/gpio.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/gpio.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/gpio.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/gpio.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/gpio.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/i2c.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/i2c.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/i2c.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/i2c.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/i2c.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/spi.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/spi.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/spi.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/spi.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/spi.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/usart.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/usart.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/usart.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/usart.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/usart.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_it.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_it.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_it.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_it.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_it.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_hal_msp.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_hal_msp.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_hal_msp.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/stm32f1xx_hal_msp.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/stm32f1xx_hal_msp.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/system_stm32f1xx.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/system_stm32f1xx.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/system_stm32f1xx.c", - "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/system_stm32f1xx.c.obj" -}, -{ - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/sysmem.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/sysmem.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/sysmem.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/sysmem.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/sysmem.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj -c /home/eduard/repos/LightTAM_RFID_Reader/Core/Src/syscalls.c", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/Core/Src/syscalls.c", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/syscalls.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/syscalls.c", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/syscalls.c.obj" }, { - "directory": "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug", - "command": "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Core/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/repos/LightTAM_RFID_Reader/cmake/stm32cubemx/../../Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -x assembler-with-cpp -MMD -MP -g -o CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj -c /home/eduard/repos/LightTAM_RFID_Reader/startup_stm32f103xb.s", - "file": "/home/eduard/repos/LightTAM_RFID_Reader/startup_stm32f103xb.s", + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -x assembler-with-cpp -MMD -MP -g -o CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/startup_stm32f103xb.s", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/startup_stm32f103xb.s", "output": "CMakeFiles/LightTAM_RFID_Reader.dir/startup_stm32f103xb.s.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/pn532_stm32f1.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/pn532_stm32f1.c", + "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532_stm32f1.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/pn532.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/pn532.c", + "output": "CMakeFiles/LightTAM_RFID_Reader.dir/Core/Src/pn532.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/system_stm32f1xx.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Core/Src/system_stm32f1xx.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Core/Src/system_stm32f1xx.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c.obj" +}, +{ + "directory": "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug", + "command": "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-gcc -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER -I/home/eduard/Repos/LightTAM_RFID_Reader/Core/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Device/ST/STM32F1xx/Include -I/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/CMSIS/Include -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -o cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj -c /home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c", + "file": "/home/eduard/Repos/LightTAM_RFID_Reader/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c", + "output": "cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/__/__/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c.obj" } ] \ No newline at end of file