Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,588 changes: 2,588 additions & 0 deletions dts/nxp/s32/S32K56X-324BGA-pinctrl.h

Large diffs are not rendered by default.

3,296 changes: 3,296 additions & 0 deletions dts/nxp/s32/S32K56X-437BGA-pinctrl.h

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions s32/README
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ Patch List for S32Z/E:
- 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

Patch List for S32K5:
- Relocate uninitialized non-cacheable variables into .nocache section defined by Zephyr.
- Rename fields and macros of FTM device headers to allow compatibility with MCUX FTM driver.
- Rename fields and macros of PIT device headers to allow compatibility with MCUX PIT driver.
- Remove 'u' suffix from macros so that they can be used with LISTIFY in shim drivers.
- 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.
6 changes: 6 additions & 0 deletions s32/drivers/s32k5/Adc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2025 NXP
# SPDX-License-Identifier: BSD-3-Clause

zephyr_include_directories(include)
zephyr_library_sources(src/Adc_Sar_Ip.c)
zephyr_library_sources(src/Adc_Sar_Ip_Irq.c)
Loading