aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Changed gps position topic mostly to SI units and float, removed counters and...Julian Oes2013-02-069-139/+139
* Changed parse interface, differentiation between config needed and position u...Julian Oes2013-02-055-69/+81
* Update on every position change, do not wait for other measurementsLorenz Meier2013-02-051-4/+6
* Added option to select port name, minor tweaks to status printing, sacrificie...Lorenz Meier2013-02-051-29/+47
* Small correctionsJulian Oes2013-02-041-2/+2
* Merged with newer, cleaned up code, fixed the checksum errorJulian Oes2013-02-045-167/+191
* Minor polishing, fixed rate and last measurement indicationLorenz Meier2013-02-043-10/+4
* More cleanupLorenz Meier2013-02-042-12/+13
* Minor quick cleanupsLorenz Meier2013-02-042-47/+89
* Fixed typoLorenz Meier2013-02-041-3/+3
* Tuned GPS update ratesLorenz Meier2013-02-041-2/+8
* Disabled old-style gps interface, enabled GPS driverLorenz Meier2013-02-041-0/+2
* Reduced, but functional u-blox series driverLorenz Meier2013-02-046-0/+1983
* Merge pull request #194 from NosDE/masterpx4dev2013-02-021-7/+39
|\
| * Option for Bus and BlinkM address addedMarco Bauer2013-02-021-2/+2
| * Options for bus and blinkmaddress added.Marco Bauer2013-02-011-7/+39
* | HOTFIX: Fixed HoTT compile error, fixed MAVLink crashLorenz Meier2013-01-312-5/+6
* | Merge pull request #67 from sjwilks/hottLorenz Meier2013-01-277-0/+807
|\ \
| * | Enable single wire via ioctl calls and pull the battery voltage from the batt...Simon Wilks2013-01-252-36/+11
| * | Merge branch 'ioctl' into hottSimon Wilks2013-01-243-0/+241
| |\ \
| | * \ Merged and tested against the single wire implementation added to Nuttx r5554.Simon Wilks2013-01-2467-1227/+3753
| | |\ \
| | * \ \ MergedSimon Wilks2013-01-2295-1799/+3886
| | |\ \ \
| | * | | | We aren't using RS485 but single wire.Simon Wilks2013-01-211-2/+2
| | * | | | MergedSimon Wilks2013-01-11414-3303/+146688
| | |\ \ \ \
| | * | | | | Push single wire operations into stm32_serial.c and added a test to verify Ho...Simon Wilks2012-12-063-0/+241
| * | | | | | Merge remote-tracking branch 'upstream/master' into hottSimon Wilks2013-01-24541-6154/+156701
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Addressed compiler warnings and handle non-supported devices properly.Simon Wilks2012-11-301-8/+8
| * | | | | | Code formatting cleanup.Simon Wilks2012-11-303-42/+58
| * | | | | | Cleanup a bit.Simon Wilks2012-11-291-8/+3
| * | | | | | Single wire now working once moving away from UART5.Simon Wilks2012-11-291-24/+41
| * | | | | | Trying to get single wire working. Not quite there yet.Simon Wilks2012-11-292-59/+34
| * | | | | | Fix some memory corruption bugs.Simon Wilks2012-11-223-11/+14
| * | | | | | Messaging cleanup.Simon Wilks2012-11-221-4/+3
| * | | | | | Tried cleaning up console messaging a bit.Simon Wilks2012-11-221-31/+37
| * | | | | | Shorten the post read delay slightly.Simon Wilks2012-11-221-2/+5
| * | | | | | Make the reading and sending of data independant of the message type.Simon Wilks2012-11-223-31/+40
| * | | | | | General code cleanup.Simon Wilks2012-11-212-91/+111
| * | | | | | Merge remote-tracking branch 'upstream/master' into hottSimon Wilks2012-11-2121-207/+520
| |\ \ \ \ \ \
| * | | | | | | Added a note on the inclusion of libraries for UART access in the Makefile.Simon Wilks2012-11-211-0/+1
| * | | | | | | Introducing an initial implementation of HoTT telemetry support.Simon Wilks2012-11-214-19/+384
| * | | | | | | Added a missing comment.Simon Wilks2012-11-141-1/+1
| * | | | | | | Setup skeleton code (basic daemon).Simon Wilks2012-11-142-0/+182
* | | | | | | | Merge pull request #179 from PX4/airspeedpx4dev2013-01-266-39/+95
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into airspeedLorenz Meier2013-01-2469-1230/+3759
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Implemented airspeed measurement. UntestedLorenz Meier2013-01-216-39/+95
* | | | | | | | | Merge pull request #188 from PX4/param_commandpx4dev2013-01-261-4/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improved param command, show now allows to filter and set allows to set integ...Lorenz Meier2013-01-241-4/+74
* | | | | | | | | | Fixed byte readout order and signed value 16 to 14 bit value conversionLorenz Meier2013-01-261-6/+9
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge Nuttx r5554px4dev2013-01-2313-58/+612
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-232-1/+122