aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm0plus/peripherals.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm0plus/peripherals.c')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm0plus/peripherals.c64
1 files changed, 64 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm0plus/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm0plus/peripherals.c
new file mode 100644
index 000000000..394d0fd36
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm0plus/peripherals.c
@@ -0,0 +1,64 @@
1/*
2 * Copyright 2019 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
16product: Peripherals v7.0
17processor: LPC54114J256
18package_id: LPC54114J256BD64
19mcu_data: ksdk2_0
20processor_version: 0.7.1
21board: LPCXpresso54114
22functionalGroups:
23- name: BOARD_InitPeripherals_cm4
24 UUID: 35304192-dcd2-4c25-bdf3-6c9c60ec1aa8
25 called_from_default_init: true
26 selectedCore: cm4
27- name: BOARD_InitPeripherals_cm0plus
28 UUID: 52029ed6-c35d-48dd-bb29-3c4ad79cee97
29 selectedCore: cm0plus
30 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
31
32/* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
33component:
34- type: 'system'
35- type_id: 'system'
36- global_system_definitions: []
37 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
38
39/* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
40component:
41- type: 'msg'
42- type_id: 'msg_6e2baaf3b97dbeef01c0043275f9a0e7'
43- global_messages: []
44 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
45/* clang-format on */
46
47/***********************************************************************************************************************
48 * Included files
49 **********************************************************************************************************************/
50#include "peripherals.h"
51
52/***********************************************************************************************************************
53 * Initialization functions
54 **********************************************************************************************************************/
55void BOARD_InitPeripherals_cm0plus(void)
56{
57}
58
59/***********************************************************************************************************************
60 * BOARD_InitBootPeripherals function
61 **********************************************************************************************************************/
62void BOARD_InitBootPeripherals(void)
63{
64}