Skip to content

Commit d0a35e2

Browse files
committed
MCUX-81512[FLEXCOM SPI DMA] Fix half duplex mode issue
- Fix the issue hat half duplex can't be used when data size larger than 1024 bytes. Signed-off-by: Jason Yu <zejiang.yu@nxp.com>
1 parent 6c392b1 commit d0a35e2

4 files changed

Lines changed: 334 additions & 379 deletions

File tree

drivers/flexcomm/spi/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 2024 NXP
1+
# Copyright 2024-2025 NXP
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44

55
if(CONFIG_MCUX_COMPONENT_driver.flexcomm_spi_dma)
6-
mcux_component_version(2.2.1)
6+
mcux_component_version(2.2.2)
77

88
mcux_add_source(SOURCES fsl_spi_dma.c fsl_spi_dma.h)
99

drivers/flexcomm/spi/doxygen/ChangeLog_spi_dma.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# SPI_DMA
22

3+
## [2.2.2]
4+
5+
- Bug Fixes
6+
- Fixed the bug half duplex mode can't be used if data size is larger than 1024 bytes.
7+
38
## [2.2.1]
49

510
- Bug Fixes

0 commit comments

Comments
 (0)