diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8DX6/project_template/peripherals.c')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8DX6/project_template/peripherals.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8DX6/project_template/peripherals.c b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8DX6/project_template/peripherals.c new file mode 100644 index 000000000..81c9cb63e --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8DX6/project_template/peripherals.c | |||
@@ -0,0 +1,24 @@ | |||
1 | /* | ||
2 | * Copyright 2018 NXP | ||
3 | * All rights reserved. | ||
4 | * | ||
5 | * SPDX-License-Identifier: BSD-3-Clause | ||
6 | * | ||
7 | */ | ||
8 | |||
9 | /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* | ||
10 | !!GlobalInfo | ||
11 | product: Peripherals v1.0 | ||
12 | * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ | ||
13 | |||
14 | /******************************************************************************* | ||
15 | * Included files | ||
16 | ******************************************************************************/ | ||
17 | #include "peripherals.h" | ||
18 | |||
19 | /******************************************************************************* | ||
20 | * BOARD_InitBootPeripherals function | ||
21 | ******************************************************************************/ | ||
22 | void BOARD_InitBootPeripherals(void) | ||
23 | { | ||
24 | } | ||