]> granicus.if.org Git - esp-idf/commit
sdmmc: don't whitelist the opcodes when handling response timeout
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 17 Aug 2017 16:25:17 +0000 (00:25 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 11 Apr 2018 03:06:50 +0000 (11:06 +0800)
commit5fc6fb58eabf5a5de0f12657517cfd5fd1b85365
tree3cc175e0a22478d135e9e52fad58607f1f799c32
parentf02cff13cc264fdc5f7d520b077ca4707f83a9ec
sdmmc: don't whitelist the opcodes when handling response timeout

All the commands which do not have a response must have their flags set
accordingly. Therefore the host will not send RTO interrupt if response
is not expected. It is a bug in the code logic if it happens otherwise.
components/driver/sdmmc_transaction.c