mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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.
This commit is contained in:
committed by
Xiang Xiao
parent
e49684d781
commit
1d645318cc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user