Skip to content

Commit

Permalink
nxp: s32: drivers: s32ze: BaseNXP: header: remove S32Z2_SPI.h
Browse files Browse the repository at this point in the history
"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 <tu.nguyenvan@nxp.com>
  • Loading branch information
tunguyen4585 committed Sep 26, 2024
1 parent 979a4e9 commit 2932c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions s32/README
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ Patch List for S32Z/E:
- Clear the EOC flag before Adc_Sar_CheckAndCallEocNotification() is called to avoid the
race condition that prevents the next end of conversion callback to be executed, when
a conversion is started inside the previous end of conversion completed callback.
- Remove #include "S32Z2_SPI.h" from s32/drivers/s32ze/BaseNXP/header/S32Z2.h to support
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
1 change: 0 additions & 1 deletion s32/drivers/s32ze/BaseNXP/header/S32Z2.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
#include "S32Z2_SMU_SRG_S.h"
#include "S32Z2_SMU_XRDC.h"
#include "S32Z2_SPFU.h"
#include "S32Z2_SPI.h"
#include "S32Z2_SRAMCTL.h"
#include "S32Z2_SRX.h"
#include "S32Z2_SW_ETH_MAC_PORT0.h"
Expand Down

0 comments on commit 2932c22

Please sign in to comment.