diff options
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.c | 48 |
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 | ||
16 | product: Peripherals v8.0 | ||
17 | processor: MIMXRT1052xxxxB | ||
18 | package_id: MIMXRT1052DVL6B | ||
19 | mcu_data: ksdk2_0 | ||
20 | processor_version: 0.8.2 | ||
21 | board: IMXRT1050-EVKB | ||
22 | functionalGroups: | ||
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 | **********************************************************************************************************************/ | ||
38 | void BOARD_InitPeripherals(void) | ||
39 | { | ||
40 | } | ||
41 | |||
42 | /*********************************************************************************************************************** | ||
43 | * BOARD_InitBootPeripherals function | ||
44 | **********************************************************************************************************************/ | ||
45 | void BOARD_InitBootPeripherals(void) | ||
46 | { | ||
47 | BOARD_InitPeripherals(); | ||
48 | } | ||