Settable times

This commit is contained in:
wantong
2024-01-25 13:43:24 +08:00
parent b478a0087d
commit f5b2c8f817
113 changed files with 6352 additions and 7210 deletions

View File

@ -49,17 +49,11 @@ else ()
add_compile_options(-Og -g)
endif ()
include_directories(Core/Inc
Drivers/STM32H7xx_HAL_Driver/Inc
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy
Drivers/CMSIS/Device/ST/STM32H7xx/Include
Drivers/CMSIS/Include)
include_directories(Core/Inc Drivers/STM32H7xx_HAL_Driver/Inc Drivers/STM32H7xx_HAL_Driver/Inc/Legacy Drivers/CMSIS/Device/ST/STM32H7xx/Include Drivers/CMSIS/Include)
add_definitions(-DDEBUG -DUSE_HAL_DRIVER -DSTM32H750xx)
file(GLOB_RECURSE SOURCES
"Core/*.*"
"Drivers/*.*")
file(GLOB_RECURSE SOURCES "Core/*.*" "Drivers/*.*")
set(LINKER_SCRIPT ${CMAKE_SOURCE_DIR}/STM32H750VBTX_FLASH.ld)