Explorar o código

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

Alex Hoffman %!s(int64=5) %!d(string=hai) anos
pai
achega
8e1da549bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)