spi_slave_hd: new driver for spi slave in half duplex mode

This commit is contained in:
Michael (XIAO Xufeng)
2020-04-29 16:20:40 +08:00
parent a50ea8ad55
commit f6dd63d03d
34 changed files with 2673 additions and 118 deletions
@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/protocols/esp_sdio_slave_protocol.rst
@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/protocols/esp_spi_slave_protocol.rst
+1 -1
View File
@@ -16,7 +16,7 @@
ESP-MQTT <mqtt>
Modbus slave <modbus>
Local Control <esp_local_ctrl>
:esp32: ESP Serial Slave Link <esp_serial_slave_link>
ESP Serial Slave Link <esp_serial_slave_link>
Certificate Bundle <esp_crt_bundle>
此 API 部分的示例代码在 ESP-IDF 示例工程的 :example:`protocols` 目录下提供。