mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 09:53:30 +08:00
【修改】为了适配F469-DISCO的LCD驱动,增加使用“BSP_USING_LTDC”时所引用的库函数文件
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
This commit is contained in:
parent
694878d4c3
commit
c74e43fc04
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user