1 /*
2  * Copyright 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 v9.0
17 processor: MKE17Z256xxx7
18 mcu_data: ksdk2_0
19 processor_version: 0.10.0
20 functionalGroups:
21 - name: BOARD_InitPeripherals
22   UUID: 0abe96c4-e8fb-4c4d-839b-5b3255c5ceca
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  * BOARD_InitPeripherals functional group
43  **********************************************************************************************************************/
44 /***********************************************************************************************************************
45  * NVIC initialization code
46  **********************************************************************************************************************/
47 /* clang-format off */
48 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
49 instance:
50 - name: 'NVIC'
51 - type: 'nvic'
52 - mode: 'general'
53 - custom_name_enabled: 'false'
54 - type_id: 'nvic_57b5eef3774cc60acaede6f5b8bddc67'
55 - functional_group: 'BOARD_InitPeripherals'
56 - peripheral: 'NVIC'
57 - config_sets:
58   - nvic:
59     - interrupt_table: []
60     - interrupts: []
61  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
62 /* clang-format on */
63 
64 /* Empty initialization function (commented out)
65 static void NVIC_init(void) {
66 } */
67 
68 /***********************************************************************************************************************
69  * Initialization functions
70  **********************************************************************************************************************/
BOARD_InitPeripherals(void)71 void BOARD_InitPeripherals(void)
72 {
73   /* Initialize components */
74 }
75 
76 /***********************************************************************************************************************
77  * BOARD_InitBootPeripherals function
78  **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)79 void BOARD_InitBootPeripherals(void)
80 {
81   BOARD_InitPeripherals();
82 }
83