Kaynağa Gözat

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

Alex Hoffman 5 yıl önce
ebeveyn
işleme
8e1da549bb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)