aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
Commit message (Collapse)AuthorAgeFilesLines
* changed control index for speed controller output from 5 to 4Duncan Greer2013-05-181-2/+2
|
* Added CCPM mixerDuncan Greer2013-05-181-0/+53
|
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-05-131-0/+8
|\
| * Make it harder to run into a non-existent uORB errorLorenz Meier2013-05-131-0/+8
| |
* | Hotfix: Make the param file name less then 8 charactersLorenz Meier2013-05-135-16/+16
|/
* ROMFS wide quad mixer addition and cleanupLorenz Meier2013-05-052-0/+6
|\
| * Add the missing mixer file.Simon Wilks2013-05-021-0/+6
| |
| * Makefile correction.Simon Wilks2013-05-021-1/+1
| |
| * Added a config for quads with a wide arm config.Simon Wilks2013-05-021-1/+2
| |
* | Merged masterLorenz Meier2013-05-051-0/+107
|\ \
| * | Hotfix: Provide a FMU + IO on quad start scriptLorenz Meier2013-05-022-1/+109
| |/
* | Merge branch 'master' into export-buildpx4dev2013-04-269-319/+69
|\| | | | | | | Clean up some script trash and update scripts.
| * Update the makefile to include the new mixer config.Simon Wilks2013-04-251-0/+1
| |
| * Add a mixer file for the V quadSimon Wilks2013-04-251-0/+7
| |
* | Merge working changes into export-build branch.px4dev2013-04-2624-0/+456
| |
* | Merge branch 'master' into export-buildpx4dev2013-04-265-224/+886
|\|
| * New, fancy log conversion script by Philipp Oettershagen. Offers a few ↵Lorenz Meier2013-04-191-224/+586
| | | | | | | | convenience functions and plots more than previously
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-04-181-2/+6
| |\
| | * Play SOS if the SD card can't be mountedJulian Oes2013-04-171-2/+6
| | |
| * | Fixed startup scripts for default platforms, needs integration with wiki to ↵Lorenz Meier2013-04-182-28/+56
| |/ | | | | | | avoid similar issues
| * Improved HIL startup script, added highres HIL receive routineLorenz Meier2013-03-241-0/+11
| |
* | Merge branch 'master' into export-buildpx4dev2013-03-312-0/+71
|\|
| * Fixed copy & paste documentation liesLorenz Meier2013-03-221-3/+3
| |
| * Added startup scripts useful when running USB consoles, made MAVLink aware ↵Lorenz Meier2013-03-213-0/+73
| | | | | | | | that /dev/console is a hint for running on USB (magic strings, magic strings)
* | Merge branch 'master' into export-buildpx4dev2013-03-203-8/+8
|\|
| * Fix the CamFlyer mixerSimon Wilks2013-03-191-2/+2
| |
| * Fix signs for fixed wing control, issue resulted from consistently flipped ↵Lorenz Meier2013-03-162-8/+8
| | | | | | | | pitch response for IO and FMU
| * Mark the ROMFS as const, saves ~25KiB of RAM.px4dev2013-03-101-1/+1
| |
| * write adc values to sensors combined and log themThomas Gubler2013-03-031-2/+2
| |
* | Git zombies must die.px4dev2013-02-238-395/+0
| |
* | Back out deletion of the /etc/init.d scripts; we need these.px4dev2013-02-238-0/+395
| |
* | Add support for per-config ROMFS generation.px4dev2013-02-2326-577/+50
|/
* Removed confusing non-error message, updated start scripts to match wiki and ↵Lorenz Meier2013-02-173-77/+129
| | | | most recent SW revs
* Fixed log conversion fileLorenz Meier2013-02-161-4/+3
|
* Hotfix: Disable board detect, as it just creates noise, enable it once time ↵Lorenz Meier2013-02-132-67/+66
| | | | permits to wrap it up
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-123-1/+54
|\
| * Updated mixers for Q and X5Lorenz Meier2013-02-103-1/+54
| |
* | Improved log conversion MATLAB scriptLorenz Meier2013-02-121-26/+137
|/
* if rc.APM is installed, run itAndrew Tridgell2013-01-211-0/+10
|
* ROMFS: add support for EXTERNAL_SCRIPTSAndrew Tridgell2013-01-211-0/+4
| | | | | | this adds support for an EXTERNAL_SCRIPTS directory, to complement the EXTERNAL_APPS option. It allows external apps to install scripts in ROMFS
* Merged sdlog_buffering branchLorenz Meier2013-01-101-20/+34
|\
| * Included workaround for MacOS timestamp issueLorenz Meier2013-01-101-2/+7
| |
| * Fixed minor bug in log conversion scriptLorenz Meier2013-01-091-13/+13
| |
| * Added support for battery voltage and differential pressure to logging and ↵Lorenz Meier2013-01-091-13/+22
| | | | | | | | plot script
* | Merge branch 'master' of github.com:PX4/Firmware into fixedwingLorenz Meier2013-01-071-24/+22
|\|
| * Merge pull request #96 from sjwilks/autostart-scriptssjwilks2013-01-061-24/+22
| |\ | | | | | | Updated PX4IO autostart script.
| | * Starting GPS should probably be on by default.Simon Wilks2012-12-131-4/+4
| | |
| | * A mixer is required.Simon Wilks2012-12-101-0/+6
| | |
| | * Add logging back in.Simon Wilks2012-12-061-0/+5
| | |
| | * Updating the PX4IO rc script to the latest state.Simon Wilks2012-12-061-29/+16
| | |