1 /*
2  * Copyright 2020, 2023 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 v12.0
17 processor: MIMXRT1024xxxxx
18 package_id: MIMXRT1024DAG5A
19 mcu_data: ksdk2_0
20 processor_version: 0.13.3
21 board: MIMXRT1024-EVK
22 functionalGroups:
23 - name: BOARD_InitPeripherals
24   UUID: 6d394465-bc9b-47f2-9a1f-3ca61f76d27b
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 
38 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
39 component:
40 - type: 'uart_cmsis_common'
41 - type_id: 'uart_cmsis_common_9cb8e302497aa696fdbb5a4fd622c2a8'
42 - global_USART_CMSIS_common:
43   - quick_selection: 'default'
44  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
45 
46 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
47 component:
48 - type: 'gpio_adapter_common'
49 - type_id: 'gpio_adapter_common_57579b9ac814fe26bf95df0a384c36b6'
50 - global_gpio_adapter_common:
51   - quick_selection: 'default'
52  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
53 /* clang-format on */
54 
55 /***********************************************************************************************************************
56  * Included files
57  **********************************************************************************************************************/
58 #include "peripherals.h"
59 
60 /***********************************************************************************************************************
61  * BOARD_InitPeripherals functional group
62  **********************************************************************************************************************/
63 /***********************************************************************************************************************
64  * NVIC initialization code
65  **********************************************************************************************************************/
66 /* clang-format off */
67 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
68 instance:
69 - name: 'NVIC'
70 - type: 'nvic'
71 - mode: 'general'
72 - custom_name_enabled: 'false'
73 - type_id: 'nvic_57b5eef3774cc60acaede6f5b8bddc67'
74 - functional_group: 'BOARD_InitPeripherals'
75 - peripheral: 'NVIC'
76 - config_sets:
77   - nvic:
78     - interrupt_table: []
79     - interrupts: []
80  * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
81 /* clang-format on */
82 
83 /* Empty initialization function (commented out)
84 static void NVIC_init(void) {
85 } */
86 
87 /***********************************************************************************************************************
88  * Initialization functions
89  **********************************************************************************************************************/
BOARD_InitPeripherals(void)90 void BOARD_InitPeripherals(void)
91 {
92   /* Initialize components */
93 }
94 
95 /***********************************************************************************************************************
96  * BOARD_InitBootPeripherals function
97  **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)98 void BOARD_InitBootPeripherals(void)
99 {
100   BOARD_InitPeripherals();
101 }
102