This is an automated email from the ASF dual-hosted git repository.
fdcavalcanti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 4f1a3356f90 arch/risc-v/src/common/espressif: Aligned Cmake with Make
4f1a3356f90 is described below
commit 4f1a3356f9068e15937378d512322aa7ecbe6463
Author: simbit18 <[email protected]>
AuthorDate: Mon Apr 6 16:02:51 2026 +0200
arch/risc-v/src/common/espressif: Aligned Cmake with Make
Add:
- replace rmtchar with arch-specific lirc adapter apache#18654
Signed-off-by: simbit18 <[email protected]>
---
arch/risc-v/src/common/espressif/CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/risc-v/src/common/espressif/CMakeLists.txt
b/arch/risc-v/src/common/espressif/CMakeLists.txt
index de756276bf5..067d5ba5916 100644
--- a/arch/risc-v/src/common/espressif/CMakeLists.txt
+++ b/arch/risc-v/src/common/espressif/CMakeLists.txt
@@ -89,6 +89,9 @@ endif()
if(CONFIG_ESP_RMT)
list(APPEND SRCS esp_rmt.c)
+ if(CONFIG_DRIVERS_RC)
+ list(APPEND SRCS esp_lirc.c)
+ endif()
if(CONFIG_WS2812_NON_SPI_DRIVER)
list(APPEND SRCS esp_ws2812.c)
endif()