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