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 v8.0
17 processor: MIMXRT1173xxxxx
18 mcu_data: ksdk2_0
19 processor_version: 0.0.0
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 ****************************************************************************************************************/
BOARD_InitBootPins(void)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, assigned for the Cortex-M7F core.
47 * Description : Configures pin routing and optionally pin electrical features.
48 *
49 * END ****************************************************************************************************************/
BOARD_InitPins(void)50 void BOARD_InitPins(void) {
51 }
52
53 /***********************************************************************************************************************
54 * EOF
55 **********************************************************************************************************************/
56