add NXP Imx RT1052 support
add NXP RT1052 support
This commit is contained in:
17
board/FIRE_NXP_IMXRT1052/BSP/Src/peripherals.c
Normal file
17
board/FIRE_NXP_IMXRT1052/BSP/Src/peripherals.c
Normal file
@@ -0,0 +1,17 @@
|
||||
/* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
|
||||
!!GlobalInfo
|
||||
product: Peripherals v1.0
|
||||
* BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
|
||||
|
||||
/*******************************************************************************
|
||||
* Included files
|
||||
******************************************************************************/
|
||||
#include "peripherals.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* BOARD_InitBootPeripherals function
|
||||
******************************************************************************/
|
||||
void BOARD_InitBootPeripherals(void)
|
||||
{
|
||||
BOARD_ConfigMPU();
|
||||
}
|
Reference in New Issue
Block a user