Skip to content

Commit 49016be

Browse files
tunguyen4585manuargue
authored andcommitted
nxp: s32: drivers: s32ze: BaseNXP: header: remove S32Z2_SPI.h
"Remove S32Z2_SPI.h as it will cause duplicate SPI_Type conflicts when supporting DSPI using the MCUX driver." This removal won't affect SPI shim driver because this header file is already included inside the RTD SPI driver Signed-off-by: Tu Nguyen Van <[email protected]>
1 parent 89f105c commit 49016be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

s32/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ Patch List for S32Z/E:
6969
a conversion is started inside the previous end of conversion completed callback.
7070
- Rename the DMAMUX_Type member CHCONF to CHCFG so that the MCUX DMA driver can be reused
7171
for S32Z.
72+
- Remove #include "S32Z2_SPI.h" from s32/drivers/s32ze/BaseNXP/header/S32Z2.h to support
73+
DSPI using the MCUX driver. This removal won't affect SPI shim driver because this header
74+
file is already included inside the RTD SPI driver

s32/drivers/s32ze/BaseNXP/header/S32Z2.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211
#include "S32Z2_SMU_SRG_S.h"
212212
#include "S32Z2_SMU_XRDC.h"
213213
#include "S32Z2_SPFU.h"
214-
#include "S32Z2_SPI.h"
215214
#include "S32Z2_SRAMCTL.h"
216215
#include "S32Z2_SRX.h"
217216
#include "S32Z2_SW_ETH_MAC_PORT0.h"

0 commit comments

Comments
 (0)