esp-idf/components/esp_serial_slave_link
gaoxu 3610b14aef SPI : fix wrong dummy cycle on quad mode and put get-command function in spi_ll.h
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
2022-08-23 10:46:56 +08:00
..
include/esp_serial_slave_link SPI : fix wrong dummy cycle on quad mode and put get-command function in spi_ll.h 2022-08-23 10:46:56 +08:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
essl_internal.h essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
essl_sdio.c coverity: fix uninit variable issue in driver 2022-08-03 10:46:50 +08:00
essl_spi.c SPI : fix wrong dummy cycle on quad mode and put get-command function in spi_ll.h 2022-08-23 10:46:56 +08:00
essl.c essl: add essl spi support to communicate with spi slave hd mode 2021-07-28 18:36:13 +08:00