1 /*
2  * Copyright 2018 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 v4.1
17 processor: MKE15Z256xxx7
18 package_id: MKE15Z256VLL7
19 mcu_data: ksdk2_0
20 processor_version: 4.0.0
21 board: FRDM-KE15Z
22 functionalGroups:
23 - name: BOARD_InitPeripherals
24   called_from_default_init: true
25   selectedCore: core0
26  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
27 
28 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
29 component:
30 - type: 'system'
31 - type_id: 'system'
32 - global_system_definitions: []
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