mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
c6ed7dd760
Summary: - During reviewing the GS2200M document, I noticed that _read_data() implementation is incorrect. - Actually, we do not use "SPI Byte Stuffing for SPI-NO-DMA" but use "SPI Command Response (SPI-DMA)", so the sequence should use SPI_RECVBLOCK(). Impact: - gs2200m.c only Testing: - Tested with stm32f4discovery:wifi and spresense:wifi_smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>