Ver Fonte

Removed components that are not part of the HAL source, they are part of the LL sources.

Alex Hoffman há 5 anos atrás
pai
commit
8e1da549bb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cmake/FindSTM32HAL.cmake

+ 1 - 1
cmake/FindSTM32HAL.cmake

@@ -13,7 +13,7 @@ IF(STM32_FAMILY STREQUAL "F0")
 ELSEIF(STM32_FAMILY STREQUAL "F1")
     SET(HAL_COMPONENTS adc can cec cortex crc dac dma eth flash gpio hcd i2c
                        i2s irda iwdg nand nor pccard pcd pwr rcc rtc sd smartcard
-                       spi sram tim uart usart wwdg fsmc sdmmc usb)
+                       spi sram tim uart usart wwdg)
 
     SET(HAL_REQUIRED_COMPONENTS cortex pwr rcc)