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