px4-firmware/cmake
José Roberto de Souza d82806869f cmake: AeroFC: Remove unused apps and libs (#7993)
We are running out of flash space in AeroFC so a cleanup is necessary.

Tools not used in Aero RTF, INAV, fixed wing control, vtol control and
unused libs was removed.

before
$ size build_aerofc-v1_default/src/firmware/nuttx/firmware_nuttx
   text    data     bss     dec     hex filename
 956880    3524   14608  975012   ee0a4 firmware_nuttx

after
$ size build_aerofc-v1_default/src/firmware/nuttx/firmware_nuttx
   text    data     bss     dec     hex filename
 832200    3508   14616  850324   cf994 build_aerofc-v1_default/src/firmware/nuttx/firmware_nuttx
2017-09-22 21:24:00 -04:00
..
cmake_hexagon@07168bd571 Updated to latest dspal and cmake_hexagon 2017-04-10 08:49:29 +02:00
common enable -Wlogical-op and fix bmi160 2017-09-16 21:29:52 +01:00
configs cmake: AeroFC: Remove unused apps and libs (#7993) 2017-09-22 21:24:00 -04:00
nuttx worst case analysis of stack usage (#7883) 2017-09-10 13:34:34 -04:00
posix cmake add -Wmissing-field-initializers and a few others 2017-09-16 21:29:52 +01:00
qurt cmake add -Wmissing-field-initializers and a few others 2017-09-16 21:29:52 +01:00
templates cmake: remove unneeded file build_git_version.h.in 2016-12-21 16:59:32 +01:00
test Rename mainapp to px4. 2016-07-29 11:05:01 +02:00
toolchains cmake: add ubuntu build for OcPoC hardware 2017-07-22 10:51:49 +02:00