esp-idf/components/driver/test/include/test
Armando 23d08fbe85 spi_master: add a test for HD master to receive data correctly via dma
Issue Description:
If master is in HD mode, if it sends data without receiving data,
it will still enable the RX DMA because of old version ESP32 silicon issue.
And because there is no correctly linked RX DMA descriptor,
an inlink_dscr_error intr will be seen, which will influence the following RX transactions.

This issue is only found on ESP32.
2021-01-05 19:32:46 +08:00
..
test_adc_dac_dma.h esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_common_adc.h dfiver(dac): add dac dma driver and unit test 2020-08-26 06:23:24 +00:00
test_common_spi.h spi_master: add a test for HD master to receive data correctly via dma 2021-01-05 19:32:46 +08:00