aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* More sensible error handling in calibrationLorenz Meier2013-02-181-11/+17
* Merge pull request #201 from PX4/fixedwing_ned_outputsLorenz Meier2013-02-142-8/+20
|\
| * Turned all control outputs into NED frame moments, this is validated in real ...Lorenz Meier2013-02-132-8/+20
* | Merge pull request #178 from PX4/attitude_filter_improvementLorenz Meier2013-02-1436-600/+686
|\ \
| * | Changed names and default values of attitude estimator parametersJulian Oes2013-02-141-18/+18
| * | Merge remote-tracking branch 'upstream/master' into attitude_filter_improvementJulian Oes2013-02-115-76/+151
| |\|
| * | Merge remote-tracking branch 'upstream/master' into attitude_filter_improvementJulian Oes2013-01-3082-1276/+4738
| |\ \
| * \ \ Merge branch 'master' of github.com:PX4/Firmware into attitude_filter_improve...Lorenz Meier2013-01-232-3/+6
| |\ \ \
| * | | | Removed unused filesLorenz Meier2013-01-234-233/+0
| * | | | Better attitude filter, not sensitive to sudden accelerationsLorenz Meier2013-01-2132-349/+668
* | | | | Merge pull request #197 from PX4/mpu6000_fixesLorenz Meier2013-02-131-5/+44
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mpu6000: support setting the DLPF filter frequencyAndrew Tridgell2013-02-081-5/+41
| * | | | drivers/mpu6000: add default product ID caseAndrew Tridgell2013-02-081-0/+3
* | | | | px4io: make uploader more reliableAndrew Tridgell2013-02-052-64/+106
|/ / / /
* | | | 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
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |