Adam Múdry
|
6477500cf1
|
sdmmc: incrementally increase delay of vTaskDelay
Prevents unnecessary slowdown in polling functions
|
2023-05-19 14:01:43 +02:00 |
|
Adam Múdry
|
62a5ad5fc1
|
sdmmc: add vTaskDelay to loops to prevent potential WDT trigger
Also change timeout to 120 seconds in fatfs sdcard pytest to prevent failing during formatting.
|
2023-04-28 12:39:08 +02:00 |
|
Chip Weinberger
|
c7ca30e62f
|
[SDMMC] add reasonable timeouts to all while loops
Closes: https://github.com/espressif/esp-idf/pull/10532
|
2023-04-28 12:39:06 +02:00 |
|
Chip Weinberger
|
6ff1059da7
|
[SDMMC Mount] fix infinite loop when SD card is not responsive
Closes: https://github.com/espressif/esp-idf/pull/10532
|
2023-04-28 12:37:27 +02:00 |
|
Armando
|
6102cfdd27
|
sdmmc: in/out phase adapted to esp32 and esp32s3
|
2023-04-24 03:45:29 +00:00 |
|
Ivan Grokhotkov
|
5b18007d92
|
sdmmc: I/O phase adjustments
1. Fix incorrect meaning of SDMMC.clock bits, synchronize the names
with the TRM.
2. Choose input and output phases to satisfy typical timing
requirements.
3. Move use_hold_reg setting into the host driver, since it is related
to timing.
Closes https://github.com/espressif/esp-idf/issues/8521
Related to https://github.com/espressif/esp-idf/issues/8257
|
2023-04-24 03:45:29 +00:00 |
|
Ivan Grokhotkov
|
7524f40b21
|
sdmmc: keep clock enabled for the duration of ACMD41
SD specification requires that card clock is not disabled until the
card is idle, following ACMD41 command.
|
2023-03-27 14:09:02 +02:00 |
|
laokaiyao
|
f27cd67c00
|
driver: pack peripherals
|
2023-02-02 18:19:58 +08:00 |
|