summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
Commit message (Expand)AuthorAgeFilesLines
...
* nmea2000: Add support for more then one unit.Reinhard Arlt2012-07-191-9/+97
* Add framework for multiple units.Reinhard Arlt2012-07-181-0/+16
* Move nmea2000_open out of libgpsd_core.c .Reinhard Arlt2012-06-071-0/+61
* nmea2000: fix build failures when debugging is disabledMike Frysinger2012-05-231-22/+23
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-8/+10
* Update gpsdadata.status.Reinhard Arlt2012-05-121-0/+22
* Coverity scan found a bad loop test.Eric S. Raymond2012-05-091-1/+1
* Fix more splint warnings.Reinhard Arlt2012-05-041-2/+3
* Fix some splint warnings.Reinhard Arlt2012-05-041-49/+49
* Make PGN handler 'static'.Reinhard Arlt2012-05-041-19/+19
* Have a single point of truth about NMEA2000 handler declaration.Eric S. Raymond2012-05-021-73/+51
* Fix a NMEA2000 mis-cleanup.Beat Bolli2012-05-021-1/+1
* Yet more splint cleanup.Eric S. Raymond2012-05-021-25/+32
* Yet more splint cleanup.Eric S. Raymond2012-05-021-69/+44
* Yet more splint cleanup.Eric S. Raymond2012-05-021-12/+14
* Partial splint cleanup of NMEA2000 driver.Eric S. Raymond2012-05-021-1/+1
* More partial splint cleanup.Eric S. Raymond2012-05-021-5/+7
* Partial splint cleanup.Eric S. Raymond2012-05-021-22/+26
* Use macro UNUSED.Reinhard Arlt2012-05-011-4/+4
* Some cleanup, print_data use gpsd_report now, LOG_FILE enabled again.Reinhard Arlt2012-05-011-14/+19
* Fix build with nmea2000=false.Reinhard Arlt2012-05-011-0/+3
* Disable logfile for now, as it breaks build on ubuntu 12.04Reinhard Arlt2012-04-301-1/+8
* remove unused bitfield routines.Reinhard Arlt2012-04-291-53/+0
* Local bitfield routines removed, use bits.h now.Reinhard Arlt2012-04-291-21/+22
* Fix compiler warnings, channel number addedReinhard Arlt2012-04-261-3/+1
* NMEA2000 support patches. All regression tests pass.Reinhard.Arlt@t-online.de2012-04-251-6/+654
* Beginning of NMEA200 driver. Franework code, nowhere near working.Eric S. Raymond2012-04-151-0/+59