mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
arch/risc-v/src/common/espressif: Aligned Cmake with Make
Add: - replace rmtchar with arch-specific lirc adapter apache#18654 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
committed by
Filipe do Ó Cavalcanti
parent
d09bfc021d
commit
4f1a3356f9
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user