aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.c')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.c60
1 files changed, 60 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.c
new file mode 100644
index 000000000..afad03729
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/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 * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
9 * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
10 **********************************************************************************************************************/
11
12/* clang-format off */
13/* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
14!!GlobalInfo
15product: Peripherals v7.0
16processor: MIMXRT685S
17package_id: MIMXRT685SFVKB
18mcu_data: ksdk2_0
19processor_version: 0.0.2
20functionalGroups:
21- name: BOARD_InitPeripherals
22 UUID: 44e9bc20-55d1-4382-a26e-52fdffe06327
23 called_from_default_init: true
24 selectedCore: cm33
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}