1 /*
2 * Copyright 2019 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 /*
15 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
16 !!GlobalInfo
17 product: Pins v7.0
18 processor: K32L3A60xxx
19 package_id: K32L3A60VPJ1A
20 mcu_data: ksdk2_0
21 processor_version: 0.0.1
22 board: FRDM-K32L3A6
23 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
24 */
25 /* clang-format on */
26
27 #include "fsl_common.h"
28 #include "pin_mux.h"
29
30 /* FUNCTION ************************************************************************************************************
31 *
32 * Function Name : BOARD_InitBootPins
33 * Description : Calls initialization functions.
34 *
35 * END ****************************************************************************************************************/
BOARD_InitBootPins(void)36 void BOARD_InitBootPins(void)
37 {
38 }
39
40 /* clang-format off */
41 /*
42 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
43 BOARD_InitPins_cm0plus:
44 - options: {coreID: cm0plus, enableClock: 'true'}
45 - pin_list: []
46 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
47 */
48 /* clang-format on */
49
50 /* FUNCTION ************************************************************************************************************
51 *
52 * Function Name : BOARD_InitPins_cm0plus
53 * Description : Configures pin routing and optionally pin electrical features.
54 *
55 * END ****************************************************************************************************************/
56 /* Function assigned for the Cortex-M0P */
BOARD_InitPins_cm0plus(void)57 void BOARD_InitPins_cm0plus(void)
58 {
59 }
60 /***********************************************************************************************************************
61 * EOF
62 **********************************************************************************************************************/
63