feat support ext sdram for xishutong-arm32 board

This commit is contained in:
Liu_Weichao
2023-12-08 14:17:57 +08:00
parent 093f362387
commit 9a97e9dd94
9 changed files with 609 additions and 0 deletions
@@ -82,6 +82,10 @@ Modification:
#include <connect_ethernet.h>
#endif
#ifdef BSP_USING_EXTSDRAM
#include <connect_sdram.h>
#endif
extern void entry(void);
extern int HwUsartInit();
@@ -180,6 +184,9 @@ struct InitSequenceDesc _board_init[] = {
#ifdef BSP_USING_GPIO
{ "hw_pin", HwGpioInit },
#endif
#ifdef BSP_USING_EXTSDRAM
{ "ext_sdram", ExtSdramInit},
#endif
#ifdef BSP_USING_SDIO
{ "sdio", HwSdioInit },
#endif