浏览代码

[bsp][stm32][stm32f769-st-disco]add stm32f7xx_hal_dsi.c when using LTDC/MIPI-DSI

Signed-off-by: WillianChan <chentingwei@rt-thread.com>
WillianChan 3 年之前
父节点
当前提交
a1d1f95338
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bsp/stm32/libraries/STM32F7xx_HAL/SConscript

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

@@ -99,6 +99,7 @@ if GetDepend(['BSP_USING_LTDC']):
     src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc_ex.c']
     src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma2d.c']
     src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma2d.c']
+    src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dsi.c']
 
 path = [cwd + '/STM32F7xx_HAL_Driver/Inc',
     cwd + '/CMSIS/Device/ST/STM32F7xx/Include',