This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f21acd2213ea3502e8dacde49566f5e2ca53f60f Author: Eren Terzioglu <[email protected]> AuthorDate: Mon Apr 27 11:54:40 2026 +0200 Docs/platforms/risc-v: Add LPSPI and SPI3 docs for esp32[-p4] Add LPSPI and SPI3 docs for esp32p4 Signed-off-by: Eren Terzioglu <[email protected]> --- Documentation/platforms/risc-v/esp32p4/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/risc-v/esp32p4/index.rst b/Documentation/platforms/risc-v/esp32p4/index.rst index 03aef9e2c89..88effc2043e 100644 --- a/Documentation/platforms/risc-v/esp32p4/index.rst +++ b/Documentation/platforms/risc-v/esp32p4/index.rst @@ -329,7 +329,7 @@ HP Peripherals ================= ======= ================================== Peripheral Support NOTES ================= ======= ================================== -SPI Yes SPI2 master/slave; bitbang +SPI Yes SPI2/SPI3 master/slave; bitbang I2C Yes I2S Yes ADC Yes @@ -371,7 +371,7 @@ LP Peripherals ================= ======= ================================== Peripheral Support NOTES ================= ======= ================================== -LP SPI No +LP SPI Yes LP I2C Yes LP I2S No LP UART Yes
