esp-idf/components
Ivan Grokhotkov e6258ac6cb sdmmc: don’t flip word order in MMC_RSP_BITS
MMC_RSP_BITS helper function had a hack that it flipped word order in
the response, assuming that response size is 4 words. This hack does not
work for responses which are not 4 words long (such as the SWITCH_FUNC
response, which is 64 words long).

This change removes the hack and the matching word order reversal code
in sdmmc driver.
2017-08-16 18:59:04 +08:00
..
2017-07-24 20:07:21 +03:00
2017-08-04 14:56:58 +08:00
2017-06-27 10:35:33 +08:00
2017-03-07 10:18:47 +11:00
2017-07-24 19:57:44 +03:00
2017-07-27 12:44:39 +08:00
2017-04-05 09:23:09 +03:00