aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1015/project_template/peripherals.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1015/project_template/peripherals.c')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1015/project_template/peripherals.c53
1 files changed, 53 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1015/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1015/project_template/peripherals.c
new file mode 100644
index 000000000..0d2b4603c
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1015/project_template/peripherals.c
@@ -0,0 +1,53 @@
1/*
2 * Copyright 2018-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 v5.0
17processor: MIMXRT1015xxxxx
18package_id: MIMXRT1015DAF5A
19mcu_data: ksdk2_0
20processor_version: 0.0.2
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/* clang-format on */
34
35/***********************************************************************************************************************
36 * Included files
37 **********************************************************************************************************************/
38#include "peripherals.h"
39
40/***********************************************************************************************************************
41 * Initialization functions
42 **********************************************************************************************************************/
43void BOARD_InitPeripherals(void)
44{
45}
46
47/***********************************************************************************************************************
48 * BOARD_InitBootPeripherals function
49 **********************************************************************************************************************/
50void BOARD_InitBootPeripherals(void)
51{
52 BOARD_InitPeripherals();
53}