aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/boards/frdmk32l3a6/project_template/cm0plus/pin_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/frdmk32l3a6/project_template/cm0plus/pin_mux.c')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/boards/frdmk32l3a6/project_template/cm0plus/pin_mux.c62
1 files changed, 62 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/frdmk32l3a6/project_template/cm0plus/pin_mux.c b/lib/chibios-contrib/ext/mcux-sdk/boards/frdmk32l3a6/project_template/cm0plus/pin_mux.c
new file mode 100644
index 000000000..52338107b
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/boards/frdmk32l3a6/project_template/cm0plus/pin_mux.c
@@ -0,0 +1,62 @@
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
17product: Pins v7.0
18processor: K32L3A60xxx
19package_id: K32L3A60VPJ1A
20mcu_data: ksdk2_0
21processor_version: 0.0.1
22board: 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 ****************************************************************************************************************/
36void BOARD_InitBootPins(void)
37{
38}
39
40/* clang-format off */
41/*
42 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
43BOARD_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 */
57void BOARD_InitPins_cm0plus(void)
58{
59}
60/***********************************************************************************************************************
61 * EOF
62 **********************************************************************************************************************/