esp-idf/components/hal/esp32s2
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/hal 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
brownout_hal.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
cp_dma_hal.c dma: move from driver to hw_support 2022-06-28 14:17:12 +08:00
dac_hal.c adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
efuse_hal.c efuse: Adds major and minor versions and others 2022-07-05 14:38:27 +08:00
touch_sensor_hal.c soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00