File tree 10 files changed +32
-28
lines changed
10 files changed +32
-28
lines changed Original file line number Diff line number Diff line change 8
8
#include <device.h>
9
9
#include <drivers/uart.h>
10
10
#include <drivers/clock_control.h>
11
- #include <fsl_lpuart.h>
12
11
#include <soc.h>
12
+ #include <fsl_lpuart.h>
13
13
14
14
struct mcux_lpuart_config {
15
15
LPUART_Type * base ;
Original file line number Diff line number Diff line change 13
13
14
14
#include <fsl_common.h>
15
15
16
- /* ARM CMSIS definitions must be included before kernel_includes.h.
17
- * Therefore, it is essential to include kernel_includes.h after including
18
- * core SOC-specific headers.
19
- */
20
- #include <kernel_includes.h>
16
+ /* Add include for DTS generated information */
17
+ #include <generated_dts_board.h>
21
18
22
19
#ifdef __cplusplus
23
20
extern "C" {
Original file line number Diff line number Diff line change 30
30
#ifndef _ASMLANGUAGE
31
31
32
32
#include <fsl_common.h>
33
- #include <device.h>
34
- # include <sys/util.h>
35
- #include <random/rand32 .h>
33
+
34
+ /* Add include for DTS generated information */
35
+ #include <generated_dts_board .h>
36
36
37
37
#endif /* !_ASMLANGUAGE */
38
38
Original file line number Diff line number Diff line change @@ -80,4 +80,4 @@ config WDOG_INIT
80
80
requires that the watchdog be configured during reset
81
81
handling.
82
82
83
- endif # SOC_SERIES_KINETIS_KV5X
83
+ endif # SOC_SERIES_KINETIS_K8X
Original file line number Diff line number Diff line change 7
7
#ifndef _SOC__H_
8
8
#define _SOC__H_
9
9
10
- #include <misc /util.h>
10
+ #include <sys /util.h>
11
11
12
12
#ifdef __cplusplus
13
13
extern "C" {
@@ -17,11 +17,8 @@ extern "C" {
17
17
18
18
#include <fsl_common.h>
19
19
20
- /* ARM CMSIS definitions must be included before kernel_includes.h.
21
- * Therefore, it is essential to include kernel_includes.h after including
22
- * core SOC-specific headers.
23
- */
24
- #include <kernel_includes.h>
20
+ /* Add include for DTS generated information */
21
+ #include <generated_dts_board.h>
25
22
26
23
#endif /* !_ASMLANGUAGE */
27
24
Original file line number Diff line number Diff line change 9
9
10
10
#include <sys/util.h>
11
11
12
+ #ifndef _ASMLANGUAGE
13
+
14
+ #include <fsl_common.h>
15
+
16
+ /* Add include for DTS generated information */
17
+ #include <generated_dts_board.h>
18
+
19
+ #endif /* !_ASMLANGUAGE */
20
+
12
21
#endif /* _SOC__H_ */
Original file line number Diff line number Diff line change 14
14
#ifndef _ASMLANGUAGE
15
15
16
16
#include <fsl_common.h>
17
- #include <device.h>
18
- # include <sys/util.h>
19
- #include <random/rand32 .h>
17
+
18
+ /* Add include for DTS generated information */
19
+ #include <generated_dts_board .h>
20
20
21
21
#endif /* !_ASMLANGUAGE */
22
22
Original file line number Diff line number Diff line change 25
25
#ifndef _ASMLANGUAGE
26
26
27
27
#include <fsl_common.h>
28
- #include <device.h>
29
- # include <sys/util.h>
30
- #include <random/rand32 .h>
28
+
29
+ /* Add include for DTS generated information */
30
+ #include <generated_dts_board .h>
31
31
32
32
#endif /* !_ASMLANGUAGE */
33
33
Original file line number Diff line number Diff line change 19
19
#include <sys/util.h>
20
20
#include <fsl_common.h>
21
21
22
- /* ARM CMSIS definitions must be included before kernel_includes.h.
23
- * Therefore, it is essential to include kernel_includes.h after including
24
- * core SOC-specific headers.
25
- */
26
- #include <kernel_includes.h>
22
+ /* Add include for DTS generated information */
23
+ #include <generated_dts_board.h>
24
+
27
25
#endif /* !_ASMLANGUAGE */
28
26
29
27
#define IOCON_PIO_DIGITAL_EN 0x80u
Original file line number Diff line number Diff line change 16
16
#define _SOC__H_
17
17
18
18
#ifndef _ASMLANGUAGE
19
- #include <device.h>
20
19
#include <sys/util.h>
21
20
#include <fsl_common.h>
21
+
22
+ /* Add include for DTS generated information */
23
+ #include <generated_dts_board.h>
24
+
22
25
#endif /* !_ASMLANGUAGE */
23
26
24
27
#define IOCON_PIO_DIGITAL_EN 0x0100u /*!<@brief Enables digital function */
You can’t perform that action at this time.
0 commit comments