Skip to content

Commit 905aff8

Browse files
committed
hal_nxp: Replace the sai driver with an older version
The latest version of the sai driver causes run issues on i2s examples. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 125048f commit 905aff8

File tree

5 files changed

+142
-412
lines changed

5 files changed

+142
-412
lines changed

mcux/mcux-sdk-ng/drivers/sai/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(CONFIG_MCUX_COMPONENT_driver.sai_dma)
1212
endif()
1313

1414
if(CONFIG_MCUX_COMPONENT_driver.sai_edma)
15-
mcux_component_version(2.7.3)
15+
mcux_component_version(2.7.1)
1616

1717
mcux_add_source(SOURCES fsl_sai_edma.h fsl_sai_edma.c)
1818

@@ -30,7 +30,7 @@ if(CONFIG_MCUX_COMPONENT_driver.sai_sdma)
3030
endif()
3131

3232
if(CONFIG_MCUX_COMPONENT_driver.sai)
33-
mcux_component_version(2.4.7)
33+
mcux_component_version(2.4.4)
3434

3535
mcux_add_source(SOURCES fsl_sai.h fsl_sai.c)
3636

0 commit comments

Comments
 (0)