aboutsummaryrefslogtreecommitdiff
path: root/makefiles/setup.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into uavcanPavel Kirienko2014-07-081-0/+1
|\
| * Cleaning up sub modulesLorenz Meier2014-07-071-0/+1
| |
* | Initial UAVCAN integration. The library compiles successfully, CAN driver ↵Pavel Kirienko2014-05-061-0/+1
|/ | | | appears to be working properly. There is one hardcoded path in the module makefile that needs to be fixed; plus the compilation will likely fail unless arch/math.h contains log2l()
* Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-231-0/+1
|\ | | | | | | ge aborts
| * Add support for adding extra files to the ROMFS from the config.px4dev2013-08-221-0/+1
| | | | | | | | If there is an IO firmware image already built when we build the corresponding FMU ROMFS, copy it into the ROMFS. Note - due to there being no fixed build ordering, to be certain that you have the most current IO firmware, you must build the IO firmware explicitly first.
* | Moved math library to library dir, improved sensor-level HIL, cleaned up geo ↵Lorenz Meier2013-08-211-1/+3
|/ | | | / conversion libs
* Merge a path definition from the mainline.px4dev2013-08-041-0/+1
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-0/+1
| | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* Pull v2 pieces up to build with the mergepx4dev2013-07-071-1/+0
|
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-2/+2
|
* Remove some naked command invocations.px4dev2013-04-281-0/+2
|
* General app cleanup for FMULorenz Meier2013-04-281-3/+0
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-0/+1
|
* Merge working changes into export-build branch.px4dev2013-04-261-12/+22
|
* Stick copyrights on the major moving parts of the build systempx4dev2013-02-231-0/+31
|
* Cosmetic tweaks to variable output.px4dev2013-02-231-1/+0
| | | | | Comment on the need to retain the double-slash at the WORK_DIR boundary. More toolchain documentation.
* Use indirect calls for all commands (echo, make, etc.)px4dev2013-02-231-0/+4
| | | | Replace our dependency on xxd with a toolchain call, and implement the backend using objcopy evil for the default toolchain.
* APP -> MODULEpx4dev2013-02-231-10/+14
| | | | remove as many duplicate slashes, etc. as seems practical
* Checkpoint: application framework makefile donepx4dev2013-02-231-1/+1
|
* platform -> boardpx4dev2013-02-231-0/+1
|
* Auto-generate builtin command prototypes.px4dev2013-02-231-0/+42
Tidy up path configuration, etc.