diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/K32L3A60/project_template/peripherals.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/K32L3A60/project_template/peripherals.c | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/K32L3A60/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/devices/K32L3A60/project_template/peripherals.c new file mode 100644 index 000000000..5adfab36e --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/K32L3A60/project_template/peripherals.c | |||
@@ -0,0 +1,52 @@ | |||
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 v5.0 | ||
17 | processor: K32L3A60xxx | ||
18 | mcu_data: ksdk2_0 | ||
19 | processor_version: 0.0.1 | ||
20 | functionalGroups: | ||
21 | - name: BOARD_InitPeripherals | ||
22 | called_from_default_init: true | ||
23 | selectedCore: cm4 | ||
24 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
25 | |||
26 | /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
27 | component: | ||
28 | - type: 'system' | ||
29 | - type_id: 'system_54b53072540eeeb8f8e9343e71f28176' | ||
30 | - global_system_definitions: [] | ||
31 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
32 | /* clang-format on */ | ||
33 | |||
34 | /*********************************************************************************************************************** | ||
35 | * Included files | ||
36 | **********************************************************************************************************************/ | ||
37 | #include "peripherals.h" | ||
38 | |||
39 | /*********************************************************************************************************************** | ||
40 | * Initialization functions | ||
41 | **********************************************************************************************************************/ | ||
42 | void BOARD_InitPeripherals(void) | ||
43 | { | ||
44 | } | ||
45 | |||
46 | /*********************************************************************************************************************** | ||
47 | * BOARD_InitBootPeripherals function | ||
48 | **********************************************************************************************************************/ | ||
49 | void BOARD_InitBootPeripherals(void) | ||
50 | { | ||
51 | BOARD_InitPeripherals(); | ||
52 | } | ||