aboutsummaryrefslogtreecommitdiff
path: root/makefiles/firmware.mk
Commit message (Expand)AuthorAgeFilesLines
* make parameter parser work with python3paramparsingfixesThomas Gubler2015-05-031-1/+1
* Parameter meta data is not typed to boardDon Gagne2015-04-211-1/+1
* Revert "Added ability for board specific meta data generation"Lorenz Meier2015-04-181-1/+1
* Added ability for board specific meta data generationDon Gagne2015-04-181-1/+1
* only define GIT_VERSION where it's usedDaniel Agar2015-04-181-5/+0
* Parameter xml metadata in .px4Don Gagne2014-11-181-0/+9
* update comment in makefileThomas Gubler2014-05-021-1/+1
* do not copy hidden files to ROMFSThomas Gubler2014-05-021-2/+4
* ROMFS: ignore comments and newlines in startup files, text in mixer filesJulian Oes2014-02-171-0/+4
* grab the git hash and inject it into every log file headertstellanova2013-09-061-0/+8
* Add support for adding extra files to the ROMFS from the config.px4dev2013-08-221-3/+19
* Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) int...px4dev2013-08-141-0/+1
|\
| * Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in th...px4dev2013-08-131-4/+1
| * Remove our depdenency on CONFIG_ARCH_BOARD_* coming from <nuttx/config.h>px4dev2013-08-121-0/+4
| * Add a missing module -> module makefile dependencypx4dev2013-08-031-1/+1
* | Restructure things so that the PX4 configs move out of the NuttX tree, and mo...px4dev2013-08-021-0/+5
* | Add builtin command dependency on module makefiles, since they can also creat...px4dev2013-07-111-1/+1
|/
* Hotfix: fix building firmware parallelpx4dev2013-06-061-6/+6
* Teach the PX4 build system how to handle pre-built libraries.px4dev2013-05-201-14/+62
* Hotfix: better error messages for missing modulespx4dev2013-05-131-3/+3
* HOTFIX: simplify symbol names going into the ROMFS object, hopefully this avo...px4dev2013-05-121-1/+1
* 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-111-2/+5
* whitespacepx4dev2013-05-081-1/+1
* Merge working changes into export-build branch.px4dev2013-04-261-23/+42
* Pass the module name in to the module makefile.px4dev2013-03-201-0/+1
* Add extra cleaning power.px4dev2013-03-201-2/+11
* Merge branch 'master' into export-buildpx4dev2013-03-201-0/+5
* Stick copyrights on the major moving parts of the build systempx4dev2013-02-231-0/+31
* Cosmetic tweaks to variable output.px4dev2013-02-231-7/+12
* We don't have to get fancy with builtin_commands.c now, since we put all of t...px4dev2013-02-231-13/+4
* Use indirect calls for all commands (echo, make, etc.)px4dev2013-02-231-27/+27
* APP -> MODULEpx4dev2013-02-231-86/+86
* Checkpoint: application framework makefile donepx4dev2013-02-231-61/+139
* Get a bit fancier with the builtin app specifications, so that we can generat...px4dev2013-02-231-3/+30
* platform -> boardpx4dev2013-02-231-16/+16
* Auto-generate builtin command prototypes.px4dev2013-02-231-66/+77
* Add support for per-config ROMFS generation.px4dev2013-02-231-1/+57
* Rename makefiles to help categorise them.px4dev2013-02-231-1/+1
* Simplify the PLATFORM/CONFIG handling a little.px4dev2013-02-231-1/+5
* Move upload functionality out into a separate makefile.px4dev2013-02-231-18/+6
* Move more functionality into firmware.mk. Now we build the px4 bundles in a w...px4dev2013-02-231-19/+160
* Recover commits lost in the previous merge. Syllableise PX4_BASE like its peers.px4dev2013-02-231-0/+6
* Break up the firmware build into a 'make export' phase for NuttX on a per-boa...px4dev2013-02-231-0/+71