zephyr/modules/hal_nxp
Declan Snyder 2aad9ebb78 spi_nxp_lpspi: Remove call to MasterInit
For optimization purpose, remove calls to SDK. Since we know exactly
what we want, this results in smaller code size.

Also, this code calculates the SCK parameters more efficiently than the
SDK driver did it by using a binary (instead of linear) search.

Lastly, remove call to LPSPI_Reset in the init call and replace with
native driver code, and remove inclusion of SDK header.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2025-06-18 17:51:19 -04:00
..
imx modules: hal_nxp: Move hal_nxp glue layer to zephyr repo 2025-03-26 16:26:34 +01:00
mcux spi_nxp_lpspi: Remove call to MasterInit 2025-06-18 17:51:19 -04:00
s32 modules: hal_nxp: Unified to use SDK NG driver 2025-05-15 19:32:19 +02:00
CMakeLists.txt drivers: uhc: implement nxp mcux uhc driver 2025-05-30 16:34:41 +02:00
Kconfig modules: hal_nxp: Move hal_nxp glue layer to zephyr repo 2025-03-26 16:26:34 +01:00