From 1096c59e947d3e746636079a8c35e6b27bd6d980 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Van Date: Thu, 12 Sep 2024 09:10:44 +0700 Subject: [PATCH] s32: mcux: S32Z270: add essential header files to build with mcux add essential header files to build with mcux Signed-off-by: Tu Nguyen Van --- s32/mcux/devices/S32Z270/fsl_device_registers.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/s32/mcux/devices/S32Z270/fsl_device_registers.h b/s32/mcux/devices/S32Z270/fsl_device_registers.h index 4c9211646..95966c1f9 100644 --- a/s32/mcux/devices/S32Z270/fsl_device_registers.h +++ b/s32/mcux/devices/S32Z270/fsl_device_registers.h @@ -16,7 +16,10 @@ #if defined(CPU_S32Z270) /* CMSIS-style register definitions */ -#include "S32Z2.h" +#include "S32Z2_PIT.h" +#include "S32Z2_FLEXCAN.h" +#include "S32Z2_DSPI.h" +#include "S32Z2_LPI2C.h" /* CPU specific feature definitions */ #include "S32Z270_features.h"