Browse Source

Merge pull request #2598 from willianchanlovegithub/STM32F4xx_HAL

【修改】增加使用“BSP_USING_LTDC”时所引用的库函数文件
Bernard Xiong 6 years ago
parent
commit
987ef23c22
1 changed files with 1 additions and 0 deletions
  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',