Explorar o código

Merge pull request #2598 from willianchanlovegithub/STM32F4xx_HAL

【修改】增加使用“BSP_USING_LTDC”时所引用的库函数文件
Bernard Xiong %!s(int64=6) %!d(string=hai) anos
pai
achega
987ef23c22
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bsp/stm32/libraries/STM32F4xx_HAL/SConscript

+ 1 - 0
bsp/stm32/libraries/STM32F4xx_HAL/SConscript

@@ -104,6 +104,7 @@ if GetDepend(['BSP_USING_LTDC']):
     src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c']
     src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c']
     src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma2d.c']
+    src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c']
 
 path = [cwd + '/STM32F4xx_HAL_Driver/Inc',
     cwd + '/CMSIS/Device/ST/STM32F4xx/Include',