1 /*
2  * Copyright 2019 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 v6.0
17 processor: MK27FN2M0Axxx15
18 mcu_data: ksdk2_0
19 processor_version: 0.0.8
20 functionalGroups:
21 - name: BOARD_InitPeripherals
22   called_from_default_init: true
23  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
24 
25 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
26 component:
27 - type: 'system'
28 - type_id: 'system_54b53072540eeeb8f8e9343e71f28176'
29 - global_system_definitions: []
30  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
31 /* clang-format on */
32 
33 /***********************************************************************************************************************
34  * Included files
35  **********************************************************************************************************************/
36 #include "peripherals.h"
37 
38 /***********************************************************************************************************************
39  * Initialization functions
40  **********************************************************************************************************************/
BOARD_InitPeripherals(void)41 void BOARD_InitPeripherals(void)
42 {
43 }
44 
45 /***********************************************************************************************************************
46  * BOARD_InitBootPeripherals function
47  **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)48 void BOARD_InitBootPeripherals(void)
49 {
50   BOARD_InitPeripherals();
51 }
52