mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 06:00:27 +08:00
增加 LTDC 官方驱动条件加入工程
This commit is contained in:
parent
a9c9763290
commit
da19913421
@ -93,6 +93,12 @@ if GetDepend(['BSP_USING_ON_CHIP_FLASH']):
|
||||
src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash.c']
|
||||
src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c']
|
||||
|
||||
if GetDepend(['BSP_USING_LTDC']):
|
||||
src += ['STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc.c']
|
||||
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']
|
||||
|
||||
path = [cwd + '/STM32F7xx_HAL_Driver/Inc',
|
||||
cwd + '/CMSIS/Device/ST/STM32F7xx/Include',
|
||||
cwd + '/CMSIS/Include']
|
||||
|
Loading…
x
Reference in New Issue
Block a user