aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/mtk.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed old GPS appLorenz Meier2013-02-171-432/+0
|
* Fixed missing heading for mtkcustom and nmeaJulian Oes2012-11-301-1/+1
|
* GPS watchdog - health detection fixesNick Butcher2012-11-121-4/+3
|
* Fixed GPS status detectionLorenz Meier2012-11-121-3/+4
|
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
|
* gps starting and stopping should be working correctly now, ubx not ↵Julian Oes2012-09-201-16/+24
| | | | continuing whith configuring should be fixed
* fixed stacktrace which happened in configure_gps_ubx(int *fd) because of ↵Julian Oes2012-09-191-2/+3
| | | | faulty file descriptor argument, added possibility to stop gps daemon (only tested without gps attached)
* Deamonized GPS app, fixed GPS issues, reworking RC inputLorenz Meier2012-09-121-3/+3
|
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-211-1/+1
| | | | | | interrupt context. ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+423