aboutsummaryrefslogtreecommitdiff
path: root/makefiles/toolchain_gnu-arm-eabi.mk
Commit message (Collapse)AuthorAgeFilesLines
* Allow any GCC 4.7 subversionLorenz Meier2014-05-231-3/+3
|
* makefiles: check for correct arm-none-eabi-gcc versionJulian Oes2014-05-221-2/+12
|
* Merge pull request #849 from PX4/compile_pedanticLorenz Meier2014-04-261-1/+5
|\ | | | | Compile pedantic
| * More pedantic warningsLorenz Meier2014-04-211-1/+5
| |
* | warnings: don't spam with warning for missing field initializerJulian Oes2014-04-261-2/+3
|/
* Do not require suffixed constantsLorenz Meier2014-01-051-2/+1
|
* Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in ↵px4dev2013-08-131-0/+7
| | | | the toolchain configuration.
* Hotfix: Make maxoptimization configurable from the shell via ↵Lorenz Meier2013-06-071-1/+1
| | | | MAXOPTIMIZATION=-O0 V=1 make archives
* Hotfix: Disable instrumentation on IOLorenz Meier2013-06-061-2/+10
|
* Hotfix: Generate map files for modules as well for more in-depth memory-use ↵px4dev2013-05-261-1/+1
| | | | debugging.
* 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: simplify symbol names going into the ROMFS object, hopefully this ↵px4dev2013-05-121-0/+15
| | | | avoids inconsistent symbol naming on Windows.
* Remove EXTRAFLAGS compatibility hack.px4dev2013-05-051-8/+0
|
* Obsolete bogus EXTRAFLAGS, add language-specific flags overrides.px4dev2013-05-051-5/+18
|
* build: allow additional flags to be passed via EXTRAFLAGSAndrew Tridgell2013-05-041-3/+3
| | | | this allows for flags needed for the APM build
* Merge working changes into export-build branch.px4dev2013-04-261-0/+1
|
* Stick copyrights on the major moving parts of the build systempx4dev2013-02-231-0/+31
|
* Cosmetic tweaks to variable output.px4dev2013-02-231-30/+54
| | | | | 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-18/+43
| | | | Replace our dependency on xxd with a toolchain call, and implement the backend using objcopy evil for the default toolchain.
* APP -> MODULEpx4dev2013-02-231-3/+4
| | | | remove as many duplicate slashes, etc. as seems practical
* Checkpoint: application framework makefile donepx4dev2013-02-231-8/+9
|
* Auto-generate builtin command prototypes.px4dev2013-02-231-3/+6
| | | | Tidy up path configuration, etc.
* Rename makefiles to help categorise them.px4dev2013-02-231-0/+179