Skip to content

Commit

Permalink
s32: mcux: S32Z270: add essential header files to build with mcux
Browse files Browse the repository at this point in the history
add essential header files to build with mcux

Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
  • Loading branch information
tunguyen4585 committed Sep 12, 2024
1 parent 30bdef6 commit 1096c59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion s32/mcux/devices/S32Z270/fsl_device_registers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1096c59

Please sign in to comment.