mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 02:40:24 +08:00
Merge pull request #2598 from willianchanlovegithub/STM32F4xx_HAL
【修改】增加使用“BSP_USING_LTDC”时所引用的库函数文件
This commit is contained in:
commit
987ef23c22
@ -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