Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _deps/googletest-src
Submodule googletest-src added at 58d77f
1 change: 1 addition & 0 deletions _deps/nanopb_repo-src
Submodule nanopb_repo-src added at 6cfe48
37 changes: 27 additions & 10 deletions firmware/hexray/BMS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,33 @@ if ("${TARGET}" STREQUAL "binary")
)

set(STM32_HAL_SRCS
"stm32h7xx_hal.c"
"stm32h7xx_hal_rcc.c"
"stm32h7xx_hal_rcc_ex.c"
"stm32h7xx_hal_pwr_ex.c"
"stm32h7xx_hal_cortex.c"
"stm32h7xx_hal_exti.c"
"stm32h7xx_hal_tim.c"
"stm32h7xx_hal_tim_ex.c"
"stm32h7xx_hal_gpio.c"
"stm32h7xx_hal_dma.c"
"stm32h7xx_hal.c"
"stm32h7xx_hal_rcc.c"
"stm32h7xx_hal_rcc_ex.c"
"stm32h7xx_hal_pwr_ex.c"
"stm32h7xx_hal_cortex.c"
"stm32h7xx_hal_exti.c"
"stm32h7xx_hal_tim.c"
"stm32h7xx_hal_gpio.c"
"stm32h7xx_hal_adc.c"

"stm32h7xx_hal_adc_ex.c"
"stm32h7xx_hal_tim_ex.c"
"stm32h7xx_hal_dma.c"

"stm32h7xx_hal_crc.c"
"stm32h7xx_hal_crc_ex.c"
"stm32h7xx_hal_fdcan.c"
"stm32h7xx_hal_spi.c"
"stm32h7xx_hal_spi_ex.c"

"stm32h7xx_hal_sd.c"
"stm32h7xx_hal_sd_ex.c"
"stm32h7xx_ll_sdmmc.c"

"stm32h7xx_hal_pcd.c"
"stm32h7xx_hal_pcd_ex.c"
"stm32h7xx_ll_usb.c"
)
set(CUBEMX_INCLUDES ${CUBEMX_INCLUDE_DIRS} ${SYSTEM_INCLUDE_DIRS})
stm32h733xx_cube_library(
Expand Down
Loading
Loading