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