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

acassis 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 d3d1f671986 drivers/analog/CMakeLists.txt: Aligned Cmake with Make
d3d1f671986 is described below

commit d3d1f67198605f12cfd3b93389396e80a1a6adb8
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Tue Aug 19 17:06:55 2025 +0200

    drivers/analog/CMakeLists.txt: Aligned Cmake with Make
    
    Add:
    
    Texas Instruments ADS1115
    
    Signed-off-by: simbit18 <simbi...@gmail.com>
---
 drivers/analog/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/analog/CMakeLists.txt b/drivers/analog/CMakeLists.txt
index 5497b2951d4..61aab12b1db 100644
--- a/drivers/analog/CMakeLists.txt
+++ b/drivers/analog/CMakeLists.txt
@@ -105,6 +105,10 @@ if(CONFIG_ADC)
   if(CONFIG_ADC_MCP3008)
     list(APPEND SRCS mcp3008.c)
   endif()
+
+  if(CONFIG_ADC_ADS1115)
+    list(APPEND SRCS ads1115.c)
+  endif()
 endif()
 
 if(CONFIG_LMP92001)

Reply via email to