Merge branch 'fix/spi_slave_no_dma_rx_overwrite' into 'master'

fix(driver_spi): fixed slave no dma rx overwrite when trans_len below or over

Closes IDFGH-13574

See merge request espressif/esp-idf!33377
This commit is contained in:
Wan Lei
2024-09-25 14:37:09 +08:00
4 changed files with 99 additions and 68 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ void spi_slave_hal_store_result(spi_slave_hal_context_t *hal);
* Get the length of last transaction, in bits. Should be called after ``spi_slave_hal_store_result``.
*
* Note that if last transaction is longer than configured before, the return
* value will be truncated to the configured length.
* value still the actual length.
*
* @param hal Context of the HAL layer.
*