This commit is contained in:
Robin Dietzel 2023-01-26 18:15:12 +01:00
parent e260ff1212
commit 0f4cc472a8
142 changed files with 145234 additions and 145219 deletions

View File

@ -60,11 +60,26 @@ else ()
endif ()
include_directories(USB_DEVICE/App USB_DEVICE/Target Core/Inc Drivers/STM32F4xx_HAL_Driver/Inc Drivers/STM32F4xx_HAL_Driver/Inc/Legacy Middlewares/ST/STM32_USB_Device_Library/Core/Inc Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc Drivers/CMSIS/Device/ST/STM32F4xx/Include Drivers/CMSIS/Include Middlewares/floatpump/Inc)
add_definitions(-DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE)
file(GLOB_RECURSE SOURCES "Core/*.*" "Middlewares/*.*" "Drivers/*.*" "USB_DEVICE/*.*")
include_directories(
floatpump/USB_DEVICE/App
floatpump/USB_DEVICE/Target
floatpump/Core/Inc
floatpump/Drivers/STM32F4xx_HAL_Driver/Inc
floatpump/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy
floatpump/Middlewares/ST/STM32_USB_Device_Library/Core/Inc
floatpump/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc
floatpump/Drivers/CMSIS/Device/ST/STM32F4xx/Include floatpump/Drivers/CMSIS/Include
floatpump/Middlewares/floatpump/Inc
)
file(GLOB_RECURSE SOURCES
"floatpump/Core/*.*"
"floatpump/Middlewares/*.*"
"floatpump/Drivers/*.*"
"floatpump/USB_DEVICE/*.*"
)
set(LINKER_SCRIPT ${CMAKE_SOURCE_DIR}/STM32F411CEUX_FLASH.ld)

Some files were not shown because too many files have changed in this diff Show More