Files
esp-idf/components
Ivan Grokhotkov f908425b13 sdmmc: introduce is_app_cmd flag, check it along with opcode
‘make_hw_cmd’ function checks opcodes in a few cases. Comparing opcode
does not tell the whole story, because for some SD commands there is are
APP commands with the same opcodes. This change introduces a flag which
indicates whether the next command is going to be an APP command.
The check for APP_SET_BUS_WIDTH command is updated to use this flag.
This fixes a bug with an unexpected STOP_TRANSMISSION command sent after
SWITCH_FUNC command, which has opcode 6, same as APP_SET_BUS_WIDTH.
2017-08-16 18:59:04 +08:00
..
2017-07-24 20:07:21 +03:00
2017-08-04 14:56:58 +08:00
2016-11-16 15:57:34 +11:00
2017-06-27 10:35:33 +08:00
2017-03-07 10:18:47 +11:00
2017-01-09 17:51:48 +08: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