More work on the F7 discovery
This commit is contained in:
parent
d4f2cb0d72
commit
36906d8877
2 changed files with 6 additions and 1 deletions
|
@ -77,6 +77,8 @@
|
||||||
|
|
||||||
/* Includes ------------------------------------------------------------------*/
|
/* Includes ------------------------------------------------------------------*/
|
||||||
#include "stm32f746g_discovery_sdram.h"
|
#include "stm32f746g_discovery_sdram.h"
|
||||||
|
#include "stm32f7xx_hal_rcc.h"
|
||||||
|
#include "stm32f7xx_hal_rcc_ex.h"
|
||||||
|
|
||||||
/** @addtogroup BSP
|
/** @addtogroup BSP
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -45,8 +45,11 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Includes ------------------------------------------------------------------*/
|
/* 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_dma.h"
|
||||||
|
#include "stm32f7xx_hal_gpio.h"
|
||||||
|
#include "stm32f7xx_hal_sdram.h"
|
||||||
#include "stm32f7xx_ll_fmc.h"
|
#include "stm32f7xx_ll_fmc.h"
|
||||||
|
|
||||||
/** @addtogroup BSP
|
/** @addtogroup BSP
|
||||||
|
|
Loading…
Add table
Reference in a new issue