aboutsummaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-01107-19612/+0
* General app cleanup for FMULorenz Meier2013-04-281-1/+0
* Cleaned up NuttX appconfig, added examples to configLorenz Meier2013-04-286-452/+0
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-282-147/+0
* Moved all fixed wing controllers to new worldLorenz Meier2013-04-273-281/+0
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-275-1161/+0
* Merge branch 'master' into export-buildpx4dev2013-04-261-0/+2
|\
| * HIL bugfixingLorenz Meier2013-04-251-0/+2
* | Should never have been here.px4dev2013-03-311-0/+0
* | Merge branch 'master' into export-buildpx4dev2013-03-314-10/+31
|\|
| * Fix gyro measurement noise varianceLorenz Meier2013-03-281-2/+1
| * Added pressure alt measurement to kalman demo.jgoppert2013-03-183-8/+18
| * Fixed a comment.jgoppert2013-03-181-1/+1
| * Fixed PID roc2Thr param names/ added them to controldemo.jgoppert2013-03-181-1/+8
| * Added seatbelt fixedwing controller.jgoppert2013-03-181-0/+5
* | Merge branch 'master' into export-buildpx4dev2013-03-202-6/+2
|\|
| * Moved trim for fixed wing to standard trim values, can now be calibrated via RCLorenz Meier2013-03-141-4/+0
| * Removed 1 Hz outputLorenz Meier2013-02-241-2/+2
* | Switch to optimising some things for size rather than speed.px4dev2013-02-231-0/+2
|/
* Merge pull request #203 from PX4/debug_exampleLorenz Meier2013-02-202-0/+116
|\
| * Added additional exampleLorenz Meier2013-01-242-0/+116
* | Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-1712-40/+86
|\ \
| * \ Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-0612-40/+86
| |\ \ | | |/ | |/|
| | * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2825-68/+68
| | * Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-2/+2
| | * Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-251-9/+9
| | * Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
| | * apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-245-5/+66
* | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-161-12/+12
|\ \ \
| * \ \ Merge pull request #195 from PX4/gpsLorenz Meier2013-02-151-11/+12
| |\ \ \
| | * | | Changed gps position topic mostly to SI units and float, removed counters and...Julian Oes2013-02-061-11/+12
| | |/ /
| * | | Merge remote-tracking branch 'upstream/master' into attitude_filter_improvementJulian Oes2013-01-3028-81/+1597
| |\| |
| * | | Better attitude filter, not sensitive to sudden accelerationsLorenz Meier2013-01-211-1/+0
* | | | Fixed default airspeed for fixed wing control appLorenz Meier2013-02-161-3/+3
| |/ / |/| |
* | | Merge Nuttx r5554px4dev2013-01-231-0/+38
|\ \ \ | | |/ | |/|
| * | Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-232-1/+122
| * | Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-1/+1
| * | NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+38
* | | Merge pull request #183 from PX4/nuttx-merge-5527px4dev2013-01-2327-81/+1559
|\ \ \ | |_|/ |/| |
| * | Some gentle massaging to get things building again.px4dev2013-01-171-9/+15
| * | Merge NuttX r5527px4dev2013-01-1727-78/+1550
| |\|
| | * Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-172-2/+2
| | * convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-163-7/+5
| | * Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-14/+0
| | * Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-134-18/+305
| | * Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-1/+6
| | * Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+58
| | * Fix an error handling bug in the fread logicpatacongo2013-01-113-15/+44
| | * Various changes while debugging posix_spawnpatacongo2013-01-118-35/+283
| | * Fix problem with initialization of file actionspatacongo2013-01-101-0/+4