1 /*
2  * Copyright 2020 NXP
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 /***********************************************************************************************************************
9  * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
10  * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
11  **********************************************************************************************************************/
12 
13 /* clang-format off */
14 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
15 !!GlobalInfo
16 product: Peripherals v8.0
17 processor: MIMXRT1171xxxxx
18 mcu_data: ksdk2_0
19 processor_version: 0.0.0
20 functionalGroups:
21 - name: BOARD_InitPeripherals
22   UUID: 673cf921-1ec2-4930-93f2-e0768a84092c
23   called_from_default_init: true
24  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
25 
26 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
27 component:
28 - type: 'system'
29 - type_id: 'system_54b53072540eeeb8f8e9343e71f28176'
30 - global_system_definitions:
31   - user_definitions: ''
32   - user_includes: ''
33  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
34 /* clang-format on */
35 
36 /***********************************************************************************************************************
37  * Included files
38  **********************************************************************************************************************/
39 #include "peripherals.h"
40 
41 /***********************************************************************************************************************
42  * Initialization functions
43  **********************************************************************************************************************/
BOARD_InitPeripherals(void)44 void BOARD_InitPeripherals(void)
45 {
46 }
47 
48 /***********************************************************************************************************************
49  * BOARD_InitBootPeripherals function
50  **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)51 void BOARD_InitBootPeripherals(void)
52 {
53   BOARD_InitPeripherals();
54 }
55