Pavel Kirienko
|
56649bd10a
|
Merge branch 'master' into uavcan
|
2014-07-08 19:51:19 +04:00 |
Don Gagne
|
680ebf29c3
|
Fix compiler warnings
|
2014-07-07 15:11:46 -07:00 |
Lorenz Meier
|
1492323f03
|
Merged master into uavcan
|
2014-07-06 15:47:34 +02:00 |
Lorenz Meier
|
e710e2a2d1
|
Allow any GCC 4.7 subversion
|
2014-05-23 12:38:29 +02:00 |
Julian Oes
|
04a25fcf14
|
makefiles: check for correct arm-none-eabi-gcc version
|
2014-05-22 13:58:12 +02:00 |
Pavel Kirienko
|
7813566e66
|
Initial UAVCAN integration. The library compiles successfully, CAN driver 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()
|
2014-05-06 19:30:45 +04:00 |
Lorenz Meier
|
eb520e7dcd
|
Merge pull request #849 from PX4/compile_pedantic
Compile pedantic
|
2014-04-26 12:22:13 +02:00 |
Julian Oes
|
dcf1dbb7f4
|
warnings: don't spam with warning for missing field initializer
|
2014-04-26 11:48:43 +02:00 |
Lorenz Meier
|
27755806d5
|
More pedantic warnings
|
2014-04-21 21:30:57 +02:00 |
Lorenz Meier
|
ba4f881f80
|
Do not require suffixed constants
|
2014-01-05 01:49:54 +01:00 |
px4dev
|
56d355414c
|
Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in the toolchain configuration.
|
2013-08-13 00:34:11 -07:00 |
Lorenz Meier
|
66879e6ff6
|
Hotfix: Make maxoptimization configurable from the shell via MAXOPTIMIZATION=-O0 V=1 make archives
|
2013-06-07 21:16:31 +02:00 |
Lorenz Meier
|
2aa16dc447
|
Hotfix: Disable instrumentation on IO
|
2013-06-06 19:12:10 +02:00 |
px4dev
|
eab01a2efd
|
Hotfix: Generate map files for modules as well for more in-depth memory-use debugging.
|
2013-05-26 20:51:20 +02:00 |
px4dev
|
f30695e1df
|
Hotfix: fix section attribute for the ROMFS, moving it back into .rodata where it belongs.
|
2013-05-23 23:58:59 +02:00 |
px4dev
|
318d2baba0
|
Reinstate mapfile generation.
|
2013-05-23 23:58:25 +02:00 |
px4dev
|
edb0e01dfd
|
HOTFIX: simplify symbol names going into the ROMFS object, hopefully this avoids inconsistent symbol naming on Windows.
|
2013-05-12 14:04:57 -07:00 |
px4dev
|
3b65281f00
|
Remove EXTRAFLAGS compatibility hack.
|
2013-05-05 17:19:23 -07:00 |
px4dev
|
3bf26ac51f
|
Obsolete bogus EXTRAFLAGS, add language-specific flags overrides.
|
2013-05-05 16:48:05 -07:00 |
Andrew Tridgell
|
aa9275c29c
|
build: allow additional flags to be passed via EXTRAFLAGS
this allows for flags needed for the APM build
|
2013-05-04 11:44:38 +10:00 |
px4dev
|
01e427b17c
|
Merge working changes into export-build branch.
|
2013-04-26 16:14:32 -07:00 |
px4dev
|
b6218794c6
|
Stick copyrights on the major moving parts of the build system
|
2013-02-23 22:01:00 -08:00 |
px4dev
|
ddc405935e
|
Cosmetic tweaks to variable output.
Comment on the need to retain the double-slash at the WORK_DIR boundary.
More toolchain documentation.
|
2013-02-23 22:01:00 -08:00 |
px4dev
|
6b215be739
|
Use indirect calls for all commands (echo, make, etc.)
Replace our dependency on xxd with a toolchain call, and implement the backend using objcopy evil for the default toolchain.
|
2013-02-23 22:01:00 -08:00 |
px4dev
|
d24599931a
|
APP -> MODULE
remove as many duplicate slashes, etc. as seems practical
|
2013-02-23 22:01:00 -08:00 |
px4dev
|
8d7621079a
|
Checkpoint: application framework makefile done
|
2013-02-23 22:00:59 -08:00 |
px4dev
|
abe48bd714
|
Auto-generate builtin command prototypes.
Tidy up path configuration, etc.
|
2013-02-23 22:00:59 -08:00 |
px4dev
|
963621c1f3
|
Rename makefiles to help categorise them.
|
2013-02-23 22:00:59 -08:00 |