aboutsummaryrefslogtreecommitdiff
path: root/makefiles
Commit message (Collapse)AuthorAgeFilesLines
* Hotfix: Generate map files for modules as well for more in-depth memory-use ↵px4dev2013-05-261-1/+1
| | | | debugging.
* Merge pull request #267 from DrTon/gpio_ledLorenz Meier2013-05-261-0/+1
|\ | | | | gpio_led app added: drive LEDs by GPIO_EXT1 pin of PX4FMU
| * Merge branch 'master' into gpio_ledAnton Babushkin2013-05-175-33/+141
| |\
| * | Merge branch 'master' into gpio_ledAnton Babushkin2013-05-091-0/+1
| | |
* | | Hotfix: fix section attribute for the ROMFS, moving it back into .rodata ↵px4dev2013-05-231-1/+2
| | | | | | | | | | | | where it belongs.
* | | Reinstate mapfile generation.px4dev2013-05-231-1/+1
| | |
* | | Hotfix: dependency scanning for modules was totally broken. Fix it so that ↵px4dev2013-05-231-3/+10
| | | | | | | | | | | | changes to depended headers correctly cause modules to be rebuilt.
* | | Use the new prebuilt-library support to wrap the ARM CMSIS DSP library, and ↵px4dev2013-05-201-2/+6
| | | | | | | | | | | | update to the version shipped with CMSIS 3.0 r3p2
* | | Teach the PX4 build system how to handle pre-built libraries.px4dev2013-05-203-36/+233
| |/ |/|
* | 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 ↵px4dev2013-05-122-1/+16
| | | | | | | | | | | | avoids inconsistent symbol naming on Windows.
| * | 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 ↵px4dev2013-05-113-22/+107
| |/ | | | | | | | | | | vpath for locating sources (so source paths are also shorter). Add some basic documentation for the build system files while we're at it.
* | More example fixesLorenz Meier2013-05-131-1/+1
| |
* | Added fixed wing controller exampleLorenz Meier2013-05-121-0/+4
|/
* Merged ETS airspeed driverLorenz Meier2013-05-091-0/+1
|
* Merged with masterLorenz Meier2013-05-091-0/+1
|
* Merge branch 'export-build' of github.com:PX4/Firmware into export-buildLorenz Meier2013-05-091-1/+1
|\
| * whitespacepx4dev2013-05-081-1/+1
| |
* | Enabled leds on FMU againLorenz Meier2013-05-091-0/+1
|/
* Remove EXTRAFLAGS compatibility hack.px4dev2013-05-051-8/+0
|
* Obsolete bogus EXTRAFLAGS, add language-specific flags overrides.px4dev2013-05-051-5/+18
|
* Moved BLCTRL driver to new worldLorenz Meier2013-05-051-0/+1
|
* build: allow additional flags to be passed via EXTRAFLAGSAndrew Tridgell2013-05-041-3/+3
| | | | this allows for flags needed for the APM build
* build: allow absolute paths for module sourcesAndrew Tridgell2013-05-041-1/+1
|
* Remove some naked command invocations.px4dev2013-04-283-6/+11
|
* General app cleanup for FMULorenz Meier2013-04-282-6/+1
|
* Excluded examples from default buildLorenz Meier2013-04-281-4/+4
|
* Cleaned up NuttX appconfig, added examples to configLorenz Meier2013-04-281-0/+11
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-283-1/+18
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-283-4/+10
|
* Moved multirotor controllersLorenz Meier2013-04-271-5/+3
|
* Moved all fixed wing controllers to new worldLorenz Meier2013-04-271-0/+7
|
* Moved James Gopperts EKF to the new worldLorenz Meier2013-04-271-1/+1
|
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-271-8/+9
|
* Minor config file rearrangementLorenz Meier2013-04-271-2/+2
|
* Moved sensors app to new worldLorenz Meier2013-04-271-2/+1
|
* Moved position_estimator_mc, px4io driver and sdlog app to new style buildLorenz Meier2013-04-271-5/+10
|
* Moved all system commands to the new worldLorenz Meier2013-04-271-11/+11
|
* Cut over MAVLink to new build systemLorenz Meier2013-04-271-2/+2
|
* Move the 'tests' app to the new world.px4dev2013-04-261-1/+5
|
* Merge working changes into export-build branch.px4dev2013-04-269-56/+123
|
* Pass the module name in to the module makefile.px4dev2013-03-202-10/+18
| | | | Refer to the module command name with MODULE_COMMAND to avoid confusion with the module's actual name.
* Add extra cleaning power.px4dev2013-03-201-2/+11
|
* Merge branch 'master' into export-buildpx4dev2013-03-201-0/+5
|
* Add builtin command defintions for the commands currently in the NuttX ↵px4dev2013-02-231-7/+52
| | | | export archive.
* Stick copyrights on the major moving parts of the build systempx4dev2013-02-235-0/+155
|
* Cosmetic tweaks to variable output.px4dev2013-02-235-44/+79
| | | | | Comment on the need to retain the double-slash at the WORK_DIR boundary. More toolchain documentation.
* We don't have to get fancy with builtin_commands.c now, since we put all of ↵px4dev2013-02-231-13/+4
| | | | the object files into the link loop (ordering is less important now)