aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/Firmware into airspeedLorenz Meier2013-01-242-0/+58
|\
| * perf_counter: added perf_reset() and perf_reset_all() callsAndrew Tridgell2013-01-242-0/+58
* | Implemented airspeed measurement. UntestedLorenz Meier2013-01-215-13/+20
|/
* Fixed code style for conversionsLorenz Meier2013-01-111-83/+86
* Merged sdlog_buffering branchLorenz Meier2013-01-104-1/+183
|\
| * Added support for battery voltage and differential pressure to logging and pl...Lorenz Meier2013-01-094-0/+179
* | Merge branch 'master' of github.com:PX4/Firmware into fixedwingLorenz Meier2013-01-081-2/+0
|\|
| * Merge branch 'master' of github.com:PX4/Firmware into mathlibLorenz Meier2013-01-082-40/+44
| |\
| * | Merge James's controllib bits into a separate library module.px4dev2013-01-0614-2710/+0
| * | Merge commit '8888b73e160520e5b15e168998013f4a5f6e64c0' into local/mathlibpx4dev2013-01-0614-0/+2710
| |\ \
| | * | Added control library.jgoppert2013-01-0614-0/+2710
| * | | Move the math library pieces out of systemlib into mathlibpx4dev2013-01-0623-2810/+2
| |/ /
| * | Reformat of math library with astyle.jgoppert2013-01-0618-1460/+1420
| * | Added math library to build.jgoppert2013-01-063-2/+166
| * | Added math library.jgoppert2013-01-0620-0/+2682
* | | Merge branch 'master' into fixedwingLorenz Meier2013-01-072-40/+42
|\ \ \ | | |/ | |/|
| * | Fixed minor compile errorLorenz Meier2013-01-071-0/+5
| * | Merged with masterLorenz Meier2013-01-075-395/+584
| |\|
| * | Attention: flipped the yaw direction of multirotors in order to be compatible...Julian Oes2013-01-022-41/+38
* | | The multirotor mixer return 0 instead of the number of channels, my Hex is fl...Julian Oes2012-12-312-1/+7
* | | Merge branch '#111-px4io-integrated-mixing' of github.com:PX4/Firmware into f...Lorenz Meier2012-12-311-25/+27
|\ \ \ | | |/ | |/|
| * | Rework the way we scan text for scaler definitions; something weird was going...px4dev2012-12-301-25/+27
* | | Merged IO mixing branchLorenz Meier2012-12-301-9/+28
|\| |
| * | Fix logic for handling partial buffers.px4dev2012-12-301-9/+28
* | | mergedLorenz Meier2012-12-305-0/+166
|\ \ \ | |/ / |/| |
| * | Merge branch 'fixedwing_outdoor' of github.com:PX4/Firmware into fixedwing_ou...Lorenz Meier2012-12-303-0/+55
| |\ \
| | * | Added header for common priority bandsLorenz Meier2012-12-271-0/+48
| | * | My PID integral part fixesJulian Oes2012-12-192-0/+7
| | |/
| * / Added accel magnitude check, added conversion functions for various standard ...Lorenz Meier2012-12-292-0/+111
| |/
* | Assorted compile fixes.px4dev2012-12-292-4/+4
* | whitespace/formattingpx4dev2012-12-292-16/+26
* | Factory method for a simple mixer that converts PWM/PPM values to the standar...px4dev2012-12-292-26/+118
* | Add the ability to reset a mixer group. Report the remaining buffer size from...px4dev2012-12-292-11/+23
* | Make mixer ioctls load from a memory buffer rather than a file. This is prep ...px4dev2012-12-295-401/+453
|/
* Cleaned up PI wrapping code, still subject to testingLorenz Meier2012-11-202-46/+66
* Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-152-4/+2
|\
| * Minor cleanup of param load / storeLorenz Meier2012-11-152-4/+2
* | Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-132-41/+44
|\|
| * Merge branch 'fw_control' of https://github.com/thomasgubler/FirmwareLorenz Meier2012-11-132-41/+44
| |\
| | * small code cleanupThomas Gubler2012-11-112-41/+44
* | | Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-133-6/+68
|\| |
| * | Add a new performance counter for measuring periodic/interval events.px4dev2012-11-122-6/+67
| |/
| * Fixed the number of control inputs for simple mixer. Contributed by Thomas Gu...Lorenz Meier2012-11-101-0/+1
* | Several fixes, hex flies, failsafe not really tested yetJulian Oes2012-11-111-1/+1
* | Merge branch 'master' of https://github.com/PX4/FirmwareJulian Oes2012-11-081-20/+0
|\|
| * Removed outdated docsLorenz Meier2012-11-081-20/+0
* | Got rid of the control limitation at high throttleJulian Oes2012-11-071-7/+7
* | Scale control signals with thrust for low thrustJulian Oes2012-11-061-0/+22
|/
* Merge pull request #45 from thomasgubler/master_originLorenz Meier2012-11-051-2/+2
|\
| * re-adding pid limitationThomas Gubler2012-11-051-2/+2