未验证 提交 f6d55155 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2357 from jinsheng20/bsp/stm32

增加 LTDC 官方驱动条件加入工程
......@@ -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']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册