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

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 9daa23d4e420e8742870add051f10040654034fd
Author: raiden00pl <[email protected]>
AuthorDate: Sat Oct 11 13:26:37 2025 +0200

    include/nuttx/sensors: fix reference to non-existent readme
    
    fix reference to non-existent readme and point to the Documentation.
    
    Signed-off-by: raiden00pl <[email protected]>
---
 include/nuttx/sensors/adt7320.h | 3 ++-
 include/nuttx/sensors/adxl372.h | 6 ++----
 include/nuttx/sensors/lsm330.h  | 6 ++----
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/include/nuttx/sensors/adt7320.h b/include/nuttx/sensors/adt7320.h
index 8201c4c2b1e..3253f511ab0 100644
--- a/include/nuttx/sensors/adt7320.h
+++ b/include/nuttx/sensors/adt7320.h
@@ -27,7 +27,8 @@
  * Driver usage notes:
  *
  * This driver supports the Common Sensor Register Interface.
- * See drivers/sensors/README.txt for details.
+ * See Documentation/components/drivers/special/sensors/sensors_cluster.rst
+ * for details.
  *
  ****************************************************************************/
 
diff --git a/include/nuttx/sensors/adxl372.h b/include/nuttx/sensors/adxl372.h
index 4fb0cd284bc..dd8e076a261 100644
--- a/include/nuttx/sensors/adxl372.h
+++ b/include/nuttx/sensors/adxl372.h
@@ -61,10 +61,8 @@
  * DMA is not worthwhile.
  *
  * This driver supports the Common Sensor Register Interface.
- * See drivers/sensors/README.txt for details.
- *
- * This driver supports the Sensor Cluster Driver Interface.
- * See drivers/sensors/README.txt for details.
+ * See Documentation/components/drivers/special/sensors/sensors_cluster.rst
+ * for details.
  *
  * It also extends the interface by permitting cluster driver calls to
  * a function that is intended to perform high performance DMA SPI exchange
diff --git a/include/nuttx/sensors/lsm330.h b/include/nuttx/sensors/lsm330.h
index 8048bbd2c5f..bf887663363 100644
--- a/include/nuttx/sensors/lsm330.h
+++ b/include/nuttx/sensors/lsm330.h
@@ -69,10 +69,8 @@
  * Use the Cluster Driver Interface to perform DMA block transfers.
  *
  * This driver supports the Common Sensor Register Interface.
- * See drivers/sensors/README.txt for details.
- *
- * This driver supports the Sensor Cluster Driver Interface.
- * See drivers/sensors/README.txt for details.
+ * See Documentation/components/drivers/special/sensors/sensors_cluster.rst
+ * for details.
  *
  * It also extends the interface by permitting cluster driver calls to
  * a function that is intended to perform high performance DMA SPI exchange

Reply via email to