基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

502 lines
78 KiB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Ninja" Generator, CMake Version 3.28
  3. # This file contains all the build statements describing the
  4. # compilation DAG.
  5. # =============================================================================
  6. # Write statements declared in CMakeLists.txt:
  7. #
  8. # Which is the root file.
  9. # =============================================================================
  10. # =============================================================================
  11. # Project: STM32F429GT6
  12. # Configurations: Debug
  13. # =============================================================================
  14. #############################################
  15. # Minimal version of Ninja required by this file
  16. ninja_required_version = 1.5
  17. #############################################
  18. # Set configuration variable for custom commands.
  19. CONFIGURATION = Debug
  20. # =============================================================================
  21. # Include auxiliary files.
  22. #############################################
  23. # Include rules file.
  24. include CMakeFiles/rules.ninja
  25. # =============================================================================
  26. #############################################
  27. # Logical path to working directory; prefix for absolute paths.
  28. cmake_ninja_workdir = D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32/
  29. # =============================================================================
  30. # Object build statements for EXECUTABLE target STM32F429GT6
  31. #############################################
  32. # Order-only phony target for STM32F429GT6
  33. build cmake_object_order_depends_target_STM32F429GT6: phony || CMakeFiles/STM32F429GT6.dir
  34. build CMakeFiles/STM32F429GT6.dir/Core/Src/main.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/main.c || cmake_object_order_depends_target_STM32F429GT6
  35. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  36. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\main.c.obj.d
  37. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  38. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  39. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  40. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  41. build CMakeFiles/STM32F429GT6.dir/Core/Src/gpio.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/gpio.c || cmake_object_order_depends_target_STM32F429GT6
  42. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  43. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\gpio.c.obj.d
  44. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  45. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  46. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  47. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  48. build CMakeFiles/STM32F429GT6.dir/Core/Src/freertos.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/freertos.c || cmake_object_order_depends_target_STM32F429GT6
  49. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  50. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\freertos.c.obj.d
  51. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  52. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  53. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  54. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  55. build CMakeFiles/STM32F429GT6.dir/Core/Src/crc.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/crc.c || cmake_object_order_depends_target_STM32F429GT6
  56. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  57. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\crc.c.obj.d
  58. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  59. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  60. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  61. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  62. build CMakeFiles/STM32F429GT6.dir/Core/Src/iwdg.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/iwdg.c || cmake_object_order_depends_target_STM32F429GT6
  63. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  64. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\iwdg.c.obj.d
  65. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  66. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  67. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  68. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  69. build CMakeFiles/STM32F429GT6.dir/Core/Src/rng.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/rng.c || cmake_object_order_depends_target_STM32F429GT6
  70. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  71. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\rng.c.obj.d
  72. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  73. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  74. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  75. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  76. build CMakeFiles/STM32F429GT6.dir/Core/Src/stm32f4xx_it.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/stm32f4xx_it.c || cmake_object_order_depends_target_STM32F429GT6
  77. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  78. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\stm32f4xx_it.c.obj.d
  79. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  80. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  81. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  82. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  83. build CMakeFiles/STM32F429GT6.dir/Core/Src/stm32f4xx_hal_msp.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/stm32f4xx_hal_msp.c || cmake_object_order_depends_target_STM32F429GT6
  84. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  85. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\stm32f4xx_hal_msp.c.obj.d
  86. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  87. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  88. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  89. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  90. build CMakeFiles/STM32F429GT6.dir/Core/Src/stm32f4xx_hal_timebase_tim.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/stm32f4xx_hal_timebase_tim.c || cmake_object_order_depends_target_STM32F429GT6
  91. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  92. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\stm32f4xx_hal_timebase_tim.c.obj.d
  93. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  94. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  95. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  96. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  97. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c || cmake_object_order_depends_target_STM32F429GT6
  98. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  99. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c.obj.d
  100. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  101. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  102. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  103. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  104. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c || cmake_object_order_depends_target_STM32F429GT6
  105. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  106. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c.obj.d
  107. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  108. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  109. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  110. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  111. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c || cmake_object_order_depends_target_STM32F429GT6
  112. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  113. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c.obj.d
  114. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  115. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  116. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  117. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  118. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c || cmake_object_order_depends_target_STM32F429GT6
  119. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  120. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c.obj.d
  121. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  122. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  123. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  124. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  125. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c || cmake_object_order_depends_target_STM32F429GT6
  126. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  127. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c.obj.d
  128. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  129. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  130. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  131. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  132. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c || cmake_object_order_depends_target_STM32F429GT6
  133. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  134. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c.obj.d
  135. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  136. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  137. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  138. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  139. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c || cmake_object_order_depends_target_STM32F429GT6
  140. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  141. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c.obj.d
  142. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  143. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  144. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  145. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  146. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c || cmake_object_order_depends_target_STM32F429GT6
  147. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  148. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c.obj.d
  149. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  150. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  151. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  152. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  153. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c || cmake_object_order_depends_target_STM32F429GT6
  154. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  155. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c.obj.d
  156. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  157. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  158. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  159. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  160. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c || cmake_object_order_depends_target_STM32F429GT6
  161. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  162. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c.obj.d
  163. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  164. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  165. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  166. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  167. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c || cmake_object_order_depends_target_STM32F429GT6
  168. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  169. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c.obj.d
  170. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  171. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  172. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  173. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  174. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c || cmake_object_order_depends_target_STM32F429GT6
  175. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  176. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c.obj.d
  177. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  178. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  179. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  180. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  181. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c || cmake_object_order_depends_target_STM32F429GT6
  182. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  183. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c.obj.d
  184. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  185. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  186. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  187. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  188. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c || cmake_object_order_depends_target_STM32F429GT6
  189. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  190. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c.obj.d
  191. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  192. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  193. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  194. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  195. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c || cmake_object_order_depends_target_STM32F429GT6
  196. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  197. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_iwdg.c.obj.d
  198. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  199. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  200. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  201. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  202. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c || cmake_object_order_depends_target_STM32F429GT6
  203. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  204. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c.obj.d
  205. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  206. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  207. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  208. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  209. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c || cmake_object_order_depends_target_STM32F429GT6
  210. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  211. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c.obj.d
  212. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  213. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  214. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  215. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  216. build CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c || cmake_object_order_depends_target_STM32F429GT6
  217. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  218. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c.obj.d
  219. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  220. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  221. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  222. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Drivers\STM32F4xx_HAL_Driver\Src
  223. build CMakeFiles/STM32F429GT6.dir/Core/Src/system_stm32f4xx.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/system_stm32f4xx.c || cmake_object_order_depends_target_STM32F429GT6
  224. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  225. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\system_stm32f4xx.c.obj.d
  226. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  227. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  228. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  229. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  230. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/croutine.c || cmake_object_order_depends_target_STM32F429GT6
  231. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  232. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\croutine.c.obj.d
  233. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  234. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  235. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  236. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  237. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c || cmake_object_order_depends_target_STM32F429GT6
  238. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  239. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c.obj.d
  240. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  241. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  242. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  243. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  244. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/list.c || cmake_object_order_depends_target_STM32F429GT6
  245. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  246. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\list.c.obj.d
  247. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  248. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  249. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  250. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  251. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/queue.c || cmake_object_order_depends_target_STM32F429GT6
  252. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  253. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\queue.c.obj.d
  254. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  255. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  256. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  257. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  258. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c || cmake_object_order_depends_target_STM32F429GT6
  259. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  260. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c.obj.d
  261. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  262. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  263. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  264. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  265. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/tasks.c || cmake_object_order_depends_target_STM32F429GT6
  266. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  267. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\tasks.c.obj.d
  268. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  269. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  270. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  271. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  272. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/timers.c || cmake_object_order_depends_target_STM32F429GT6
  273. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  274. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\timers.c.obj.d
  275. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  276. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  277. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  278. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source
  279. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c || cmake_object_order_depends_target_STM32F429GT6
  280. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  281. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2\cmsis_os2.c.obj.d
  282. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  283. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  284. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  285. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2
  286. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c || cmake_object_order_depends_target_STM32F429GT6
  287. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  288. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c.obj.d
  289. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  290. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  291. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  292. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang
  293. build CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c || cmake_object_order_depends_target_STM32F429GT6
  294. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  295. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c.obj.d
  296. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  297. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  298. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  299. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F
  300. build CMakeFiles/STM32F429GT6.dir/Core/Src/sysmem.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/sysmem.c || cmake_object_order_depends_target_STM32F429GT6
  301. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  302. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\sysmem.c.obj.d
  303. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  304. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  305. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  306. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  307. build CMakeFiles/STM32F429GT6.dir/Core/Src/syscalls.c.obj: C_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/Core/Src/syscalls.c || cmake_object_order_depends_target_STM32F429GT6
  308. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  309. DEP_FILE = CMakeFiles\STM32F429GT6.dir\Core\Src\syscalls.c.obj.d
  310. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11 -fdiagnostics-color=always
  311. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  312. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  313. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir\Core\Src
  314. build CMakeFiles/STM32F429GT6.dir/startup_stm32f429xx.s.obj: ASM_COMPILER__STM32F429GT6_unscanned_Debug D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/startup_stm32f429xx.s || cmake_object_order_depends_target_STM32F429GT6
  315. DEFINES = -DDEBUG -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -DUSE_HAL_DRIVER
  316. DEP_FILE = CMakeFiles\STM32F429GT6.dir\startup_stm32f429xx.s.obj.d
  317. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -x assembler-with-cpp -MMD -MP -g
  318. INCLUDES = -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Core/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -ID:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/../../Drivers/CMSIS/Include
  319. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  320. OBJECT_FILE_DIR = CMakeFiles\STM32F429GT6.dir
  321. # =============================================================================
  322. # Link build statements for EXECUTABLE target STM32F429GT6
  323. #############################################
  324. # Link the executable STM32F429GT6.elf
  325. build STM32F429GT6.elf: C_EXECUTABLE_LINKER__STM32F429GT6_Debug CMakeFiles/STM32F429GT6.dir/Core/Src/main.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/gpio.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/freertos.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/crc.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/iwdg.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/rng.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/stm32f4xx_it.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/stm32f4xx_hal_msp.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/stm32f4xx_hal_timebase_tim.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c.obj CMakeFiles/STM32F429GT6.dir/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/system_stm32f4xx.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/croutine.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/list.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/queue.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/tasks.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/timers.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c.obj CMakeFiles/STM32F429GT6.dir/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/sysmem.c.obj CMakeFiles/STM32F429GT6.dir/Core/Src/syscalls.c.obj CMakeFiles/STM32F429GT6.dir/startup_stm32f429xx.s.obj
  326. FLAGS = -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g
  327. LINK_LIBRARIES = -lstdc++
  328. OBJECT_DIR = CMakeFiles\STM32F429GT6.dir
  329. POST_BUILD = cd .
  330. PRE_LINK = cd .
  331. TARGET_FILE = STM32F429GT6.elf
  332. TARGET_PDB = STM32F429GT6.elf.dbg
  333. #############################################
  334. # Utility command for edit_cache
  335. build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
  336. COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\code\stm32\SubSpray\SubSpray_STM32F429GT6\cmake-build-debug-mingw-stm32 && "C:\Program Files\JetBrains\CLion 2024.1.4\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
  337. DESC = No interactive CMake dialog available...
  338. restat = 1
  339. build edit_cache: phony CMakeFiles/edit_cache.util
  340. #############################################
  341. # Utility command for rebuild_cache
  342. build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
  343. COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\code\stm32\SubSpray\SubSpray_STM32F429GT6\cmake-build-debug-mingw-stm32 && "C:\Program Files\JetBrains\CLion 2024.1.4\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -SD:\code\stm32\SubSpray\SubSpray_STM32F429GT6 -BD:\code\stm32\SubSpray\SubSpray_STM32F429GT6\cmake-build-debug-mingw-stm32"
  344. DESC = Running CMake to regenerate build system...
  345. pool = console
  346. restat = 1
  347. build rebuild_cache: phony CMakeFiles/rebuild_cache.util
  348. # =============================================================================
  349. # Write statements declared in CMakeLists.txt:
  350. # D:/code/stm32/SubSpray/SubSpray_STM32F429GT6/CMakeLists.txt
  351. # =============================================================================
  352. #############################################
  353. # Utility command for edit_cache
  354. build cmake/stm32cubemx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
  355. COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\code\stm32\SubSpray\SubSpray_STM32F429GT6\cmake-build-debug-mingw-stm32\cmake\stm32cubemx && "C:\Program Files\JetBrains\CLion 2024.1.4\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
  356. DESC = No interactive CMake dialog available...
  357. restat = 1
  358. build cmake/stm32cubemx/edit_cache: phony cmake/stm32cubemx/CMakeFiles/edit_cache.util
  359. #############################################
  360. # Utility command for rebuild_cache
  361. build cmake/stm32cubemx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
  362. COMMAND = C:\Windows\system32\cmd.exe /C "cd /D D:\code\stm32\SubSpray\SubSpray_STM32F429GT6\cmake-build-debug-mingw-stm32\cmake\stm32cubemx && "C:\Program Files\JetBrains\CLion 2024.1.4\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -SD:\code\stm32\SubSpray\SubSpray_STM32F429GT6 -BD:\code\stm32\SubSpray\SubSpray_STM32F429GT6\cmake-build-debug-mingw-stm32"
  363. DESC = Running CMake to regenerate build system...
  364. pool = console
  365. restat = 1
  366. build cmake/stm32cubemx/rebuild_cache: phony cmake/stm32cubemx/CMakeFiles/rebuild_cache.util
  367. # =============================================================================
  368. # Target aliases.
  369. build STM32F429GT6: phony STM32F429GT6.elf
  370. # =============================================================================
  371. # Folder targets.
  372. # =============================================================================
  373. #############################################
  374. # Folder: D:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32
  375. build all: phony STM32F429GT6.elf cmake/stm32cubemx/all
  376. # =============================================================================
  377. #############################################
  378. # Folder: D:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake-build-debug-mingw-stm32/cmake/stm32cubemx
  379. build cmake/stm32cubemx/all: phony
  380. # =============================================================================
  381. # Built-in targets
  382. #############################################
  383. # Re-run CMake if any of its inputs changed.
  384. build build.ninja: RERUN_CMAKE | C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeASMInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeCInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeCXXInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU-C.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/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 D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/CMakeLists.txt D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/gcc-arm-none-eabi.cmake D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/CMakeLists.txt
  385. pool = console
  386. #############################################
  387. # A missing CMake input file is not an error.
  388. build C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeASMInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeCInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeCXXInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU-C.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake C$:/Program$ Files/JetBrains/CLion$ 2024.1.4/bin/cmake/win/x64/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 D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/CMakeLists.txt D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/gcc-arm-none-eabi.cmake D$:/code/stm32/SubSpray/SubSpray_STM32F429GT6/cmake/stm32cubemx/CMakeLists.txt: phony
  389. #############################################
  390. # Clean all the built files.
  391. build clean: CLEAN
  392. #############################################
  393. # Print all primary targets available.
  394. build help: HELP
  395. #############################################
  396. # Make the all target the default.
  397. default all