This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit c5358d6365099a90ac349f89fdaa366015a1ca86
Author: Tiago Medicci Serrano <tiago.medi...@espressif.com>
AuthorDate: Fri Feb 9 12:27:00 2024 -0300

    boards/esp32s2-saola-1: Change the RMT output pin to on-board LED
    
    This enables the on-board WS2812 addressable LED to be driven by
    the RMT peripheral with the `rmt` defconfig.
---
 boards/xtensa/esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h 
b/boards/xtensa/esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h
index 768efbad6e..756a4bfcca 100644
--- a/boards/xtensa/esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h
+++ b/boards/xtensa/esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h
@@ -61,7 +61,7 @@
 #  define RMT_OUTPUT_PIN      0
 #else
 #  define RMT_INPUT_PIN       2
-#  define RMT_OUTPUT_PIN      4
+#  define RMT_OUTPUT_PIN      18
 #endif
 
 /****************************************************************************

Reply via email to