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: LPC54S018
18 package_id: LPC54S018JET180
19 mcu_data: ksdk2_0
20 processor_version: 0.9.6
21 board: LPCXpresso54S018
22 functionalGroups:
23 - name: BOARD_InitPeripherals
24   UUID: 743d174d-6f82-4cdc-abec-91cd08bb8d17
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_54b53072540eeeb8f8e9343e71f28176'
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  * BOARD_InitPeripherals functional group
46  **********************************************************************************************************************/
47 /***********************************************************************************************************************
48  * NVIC initialization code
49  **********************************************************************************************************************/
50 /* clang-format off */
51 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
52 instance:
53 - name: 'NVIC'
54 - type: 'nvic'
55 - mode: 'general'
56 - custom_name_enabled: 'false'
57 - type_id: 'nvic_57b5eef3774cc60acaede6f5b8bddc67'
58 - functional_group: 'BOARD_InitPeripherals'
59 - peripheral: 'NVIC'
60 - config_sets:
61   - nvic:
62     - interrupt_table: []
63     - interrupts: []
64  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
65 /* clang-format on */
66 
67 /* Empty initialization function (commented out)
68 static void NVIC_init(void) {
69 } */
70 
71 /***********************************************************************************************************************
72  * Initialization functions
73  **********************************************************************************************************************/
BOARD_InitPeripherals(void)74 void BOARD_InitPeripherals(void)
75 {
76   /* Initialize components */
77 }
78 
79 /***********************************************************************************************************************
80  * BOARD_InitBootPeripherals function
81  **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)82 void BOARD_InitBootPeripherals(void)
83 {
84   BOARD_InitPeripherals();
85 }
86