[bsp][stm32][stm32f769-st-disco]add stm32f7xx_hal_dsi.c when using LTDC/MIPI-DSI
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
This commit is contained in:
parent
98b98124c7
commit
a1d1f95338
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue