aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add top to test buildLorenz Meier2015-02-111-8/+2
* Add param cmd to test configLorenz Meier2015-02-111-1/+1
* Aerocore: CMD argsLorenz Meier2015-02-111-0/+2
* FMUv1: CMD argsLorenz Meier2015-02-111-2/+2
* PX4IOv2: Modernize configLorenz Meier2015-02-112-493/+926
* PX4IOv1: Modernize configLorenz Meier2015-02-112-4/+11
* Modernize FMUv2 config (using the upstream NuttX config)Lorenz Meier2015-02-116-314/+677
* Modernize FMUv1 configLorenz Meier2015-02-112-24/+153
* Modernize aerocore configLorenz Meier2015-02-112-6/+6
* Aerocore: update driver APILorenz Meier2015-02-112-6/+6
* FMUv2: Update driver APILorenz Meier2015-02-112-27/+17
* FMUv1: Update driver APILorenz Meier2015-02-112-43/+16
* Add Kconfig file for FMUv2Lorenz Meier2015-02-111-0/+4
* FMUv2: Update windows toolchainLorenz Meier2015-02-111-8/+4
* IO driver serial layer: Update syslog APILorenz Meier2015-02-111-4/+4
* ESC calib and PWM system commands: Remove spurious, unneeded headersLorenz Meier2015-02-112-7/+0
* tone alarm: Update syslog APILorenz Meier2015-02-111-1/+1
* SBUS on IO: Use new debug APILorenz Meier2015-02-111-3/+1
* PX4IO: Update syslog APILorenz Meier2015-02-111-3/+3
* SPI Dev: Update header locationLorenz Meier2015-02-111-1/+1
* tests: remove spurious, unneeded headerLorenz Meier2015-02-116-12/+0
* MTD: Update header locationsLorenz Meier2015-02-112-3/+3
* Updated NuttX versionLorenz Meier2015-02-111-0/+0
* Updated MAVLink versionLorenz Meier2015-02-101-0/+0
* Get secondary mag to work, but only if internalLorenz Meier2015-02-101-0/+20
* AttPosEKF: Fix error_count comparisonJohan Jansen2015-02-101-3/+3
* lsm303d: Fix memory initialization and error_count not setJohan Jansen2015-02-101-0/+2
* Delete stream name in same thread as where its createdLorenz Meier2015-02-101-1/+2
* Remove sleeps from USB config as these are really not neededLorenz Meier2015-02-101-11/+2
* mavlink app: Only stop sending if really no more space is available.Lorenz Meier2015-02-101-8/+7
* multiplatform mc pos control: Allow enough frame sizeLorenz Meier2015-02-101-2/+2
* Merge pull request #1763 from PX4/ros_paramapiLorenz Meier2015-02-1013-262/+318
|\
| * get rid of lots of multiplatform macros, oh yeahThomas Gubler2015-02-081-72/+2
| * mixer node: do not use macrosThomas Gubler2015-02-081-4/+4
| * mc pos ctrl multiplatform use new param apiThomas Gubler2015-02-083-79/+66
| * mc att ctrl multiplatform use new param apiThomas Gubler2015-02-082-87/+67
| * add missing __EXPORTThomas Gubler2015-02-081-1/+1
| * param api: run fix code style scriptThomas Gubler2015-02-081-0/+1
| * param api: load param value correctlyThomas Gubler2015-02-081-0/+3
| * fix commentsThomas Gubler2015-02-082-3/+3
| * add param api also for firmware buildsThomas Gubler2015-02-081-3/+37
| * make subscriber example use the new param apiThomas Gubler2015-02-082-17/+14
| * add px4 parameter api class (with ros implementation)Thomas Gubler2015-02-082-0/+124
| * ros launch files: package has a new nameThomas Gubler2015-02-085-5/+5
* | param tool: Fix code styleLorenz Meier2015-02-101-9/+13
* | added actual tests and fixed reset-exclude funtctionAndreas Antener2015-02-102-8/+111
* | setting parameters at runtime to get rid of the designated union initializerAndreas Antener2015-02-102-15/+30
* | removed old stubAndreas Antener2015-02-101-37/+0
* | added unit test directive to switch out parameter storageAndreas Antener2015-02-104-27/+45
* | hard-code parameter array for verificationAndreas Antener2015-02-104-11/+14