aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.h')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.h b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.h
new file mode 100644
index 000000000..628d92548
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/project_template/peripherals.h
@@ -0,0 +1,33 @@
1/*
2 * Copyright 2019 NXP
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7/***********************************************************************************************************************
8 * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
9 * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
10 **********************************************************************************************************************/
11
12#ifndef _PERIPHERALS_H_
13#define _PERIPHERALS_H_
14
15#if defined(__cplusplus)
16extern "C" {
17#endif /* __cplusplus */
18
19/***********************************************************************************************************************
20 * Initialization functions
21 **********************************************************************************************************************/
22void BOARD_InitPeripherals(void);
23
24/***********************************************************************************************************************
25 * BOARD_InitBootPeripherals function
26 **********************************************************************************************************************/
27void BOARD_InitBootPeripherals(void);
28
29#if defined(__cplusplus)
30}
31#endif
32
33#endif /* _PERIPHERALS_H_ */