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