cpu_conf_kinetis_ea.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2017 Eistec AB
3  * SPDX-FileCopyrightText: 2018 HERE Deutschland GmbH
4  * SPDX-License-Identifier: LGPL-2.1-only
5  */
6 
7 #pragma once
8 
22 #if defined(KINETIS_CORE_Z)
23 #if (KINETIS_ROMSIZE == 128)
24 /* Kinetis KEAZ128 */
25 #include "vendor/SKEAZ1284.h"
26 
27 #define KINETIS_SINGLE_UART_IRQ
28 #endif /* (KINETIS_ROMSIZE == y) */
29 #endif /* (KINETIS_CORE_x) */
30 
31 #ifdef __cplusplus
32 extern "C"
33 {
34 #endif
35 
36 #ifdef __cplusplus
37 }
38 #endif
39