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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user