83 lines
11 KiB
CMake
83 lines
11 KiB
CMake
|
|
# Consider dependencies only in project.
|
|
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
|
|
|
# The set of languages for which implicit dependencies are needed:
|
|
set(CMAKE_DEPENDS_LANGUAGES
|
|
"ASM"
|
|
)
|
|
# The set of files for implicit dependencies of each language:
|
|
set(CMAKE_DEPENDS_CHECK_ASM
|
|
"D:/RM/@RM2025/Customer_controller/Core/Startup/startup_stm32h723vgtx.s" "D:/RM/@RM2025/Customer_controller/cmake-build-debug/CMakeFiles/Customer_controller.elf.dir/Core/Startup/startup_stm32h723vgtx.s.obj"
|
|
)
|
|
set(CMAKE_ASM_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
set(CMAKE_TARGET_DEFINITIONS_ASM
|
|
"DEBUG"
|
|
"STM32H723xx"
|
|
"USE_HAL_DRIVER"
|
|
)
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_ASM_TARGET_INCLUDE_PATH
|
|
"D:/RM/@RM2025/Customer_controller/Core/Inc"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Inc"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Inc/Legacy"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/CMSIS/Device/ST/STM32H7xx/Include"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/CMSIS/Include"
|
|
"D:/RM/@RM2025/Customer_controller/Middlewares/ST/ARM/DSP/Inc"
|
|
"D:/RM/@RM2025/Customer_controller/USER"
|
|
"D:/RM/@RM2025/Customer_controller/BSP"
|
|
)
|
|
|
|
# The set of dependency files which are needed:
|
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
"D:/RM/@RM2025/Customer_controller/BSP/bsp_fdcan.c" "CMakeFiles/Customer_controller.elf.dir/BSP/bsp_fdcan.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/BSP/bsp_fdcan.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/dma.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/dma.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/dma.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/fdcan.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/fdcan.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/fdcan.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/gpio.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/gpio.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/gpio.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/main.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/main.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/main.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/stm32h7xx_hal_msp.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/stm32h7xx_hal_msp.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/stm32h7xx_hal_msp.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/stm32h7xx_it.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/stm32h7xx_it.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/stm32h7xx_it.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/syscalls.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/syscalls.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/syscalls.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/sysmem.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/sysmem.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/sysmem.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/system_stm32h7xx.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/system_stm32h7xx.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/system_stm32h7xx.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/tim.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/tim.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/tim.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Core/Src/usart.c" "CMakeFiles/Customer_controller.elf.dir/Core/Src/usart.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Core/Src/usart.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/USER/RobotAlgorithmModule.c" "CMakeFiles/Customer_controller.elf.dir/USER/RobotAlgorithmModule.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/USER/RobotAlgorithmModule.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/USER/crc_ref.c" "CMakeFiles/Customer_controller.elf.dir/USER/crc_ref.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/USER/crc_ref.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/USER/dm_motor_ctrl.c" "CMakeFiles/Customer_controller.elf.dir/USER/dm_motor_ctrl.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/USER/dm_motor_ctrl.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/USER/dm_motor_drv.c" "CMakeFiles/Customer_controller.elf.dir/USER/dm_motor_drv.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/USER/dm_motor_drv.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/USER/kinematics.c" "CMakeFiles/Customer_controller.elf.dir/USER/kinematics.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/USER/kinematics.c.obj.d"
|
|
"D:/RM/@RM2025/Customer_controller/USER/referee.c" "CMakeFiles/Customer_controller.elf.dir/USER/referee.c.obj" "gcc" "CMakeFiles/Customer_controller.elf.dir/USER/referee.c.obj.d"
|
|
)
|
|
|
|
# Targets to which this target links which contain Fortran sources.
|
|
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|