aboutsummaryrefslogtreecommitdiff
path: root/makefiles
Commit message (Expand)AuthorAgeFilesLines
* More compile fixesLorenz Meier2013-07-161-1/+2
* Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-141-1/+2
|\
| * Merge remote-tracking branch 'upstream/master' into hott-escSimon Wilks2013-07-096-4/+5
| |\
| * | Refactoring of the hott telemetry driver and added functionality to read from...Simon Wilks2013-07-041-1/+2
* | | Add builtin command dependency on module makefiles, since they can also creat...px4dev2013-07-111-1/+1
* | | Pull v2 pieces up to build with the mergepx4dev2013-07-077-7/+1
* | | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-076-6/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-171-2/+3
| |\|
| | * Add PX4Flow board modules and corresponding ORB msgs.samuezih2013-06-141-0/+3
| | * Hotfix: Excluded sdlog app from standard build, still keeping code in place f...Lorenz Meier2013-06-131-2/+0
| * | mergedLorenz Meier2013-06-071-1/+1
| |\|
| * | MergedLorenz Meier2013-06-072-7/+11
| |\ \
| * \ \ Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-061-2/+10
| |\ \ \
| * \ \ \ MergedLorenz Meier2013-06-061-1/+3
| |\ \ \ \
| * | | | | Adjust upload target name for v1.x FMUpx4dev2013-06-021-1/+1
| * | | | | All apps compiling and linked (listed in NSH help), but not executing yetLorenz Meier2013-06-011-1/+2
| * | | | | Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-015-2/+2
* | | | | | A very slender config just for test builds.px4dev2013-07-071-0/+45
* | | | | | Merge pull request #7 from skelly/l3gd20h_supportLorenz Meier2013-07-021-1/+1
|\ \ \ \ \ \
| * | | | | | Enabled MS5611 by default on FMUv2.Sam Kelly2013-06-251-1/+1
* | | | | | | Checkpoint: interface abstraction for px4io driverpx4dev2013-06-251-0/+1
|/ / / / / /
* | | | | | Merge branch 'master' into fmuv2_bringupLorenz Meier2013-06-105-17/+40
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-06-072-7/+11
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Hotfix: fix building firmware parallelpx4dev2013-06-062-7/+11
| | | |_|/ | | |/| |
| * / | | Hotfix: Make maxoptimization configurable from the shell via MAXOPTIMIZATION=...Lorenz Meier2013-06-071-1/+1
| |/ / /
| * | / Hotfix: Disable instrumentation on IOLorenz Meier2013-06-061-2/+10
| | |/ | |/|
| * | Removed big RAM consumer (inactive filter)Lorenz Meier2013-06-061-1/+1
| * | Merge pull request #284 from limhyon/masterLorenz Meier2013-06-061-0/+1
| |\ \
| | * | Merge remote-tracking branch 'upstream/master'Hyon Lim (Retina)2013-05-282-3/+5
| | |\|
| | * | I missed to add build commandHyon Lim (Retina)2013-05-231-0/+1
| * | | Merge branch 'master' into sdlog2Anton Babushkin2013-06-012-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | Hotfix: Generate map files for modules as well for more in-depth memory-use d...px4dev2013-05-261-1/+1
| | * | Merge pull request #267 from DrTon/gpio_ledLorenz Meier2013-05-261-0/+1
| | |\ \
| | | * \ Merge branch 'master' into gpio_ledAnton Babushkin2013-05-175-33/+141
| | | |\ \
| | | * | | Merge branch 'master' into gpio_ledAnton Babushkin2013-05-091-0/+1
| * | | | | sdlog2 logger app added. New flexible log format, compatible with APM.Anton Babushkin2013-05-251-0/+1
| |/ / / /
| * | | | Hotfix: fix section attribute for the ROMFS, moving it back into .rodata wher...px4dev2013-05-231-1/+2
| * | | | Reinstate mapfile generation.px4dev2013-05-231-1/+1
| | |_|/ | |/| |
| * | | Hotfix: dependency scanning for modules was totally broken. Fix it so that ch...px4dev2013-05-231-3/+10
* | | | Merged master from main repoLorenz Meier2013-05-221-2/+6
* | | | Merge branch 'master' of github.com:cvg/Firmware_Private into fmuv2_bringupLorenz Meier2013-05-224-38/+239
|\| | |
| * | | Use the new prebuilt-library support to wrap the ARM CMSIS DSP library, and u...px4dev2013-05-201-2/+6
| * | | Teach the PX4 build system how to handle pre-built libraries.px4dev2013-05-203-36/+233
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-05-196-39/+153
|\| |
| * | Hotfix: better error messages for missing modulespx4dev2013-05-131-3/+3
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-05-134-30/+134
| |\ \
| | * | HOTFIX: simplify symbol names going into the ROMFS object, hopefully this avo...px4dev2013-05-122-1/+16
| | * | Fix ROMFS dependency scan, add a warning if ROMFS_ROOT appears to be empty.px4dev2013-05-121-7/+11
| | * | Change the way modules are built so that object paths are relative and use vp...px4dev2013-05-113-22/+107
| | |/
| * | More example fixesLorenz Meier2013-05-131-1/+1