diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1064/project_template/peripherals.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1064/project_template/peripherals.c | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1064/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1064/project_template/peripherals.c new file mode 100644 index 000000000..0c977a5e3 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimxrt1064/project_template/peripherals.c | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | * Copyright 2018-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 | ||
16 | product: Peripherals v8.0 | ||
17 | processor: MIMXRT1064xxxxA | ||
18 | package_id: MIMXRT1064DVL6A | ||
19 | mcu_data: ksdk2_0 | ||
20 | processor_version: 0.8.2 | ||
21 | board: MIMXRT1064-EVK | ||
22 | functionalGroups: | ||
23 | - name: BOARD_InitPeripherals | ||
24 | UUID: 1c6563a6-c68b-40e5-8828-2853c99f95fa | ||
25 | called_from_default_init: true | ||
26 | id_prefix: BOARD_ | ||
27 | selectedCore: core0 | ||
28 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
29 | /* clang-format on */ | ||
30 | |||
31 | /*********************************************************************************************************************** | ||
32 | * Included files | ||
33 | **********************************************************************************************************************/ | ||
34 | #include "peripherals.h" | ||
35 | |||
36 | /*********************************************************************************************************************** | ||
37 | * Initialization functions | ||
38 | **********************************************************************************************************************/ | ||
39 | void BOARD_InitPeripherals(void) | ||
40 | { | ||
41 | } | ||
42 | |||
43 | /*********************************************************************************************************************** | ||
44 | * BOARD_InitBootPeripherals function | ||
45 | **********************************************************************************************************************/ | ||
46 | void BOARD_InitBootPeripherals(void) | ||
47 | { | ||
48 | BOARD_InitPeripherals(); | ||
49 | } | ||