sync the upstream

This commit is contained in:
Wang_Weigen
2022-05-07 10:47:23 +08:00
109 changed files with 5542 additions and 520 deletions
+7
View File
@@ -52,6 +52,10 @@ Modification:
#include <connect_sdio.h>
#endif
#ifdef BSP_USING_WDT
#include <connect_wdt.h>
#endif
#ifdef BSP_USING_SEMC
extern status_t BOARD_InitSEMC(void);
#ifdef BSP_USING_EXTSRAM
@@ -340,5 +344,8 @@ void InitBoardHardware()
#ifdef BSP_USING_LCD
Imxrt1052HwLcdInit();
#endif
#ifdef BSP_USING_WDT
Imxrt1052HwWdgInit();
#endif
}