esp-idf/components/hal/esp32c3
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 RISC-V: Remove "private_include/regi2c_brownout.h" header as it has been moved and simplify "regi2c_ctrl.h" 2022-06-14 15:00:53 +08:00
efuse_hal.c efuse: Adds major and minor versions and others 2022-07-05 14:38:27 +08:00
hmac_hal.c hal: Add initial ESP32-C3 support 2020-11-30 15:23:15 +11:00
rtc_cntl_hal.c light sleep: add cpu power down support for esp32s3 2021-08-27 11:11:06 +08:00