aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.c
Commit message (Collapse)AuthorAgeFilesLines
* Ubx configuration working again, gps app is still complicated and big but ↵Julian Oes2013-01-171-4/+3
| | | | should be wrking better now
* ubx with 38400 working, all messages seem to arrive, configuration procedure ↵Julian Oes2013-01-171-1/+1
| | | | is still funny (work in progress)
* Better U-Blox struct packingLorenz Meier2012-10-231-4/+4
|
* Go back to the FIFO scheduler for now, as we don't have time to shake out ↵px4dev2012-10-031-1/+1
| | | | | | the RR scheduler changeover just yet. Make the "default" scheduler a centralized definition so that changes are easier in future.
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-1/+8
|
* gps starting and stopping should be working correctly now, ubx not ↵Julian Oes2012-09-201-13/+42
| | | | continuing whith configuring should be fixed
* the gps_thread_should_exit flag is now static again, hope it works like thisJulian Oes2012-09-201-7/+6
|
* fixed stacktrace which happened in configure_gps_ubx(int *fd) because of ↵Julian Oes2012-09-191-94/+73
| | | | 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-5/+76
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+505