]> granicus.if.org Git - esp-idf/commit
fix(spi_dma_rx): fixed the invalid argument issue in full-duplex mode.
authormichael <xiaoxufeng@espressif.com>
Tue, 1 Aug 2017 14:16:41 +0000 (22:16 +0800)
committermichael <xiaoxufeng@espressif.com>
Mon, 14 Aug 2017 09:25:30 +0000 (17:25 +0800)
commit366e4397e9dae9d93fe69ea9d389b5743295886f
tree6be4568890af40a2965aa8b77d2b929b3ac3f6ec
parent227b011f6ab120f6713d707e39b4d5adaff9c81d
fix(spi_dma_rx): fixed the invalid argument issue in full-duplex mode.

force rxlength=length and mosi=1 and inlink.start=1 on in full-duplex mode.
set rxlength > length is forbidden in full-duplex mode.

TW#12609, TW#14240, https://www.esp32.com/viewtopic.php?f=13&t=2519
components/driver/spi_master.c