aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/devices/LPC5512/project_template/pin_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/LPC5512/project_template/pin_mux.c')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/devices/LPC5512/project_template/pin_mux.c62
1 files changed, 62 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/LPC5512/project_template/pin_mux.c b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC5512/project_template/pin_mux.c
new file mode 100644
index 000000000..6dc8fdee9
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC5512/project_template/pin_mux.c
@@ -0,0 +1,62 @@
1/*
2 * Copyright 2017-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 v6.0
18processor: LPC55S16
19package_id: LPC55S16JBD100
20mcu_data: ksdk2_0
21processor_version: 0.0.4
22 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
23 */
24/* clang-format on */
25
26#include "fsl_common.h"
27#include "pin_mux.h"
28
29/* FUNCTION ************************************************************************************************************
30 *
31 * Function Name : BOARD_InitBootPins
32 * Description : Calls initialization functions.
33 *
34 * END ****************************************************************************************************************/
35void BOARD_InitBootPins(void)
36{
37 BOARD_InitPins();
38}
39
40/* clang-format off */
41/*
42 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
43BOARD_InitPins:
44- options: {callFromInitBoot: 'true', 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
53 * Description : Configures pin routing and optionally pin electrical features.
54 *
55 * END ****************************************************************************************************************/
56/* Function assigned for the Cortex-M33 */
57void BOARD_InitPins(void)
58{
59}
60/***********************************************************************************************************************
61 * EOF
62 **********************************************************************************************************************/