1 /*
2  * Copyright 2017-2021 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: LPC804
18 package_id: LPC804M101JDH24
19 mcu_data: ksdk2_0
20 processor_version: 0.9.4
21 board: LPCXpresso804
22 functionalGroups:
23 - name: BOARD_InitPeripherals
24   UUID: 4d2f4a99-7981-4376-859d-05028596f45c
25   called_from_default_init: true
26   selectedCore: core0
27  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
28 
29 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
30 component:
31 - type: 'system'
32 - type_id: 'system'
33 - global_system_definitions:
34   - user_definitions: ''
35   - user_includes: ''
36  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
37 /* clang-format on */
38 
39 /***********************************************************************************************************************
40  * Included files
41  **********************************************************************************************************************/
42 #include "peripherals.h"
43 
44 /***********************************************************************************************************************
45  * Initialization functions
46  **********************************************************************************************************************/
BOARD_InitPeripherals(void)47 void BOARD_InitPeripherals(void)
48 {
49 }
50 
51 /***********************************************************************************************************************
52  * BOARD_InitBootPeripherals function
53  **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)54 void BOARD_InitBootPeripherals(void)
55 {
56   BOARD_InitPeripherals();
57 }
58