Files
esp-idf/components
Michael (XIAO Xufeng) 6ccba01bb3 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-08-13 03:29:42 +00:00
..
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2020-08-13 03:29:42 +00:00
2020-08-04 14:21:01 +08:00
2018-09-11 09:44:12 +08:00
2019-08-21 18:58:37 +10:00
2020-03-24 15:13:57 +08:00
2020-08-12 15:11:06 +08:00
2018-10-20 12:07:24 +08:00
2020-02-13 14:28:33 +08:00