Merge pull request #1016 from uestczyh222/master

[Bsp][STM32F4xx_HAL]Fix hal_conf.h to include rtthread.h
This commit is contained in:
Bernard Xiong 2017-11-18 15:39:28 +08:00 committed by GitHub
commit 8cb012a04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
376 changed files with 3 additions and 1 deletions

View File

@ -64,8 +64,10 @@ env:
- RTT_BSP='stm32l072' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f107' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f10x' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f10x_HAL' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f20x' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f40x' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f4xx-HAL' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f411-nucleo' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f429-apollo' RTT_TOOL_CHAIN='sourcery-arm'
- RTT_BSP='stm32f429-disco' RTT_TOOL_CHAIN='sourcery-arm'

Some files were not shown because too many files have changed in this diff Show More