upm/src/rhusb/CMakeLists.txt
Jon Trulson e1c66c351a rhusb: Initial implementation
The driver implements support for the Omega RH-USB Humidity Probe with
Temperature sensor.  It connects via an integrated USB cable, and
appears as a serial port.

It does not currently work with Edison (as of this date) due to
missing ftdi_sio and usbserial kernel support.

It was implemented and tested on the Galileo 2.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-01-28 13:31:01 -08:00

7 lines
163 B
CMake

set (libname "rhusb")
set (libdescription "upm module for the Omega RH-USB sensor")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()