mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00

1.The dummy_bits is set to 4 in ESP32C3/C2, therefore, the data transmission started too early.This commit fix this issue by changing dummy_bits to 8. 2.Put the spi command the spi defintion in spi_types.h 3.Put the function which get spi command or dummy bits in spi_ll.h