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 1d645318cc9763380d6c0e838f4241a95d4bf210 Author: Tiago Medicci Serrano <tiago.medi...@espressif.com> AuthorDate: Fri Feb 9 14:43:50 2024 -0300 esp32s3/rmt: Define default receiver device for the RMT peripheral This enables using the example without needing to pass a different argument for the receiver. --- boards/xtensa/esp32s3/esp32s3-devkit/configs/rmt/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/rmt/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/rmt/defconfig index 20eebbea88..0847742af4 100644 --- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/rmt/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/rmt/defconfig @@ -26,6 +26,7 @@ CONFIG_ESP32S3_UART0=y CONFIG_ESP_RMT=y CONFIG_EXAMPLES_RMTCHAR=y CONFIG_EXAMPLES_RMTCHAR_RX=y +CONFIG_EXAMPLES_RMTCHAR_RX_DEVPATH="/dev/rmt4" CONFIG_EXAMPLES_RMTCHAR_TX=y CONFIG_EXAMPLES_WS2812=y CONFIG_FS_PROCFS=y