Merge branch 'bugfix/spi_cs_setup_fulldup' into 'master'

fix(spi_master): allow to use cs_ena_pretrans in full duplex mode without…

See merge request idf/esp-idf!2576
This commit is contained in:
Angus Gratton
2018-07-16 16:30:36 +08:00
2 changed files with 20 additions and 10 deletions

View File

@@ -407,6 +407,8 @@ Known Issues
2. Full duplex mode is not compatible with the *dummy bit workaround*, hence the frequency is limited. See :ref:`dummy
bit speed-up workaround <dummy_bit_workaround>`.
3. ``cs_ena_pretrans`` is not compatible with command, address phases in full duplex mode.
Application Example
-------------------