include/nuttx/sensors: fix reference to non-existent readme

fix reference to non-existent readme and point to the Documentation.

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl
2025-10-11 13:26:37 +02:00
committed by Matteo Golin
parent 13ab107d67
commit 9daa23d4e4
3 changed files with 6 additions and 9 deletions

View File

@@ -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.
*
****************************************************************************/

View File

@@ -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

View File

@@ -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