mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
nmea_gps: renamed vk2828u7 to nmea_gps
This driver will serve as a generic module for grabbing NMEA data from various GPS devices via a serial interface. ublox6 will also be removed in favor of using this driver going forward. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
9
src/nmea_gps/CMakeLists.txt
Normal file
9
src/nmea_gps/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
upm_mixed_module_init (NAME nmea_gps
|
||||
DESCRIPTION "UPM Generic driver for GPS NMEA sensors"
|
||||
C_HDR nmea_gps.h
|
||||
C_SRC nmea_gps.c
|
||||
CPP_HDR nmea_gps.hpp
|
||||
CPP_SRC nmea_gps.cxx
|
||||
FTI_SRC nmea_gps_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
Reference in New Issue
Block a user