diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/K32L2A41A/project_template/peripherals.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/K32L2A41A/project_template/peripherals.c | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/K32L2A41A/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/devices/K32L2A41A/project_template/peripherals.c new file mode 100644 index 000000000..f1f975801 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/K32L2A41A/project_template/peripherals.c | |||
@@ -0,0 +1,61 @@ | |||
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 v6.0 | ||
17 | processor: K32L2A41xxxxA | ||
18 | package_id: K32L2A41VLL1A | ||
19 | mcu_data: ksdk2_0 | ||
20 | processor_version: 0.0.0 | ||
21 | board: FRDM-K32L2A4S | ||
22 | functionalGroups: | ||
23 | - name: BOARD_InitPeripherals | ||
24 | called_from_default_init: true | ||
25 | selectedCore: 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 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
34 | |||
35 | /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
36 | component: | ||
37 | - type: 'msg' | ||
38 | - type_id: 'msg_6e2baaf3b97dbeef01c0043275f9a0e7' | ||
39 | - global_messages: [] | ||
40 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
41 | /* clang-format on */ | ||
42 | |||
43 | /*********************************************************************************************************************** | ||
44 | * Included files | ||
45 | **********************************************************************************************************************/ | ||
46 | #include "peripherals.h" | ||
47 | |||
48 | /*********************************************************************************************************************** | ||
49 | * Initialization functions | ||
50 | **********************************************************************************************************************/ | ||
51 | void BOARD_InitPeripherals(void) | ||
52 | { | ||
53 | } | ||
54 | |||
55 | /*********************************************************************************************************************** | ||
56 | * BOARD_InitBootPeripherals function | ||
57 | **********************************************************************************************************************/ | ||
58 | void BOARD_InitBootPeripherals(void) | ||
59 | { | ||
60 | BOARD_InitPeripherals(); | ||
61 | } | ||