diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt685/project_template/peripherals.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt685/project_template/peripherals.c | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt685/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt685/project_template/peripherals.c new file mode 100644 index 000000000..76d370b7c --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt685/project_template/peripherals.c | |||
@@ -0,0 +1,61 @@ | |||
1 | /* | ||
2 | * Copyright 2017-2018 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 | ||
15 | product: Peripherals v7.0 | ||
16 | processor: MIMXRT685S | ||
17 | package_id: MIMXRT685SFVKB | ||
18 | mcu_data: ksdk2_0 | ||
19 | processor_version: 0.0.2 | ||
20 | board: MIMXRT685-EVK | ||
21 | functionalGroups: | ||
22 | - name: BOARD_InitPeripherals | ||
23 | UUID: 44e9bc20-55d1-4382-a26e-52fdffe06327 | ||
24 | called_from_default_init: true | ||
25 | selectedCore: cm33 | ||
26 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
27 | |||
28 | /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
29 | component: | ||
30 | - type: 'system' | ||
31 | - type_id: 'system_54b53072540eeeb8f8e9343e71f28176' | ||
32 | - global_system_definitions: [] | ||
33 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
34 | |||
35 | /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
36 | component: | ||
37 | - type: 'msg' | ||
38 | - type_id: 'msg_6e2baaf3b97dbeef01c0043275f9a0e7' | ||
39 | - global_messages: [] | ||
40 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
41 | /* clang-format on */ | ||
42 | |||
43 | /*********************************************************************************************************************** | ||
44 | * Included files | ||
45 | **********************************************************************************************************************/ | ||
46 | #include "peripherals.h" | ||
47 | |||
48 | /*********************************************************************************************************************** | ||
49 | * Initialization functions | ||
50 | **********************************************************************************************************************/ | ||
51 | void BOARD_InitPeripherals(void) | ||
52 | { | ||
53 | } | ||
54 | |||
55 | /*********************************************************************************************************************** | ||
56 | * BOARD_InitBootPeripherals function | ||
57 | **********************************************************************************************************************/ | ||
58 | void BOARD_InitBootPeripherals(void) | ||
59 | { | ||
60 | BOARD_InitPeripherals(); | ||
61 | } | ||