aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/project_template/peripherals.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/project_template/peripherals.c')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/project_template/peripherals.c48
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/project_template/peripherals.c
new file mode 100644
index 000000000..66899c2f7
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/project_template/peripherals.c
@@ -0,0 +1,48 @@
1/*
2 * Copyright 2017-2020 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 v8.0
17processor: MIMXRT1052xxxxB
18package_id: MIMXRT1052DVL6B
19mcu_data: ksdk2_0
20processor_version: 0.8.2
21board: IMXRT1050-EVKB
22functionalGroups:
23- name: BOARD_InitPeripherals
24 UUID: a7525270-2da6-4556-8d91-4ab9d0edc0e2
25 called_from_default_init: true
26 selectedCore: core0
27 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
28/* clang-format on */
29
30/***********************************************************************************************************************
31 * Included files
32 **********************************************************************************************************************/
33#include "peripherals.h"
34
35/***********************************************************************************************************************
36 * Initialization functions
37 **********************************************************************************************************************/
38void BOARD_InitPeripherals(void)
39{
40}
41
42/***********************************************************************************************************************
43 * BOARD_InitBootPeripherals function
44 **********************************************************************************************************************/
45void BOARD_InitBootPeripherals(void)
46{
47 BOARD_InitPeripherals();
48}