Files
esp-idf/components
Michael (XIAO Xufeng) 76c1be0d94 spiram: fix the read id failure
The issue is caused by:
1. The disable_qio_mode inside read_id may have side effects.
2. read_id twice may have side effects.

Fix this issue by moving disable_qio_mode out of read_id and only do it
once before read_id. And retry read_id only when the first one is
failed.

Issue introduced in 3ecbb59c15.
2020-06-30 21:45:31 +08:00
..
2020-05-22 16:39:44 +08:00
2020-06-30 21:45:31 +08:00
2020-06-30 21:45:31 +08:00
2020-05-18 16:51:45 +08:00
2020-06-22 19:33:08 +08:00
2020-05-18 16:51:45 +08:00
2020-04-30 14:05:36 +00:00
2020-06-16 14:34:23 +08:00
2020-04-15 15:46:47 +02:00