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

xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 8404450fb CMakeLists: fix missing '$' in dummy.c existence guard
     new 00d9af873 system/uorb: add missing metadata for velocity and 
ambient_temp
     new b93c94760 system/uorb: add voltage, current and power topics
     new d1b15db36 system/uorb: add resistance, conductivity, energy and charge 
topics.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 system/uorb/sensor/{ir.c => charge.c}          | 12 ++++++------
 system/uorb/sensor/{eng.h => charge.h}         |  8 ++++----
 system/uorb/sensor/{angle.c => conductivity.c} | 12 ++++++------
 system/uorb/sensor/{eng.h => conductivity.h}   |  8 ++++----
 system/uorb/sensor/{ir.c => current.c}         | 12 ++++++------
 system/uorb/sensor/{eng.h => current.h}        |  8 ++++----
 system/uorb/sensor/{ir.c => energy.c}          | 12 ++++++------
 system/uorb/sensor/{eng.h => energy.h}         |  8 ++++----
 system/uorb/sensor/{ir.c => power.c}           | 12 ++++++------
 system/uorb/sensor/{eng.h => power.h}          |  8 ++++----
 system/uorb/sensor/{angle.c => resistance.c}   | 12 ++++++------
 system/uorb/sensor/{eng.h => resistance.h}     |  8 ++++----
 system/uorb/sensor/temp.c                      |  1 +
 system/uorb/sensor/temp.h                      |  1 +
 system/uorb/sensor/topics.c                    | 18 ++++++++++++++++++
 system/uorb/sensor/{ir.c => velocity.c}        | 11 +++++------
 system/uorb/sensor/{eng.h => velocity.h}       |  8 ++++----
 system/uorb/sensor/{ir.c => voltage.c}         | 12 ++++++------
 system/uorb/sensor/{eng.h => voltage.h}        |  8 ++++----
 19 files changed, 99 insertions(+), 80 deletions(-)
 copy system/uorb/sensor/{ir.c => charge.c} (86%)
 copy system/uorb/sensor/{eng.h => charge.h} (90%)
 copy system/uorb/sensor/{angle.c => conductivity.c} (85%)
 copy system/uorb/sensor/{eng.h => conductivity.h} (88%)
 copy system/uorb/sensor/{ir.c => current.c} (86%)
 copy system/uorb/sensor/{eng.h => current.h} (90%)
 copy system/uorb/sensor/{ir.c => energy.c} (86%)
 copy system/uorb/sensor/{eng.h => energy.h} (90%)
 copy system/uorb/sensor/{ir.c => power.c} (87%)
 copy system/uorb/sensor/{eng.h => power.h} (90%)
 copy system/uorb/sensor/{angle.c => resistance.c} (85%)
 copy system/uorb/sensor/{eng.h => resistance.h} (89%)
 copy system/uorb/sensor/{ir.c => velocity.c} (86%)
 copy system/uorb/sensor/{eng.h => velocity.h} (89%)
 copy system/uorb/sensor/{ir.c => voltage.c} (86%)
 copy system/uorb/sensor/{eng.h => voltage.h} (90%)

Reply via email to