Skip to content

Commit

Permalink
Merge pull request #149 from cnboonhan/master
Browse files Browse the repository at this point in the history
remove LL components for F7 builds
  • Loading branch information
ObKo authored Oct 31, 2020
2 parents 5638bf9 + 9ce9ba7 commit 89e4b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSTM32HAL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ELSEIF(STM32_FAMILY STREQUAL "F7")
SET(HAL_COMPONENTS adc can cec cortex crc cryp dac dcmi dma dma2d eth flash
gpio hash hcd i2c i2s irda iwdg lptim ltdc nand nor pcd
pwr qspi rcc rng rtc sai sd sdram smartcard spdifrx spi
sram tim uart usart wwdg fmc sdmmc usb)
sram tim uart usart wwdg)

SET(HAL_REQUIRED_COMPONENTS cortex pwr rcc)

Expand Down

0 comments on commit 89e4b36

Please sign in to comment.