1 /*
2 * Copyright 2017-2023 NXP
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8
9 /***********************************************************************************************************************
10 * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
11 * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
12 **********************************************************************************************************************/
13
14 /* clang-format off */
15 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
16 !!GlobalInfo
17 product: Peripherals v11.0
18 processor: LPC5528
19 mcu_data: ksdk2_0
20 processor_version: 0.13.3
21 functionalGroups:
22 - name: BOARD_InitPeripherals
23 UUID: ef474440-ae86-47d2-b0ce-9b7b9cffcd90
24 called_from_default_init: true
25 selectedCore: cm33_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_54b53072540eeeb8f8e9343e71f28176'
32 - global_system_definitions:
33 - user_definitions: ''
34 - user_includes: ''
35 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
36
37 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
38 component:
39 - type: 'uart_cmsis_common'
40 - type_id: 'uart_cmsis_common_9cb8e302497aa696fdbb5a4fd622c2a8'
41 - global_USART_CMSIS_common:
42 - quick_selection: 'default'
43 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
44
45 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
46 component:
47 - type: 'gpio_adapter_common'
48 - type_id: 'gpio_adapter_common_57579b9ac814fe26bf95df0a384c36b6'
49 - global_gpio_adapter_common:
50 - quick_selection: 'default'
51 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
52 /* clang-format on */
53
54 /***********************************************************************************************************************
55 * Included files
56 **********************************************************************************************************************/
57 #include "peripherals.h"
58
59 /***********************************************************************************************************************
60 * BOARD_InitPeripherals functional group
61 **********************************************************************************************************************/
62 /***********************************************************************************************************************
63 * NVIC initialization code
64 **********************************************************************************************************************/
65 /* clang-format off */
66 /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
67 instance:
68 - name: 'NVIC'
69 - type: 'nvic'
70 - mode: 'general'
71 - custom_name_enabled: 'false'
72 - type_id: 'nvic_57b5eef3774cc60acaede6f5b8bddc67'
73 - functional_group: 'BOARD_InitPeripherals'
74 - peripheral: 'NVIC'
75 - config_sets:
76 - nvic:
77 - interrupt_table: []
78 - interrupts: []
79 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
80 /* clang-format on */
81
82 /* Empty initialization function (commented out)
83 static void NVIC_init(void) {
84 } */
85
86 /***********************************************************************************************************************
87 * Initialization functions
88 **********************************************************************************************************************/
BOARD_InitPeripherals(void)89 void BOARD_InitPeripherals(void)
90 {
91 /* Initialize components */
92 }
93
94 /***********************************************************************************************************************
95 * BOARD_InitBootPeripherals function
96 **********************************************************************************************************************/
BOARD_InitBootPeripherals(void)97 void BOARD_InitBootPeripherals(void)
98 {
99 BOARD_InitPeripherals();
100 }
101