Merge branch 'feature/spi_slave_hd_segment_example' into 'master'

spi_slave_halfduplex: add an example for segment mode

Closes IDF-1699

See merge request espressif/esp-idf!10043
This commit is contained in:
Michael (XIAO Xufeng)
2021-04-23 03:23:25 +00:00
17 changed files with 846 additions and 10 deletions

View File

@@ -108,6 +108,13 @@ Receiving General Purpose Interrupts From the Master
When the master sends CMD 0x08, 0x09 or 0x0A, the slave corresponding will be triggered. Currently the CMD8 is permanently used to indicate the termination of RDDMA segments. To receiving general purpose interrupts, register callbacks for CMD 0x09 and 0x0A when the slave is initialized, see :ref:`spi_slave_hd_callbacks`.
Application Example
-------------------
The code example for Device/Host communication can be found in the :example:`peripherals/spi_slave_hd` directory of ESP-IDF examples.
API reference
-------------