More work on the F7 discovery

ugfx_release_2.6
Joel Bodenmann 2015-07-10 11:56:25 +02:00
parent d4f2cb0d72
commit 36906d8877
2 changed files with 6 additions and 1 deletions

View File

@ -77,6 +77,8 @@
/* Includes ------------------------------------------------------------------*/
#include "stm32f746g_discovery_sdram.h"
#include "stm32f7xx_hal_rcc.h"
#include "stm32f7xx_hal_rcc_ex.h"
/** @addtogroup BSP
* @{

View File

@ -45,8 +45,11 @@
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f7xx_hal_sdram.h"
#include "stm32f7xx_hal_rcc.h"
#include "stm32f7xx_hal_rcc_ex.h"
#include "stm32f7xx_hal_dma.h"
#include "stm32f7xx_hal_gpio.h"
#include "stm32f7xx_hal_sdram.h"
#include "stm32f7xx_ll_fmc.h"
/** @addtogroup BSP