diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8MD7/project_template/pin_mux.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8MD7/project_template/pin_mux.c | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8MD7/project_template/pin_mux.c b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8MD7/project_template/pin_mux.c new file mode 100644 index 000000000..48e0d18ef --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8MD7/project_template/pin_mux.c | |||
@@ -0,0 +1,57 @@ | |||
1 | /* | ||
2 | * Copyright 2018 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 | /* | ||
14 | * TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
15 | !!GlobalInfo | ||
16 | product: Pins v5.0 | ||
17 | processor: MIMX8MD7xxxJZ | ||
18 | mcu_data: ksdk2_0 | ||
19 | processor_version: 0.0.12 | ||
20 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS *********** | ||
21 | */ | ||
22 | |||
23 | #include "fsl_common.h" | ||
24 | #include "fsl_iomuxc.h" | ||
25 | #include "pin_mux.h" | ||
26 | |||
27 | /* FUNCTION ************************************************************************************************************ | ||
28 | * | ||
29 | * Function Name : BOARD_InitBootPins | ||
30 | * Description : Calls initialization functions. | ||
31 | * | ||
32 | * END ****************************************************************************************************************/ | ||
33 | void BOARD_InitBootPins(void) | ||
34 | { | ||
35 | BOARD_InitPins(); | ||
36 | } | ||
37 | |||
38 | /* | ||
39 | * TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
40 | BOARD_InitPins: | ||
41 | - options: {callFromInitBoot: 'true', coreID: a53_0} | ||
42 | - pin_list: [] | ||
43 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS *********** | ||
44 | */ | ||
45 | |||
46 | /* FUNCTION ************************************************************************************************************ | ||
47 | * | ||
48 | * Function Name : BOARD_InitPins | ||
49 | * Description : Configures pin routing and optionally pin electrical features. | ||
50 | * | ||
51 | * END ****************************************************************************************************************/ | ||
52 | void BOARD_InitPins(void) { /*!< Function assigned for the core: Cortex-A53[a53_0] */ | ||
53 | } | ||
54 | |||
55 | /*********************************************************************************************************************** | ||
56 | * EOF | ||
57 | **********************************************************************************************************************/ | ||