Преглед изворни кода

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

Alex Hoffman пре 5 година
родитељ
комит
8e1da549bb
1 измењених фајлова са 1 додато и 1 уклоњено
  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)