mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(lp-spi): Added support for LP SPI driver to the LP Core on esp32p4
This commit adds LP SPI master and LP SPI slave support for the LP Core on the esp32p4.
This commit is contained in:
@@ -168,6 +168,7 @@ To enhance the capabilities of the ULP LP-Core coprocessor, it has access to per
|
||||
* LP IO
|
||||
* LP I2C
|
||||
* LP UART
|
||||
:SOC_LP_SPI_SUPPORTED: * LP SPI
|
||||
|
||||
.. only:: CONFIG_ESP_ROM_HAS_LP_ROM
|
||||
|
||||
@@ -240,6 +241,10 @@ Main CPU API Reference
|
||||
.. include-build-file:: inc/lp_core_i2c.inc
|
||||
.. include-build-file:: inc/lp_core_uart.inc
|
||||
|
||||
.. only:: CONFIG_SOC_LP_SPI_SUPPORTED
|
||||
|
||||
.. include-build-file:: inc/lp_core_spi.inc
|
||||
|
||||
LP Core API Reference
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -250,4 +255,8 @@ LP Core API Reference
|
||||
.. include-build-file:: inc/ulp_lp_core_print.inc
|
||||
.. include-build-file:: inc/ulp_lp_core_interrupts.inc
|
||||
|
||||
.. only:: CONFIG_SOC_LP_SPI_SUPPORTED
|
||||
|
||||
.. include-build-file:: inc/ulp_lp_core_spi.inc
|
||||
|
||||
.. _esp-idf-monitor: https://github.com/espressif/esp-idf-monitor
|
||||
|
Reference in New Issue
Block a user