Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions drivers/sensors/adt7320.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/adxl345_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/adxl345_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/adxl372.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/aht10.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/ak09912.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/amg88xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/apds9922.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/* Character driver for the APDS9922 Proximity and Ambient Light Sensor */

/****************************************************************************
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/apds9960.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/* Character driver for the APDS9960 Gesture Sensor
*
* This driver is based on APDS-9960 Arduino library developed by
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/as726x.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bh1749nuc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bh1750fvi.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/* Character driver for the Rohm Ambient Light Sensor BH1750FVI */

/****************************************************************************
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bmg160.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bmi088.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bmi160.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bmi270.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/bmp180.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/* Character driver for the Freescale BMP1801 Barometer Sensor */

/****************************************************************************
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/cxd5602pwbimu.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/dhtxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
13 changes: 13 additions & 0 deletions drivers/sensors/fxos8700cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
*
****************************************************************************/

/* WARNING for developers:
*
* This driver uses the legacy style of writing sensor drivers for NuttX. The
* project has since decided to adopt a new sensor framework in order to
* have a consistent API and feature-set.
*
* Sensors which use the uORB framework are typically suffixed "_uorb". You
* can also visit the documentation about the new sensor framework to learn
* more.
*/

#warning "This is a deprecated legacy sensor driver."

/****************************************************************************
* Included Files
****************************************************************************/
Expand Down
Loading
Loading