diff --git a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst index caa2bc52f3..8edafeb456 100644 --- a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst +++ b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst @@ -718,6 +718,16 @@ To test it, just run ``rand`` to get 32 randomly generated bytes:: 0000 98 b9 66 a2 a2 c0 a2 ae 09 70 93 d1 b5 91 86 c8 ..f......p...... 0010 8f 0e 0b 04 29 64 21 72 01 92 7c a2 27 60 6f 90 ....)d!r..|.'`o. +rmt +--- + +This configuration enables usage of Remote Control Transceiver (RMT) module and +example ``ws2812esp32`` demonstrating the usage of **RMT** by driving RGB LEDs. +To test the module connect a Data pin of RGB LED compatible with WS2812 +to ESP32 GPIO 4 and run:: + + nsh> ws2812esp32 0 + rtc --- diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 3789f98307..472c00bf7d 100644 --- a/Documentation/platforms/xtensa/esp32/index.rst +++ b/Documentation/platforms/xtensa/esp32/index.rst @@ -103,7 +103,7 @@ I2S Yes LED_PWM Yes MCPWM No Pulse_CNT No -RMT No +RMT Yes RNG Yes RSA No RTC Yes