aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* HOTFIX: simplify symbol names going into the ROMFS object, hopefully this ↵px4dev2013-05-121-2/+7
| | | | avoids inconsistent symbol naming on Windows.
* ROMFS wide quad mixer addition and cleanupLorenz Meier2013-05-051-1/+1
|\
| * archlinux compatibilityThomas Gubler2013-03-091-1/+1
| |
* | Merge working changes into export-build branch.px4dev2013-04-261-9/+28
| |
* | Add some help text.px4dev2013-03-311-0/+39
| |
* | Stick copyrights on the major moving parts of the build systempx4dev2013-02-231-0/+31
| |
* | APP -> MODULEpx4dev2013-02-231-18/+18
| | | | | | | | remove as many duplicate slashes, etc. as seems practical
* | Checkpoint: application framework makefile donepx4dev2013-02-231-1/+4
| |
* | platform -> boardpx4dev2013-02-231-15/+19
| |
* | Auto-generate builtin command prototypes.px4dev2013-02-231-23/+5
| | | | | | | | Tidy up path configuration, etc.
* | Add support for per-config ROMFS generation.px4dev2013-02-231-2/+0
| |
* | Rename makefiles to help categorise them.px4dev2013-02-231-4/+5
| |
* | Simplify the PLATFORM/CONFIG handling a little.px4dev2013-02-231-13/+6
| |
* | Move upload functionality out into a separate makefile.px4dev2013-02-231-61/+0
| |
* | Move more functionality into firmware.mk. Now we build the px4 bundles in a ↵px4dev2013-02-231-39/+26
| | | | | | | | | | | | way that will let external builders generate them too. Pass the platform define into the firmware builder.
* | Recover commits lost in the previous merge. Syllableise PX4_BASE like its peers.px4dev2013-02-231-73/+118
|/
* Less noisy build again.px4dev2013-01-111-2/+2
|
* Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-111-2/+4
|
* Force a configure before compiling in order to work around more NuttX/config ↵px4dev2013-01-021-12/+17
| | | | dependency issues.
* Don't re-run the configuration phase every time we build; NuttX will ↵px4dev2013-01-011-2/+2
| | | | re-build just about everything if you do.
* Enabled UART3, added JTAG make target for IO, removed potentially ↵Lorenz Meier2012-11-301-2/+13
| | | | problematic usleep
* Raised COM port number for windows from 18 to 32Julian Oes2012-11-271-1/+1
|
* Pull JTAG config from bootloader dirLorenz Meier2012-10-241-1/+1
|
* ftnaegeli2012-09-241-1/+5
|
* 'make clean' at the top level should 'distclean' in NuttX, as it's not ↵px4dev2012-08-181-1/+1
| | | | obvious otherwise how to get NuttX to clean out its dependencies and app configuration.
* Ensured startup of USB link, updated port ids to read fromLorenz Meier2012-08-101-1/+1
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+142