Settable times
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user