mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Merge branch 'feat/lp_core_lp_spi_support' into 'master'
feat(lp-spi): Added support for LP SPI to the LP core Closes IDF-7538 and IDF-10210 See merge request espressif/esp-idf!31492
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