diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm4/peripherals.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm4/peripherals.c | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm4/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm4/peripherals.c new file mode 100644 index 000000000..2402ae474 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/boards/lpcxpresso54114/project_template/cm4/peripherals.c | |||
@@ -0,0 +1,65 @@ | |||
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 | ||
16 | product: Peripherals v7.0 | ||
17 | processor: LPC54114J256 | ||
18 | package_id: LPC54114J256BD64 | ||
19 | mcu_data: ksdk2_0 | ||
20 | processor_version: 0.7.1 | ||
21 | board: LPCXpresso54114 | ||
22 | functionalGroups: | ||
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 ************************************* | ||
33 | component: | ||
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 ************************************* | ||
40 | component: | ||
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 | **********************************************************************************************************************/ | ||
55 | void BOARD_InitPeripherals_cm4(void) | ||
56 | { | ||
57 | } | ||
58 | |||
59 | /*********************************************************************************************************************** | ||
60 | * BOARD_InitBootPeripherals function | ||
61 | **********************************************************************************************************************/ | ||
62 | void BOARD_InitBootPeripherals(void) | ||
63 | { | ||
64 | BOARD_InitPeripherals_cm4(); | ||
65 | } | ||