Commit Graph

184 Commits

Author SHA1 Message Date
Felix Ruess aaecb3f36f test_all_example_airframes: move conf.xml to backup if it exists and copy conf.xml.example 2012-02-25 15:39:59 +01:00
Bernard Davison 2bad9e6488 Avoiding trying to build </target> lines which are bad when building test_all_example_airframes 2012-02-25 10:00:18 +11:00
Bernard Davison 911eb028d5 Removing commented out old make command 2012-02-25 09:40:05 +11:00
Bernard Davison cdecc8181f Improving building of the example aircraft to build all airframe targets. 2012-02-25 09:30:17 +11:00
Piotr Esden-Tempski ac39270626 Improved the clean target for better handling of sw/ext. 2012-02-14 13:15:47 -08:00
Piotr Esden-Tempski 6bd4af45ce Merge branch 'dev' into locm3
Conflicts:
	Makefile
2012-02-14 13:06:39 -08:00
Felix Ruess 0e94dfea1d reverted the changes to not use hardcoded make, needs to be handled better than MAKE:= 2012-02-13 14:34:55 +01:00
Piotr Esden-Tempski b57d21a180 Merge branch 'dev' into locm3
Conflicts:
	Makefile
2012-02-12 22:45:59 -08:00
Bernard Davison 49992264e0 Making the test_all_example_airframes2 target exit when there is an error in the build. 2012-02-13 16:52:17 +11:00
Bernard Davison ac969a079b Finishing off the removal of hardcoded make from the make file per issue 112. 2012-02-13 15:16:03 +11:00
Bernard Davison 6c26d1eda0 Cleaning up a lot of warnings from ld about references to directories that don't exist.
Cleaning up some formatting of "warnings" that are sent to the user about what the aircraft config is.
Made it possible to use a different "make" command so it's now possible to do gnumake and everything build using gnumake instead of the make files calling "make".
2012-02-13 14:53:46 +11:00
Piotr Esden-Tempski d7d9ee60b7 Added building of libopencm3 to the master makefile. 2012-02-11 23:40:21 -08:00
Christophe De Wagter 1587f9db8f Makefile warning cleaning continued 2011-11-18 14:57:42 +01:00
Felix Ruess 3d2bbc2d3a cleanup 2011-11-18 12:44:16 +01:00
Christophe De Wagter 3403cb8478 Cleanup the cleaning progress: less cleaning errors 2011-11-18 12:33:36 +01:00
Christophe De Wagter ed6d8b839e distclean target update: remove all non-repository files. make all example airframes 2011-11-18 11:58:50 +01:00
Felix Ruess 88d8f4458e trying to make everyone happy.... no xargs -r on osx 2011-10-28 13:31:10 +02:00
Felix Ruess 0b9922c690 Call xargs with option -r (--no-run-if-empty) so that when the toolchain is not found, dirname does not complain about a missing operand 2011-10-28 11:30:18 +02:00
Felix Ruess 0369c96409 first look for compiler in /opt/paparazzi/arm-multilib then in ~/sat, try old arm-elf if arm-none-eabi not found 2011-10-18 12:01:49 +02:00
Felix Ruess d581559599 main makefile and lpcusb: also look for compiler in /opt/paparazzi/arm-multilib 2011-10-18 02:19:16 +02:00
Gautier Hattenberger e27b6fbc57 Merge remote-tracking branch 'paparazzi/dev' into abi
Conflicts:
	Makefile
	conf/autopilot/setup.makefile
	sw/tools/Makefile
2011-08-17 16:14:04 +02:00
Felix Ruess 7db5de6516 temporary fix to find maps.xml when generating files, but maps.xml should not be needed for that 2011-08-16 23:14:33 +02:00
Stephen Dwyer 003161cb28 changed dynamic google version update to use maps.xml.example, make won't fail and version won't fall back when no internet, version always updated with interet 2011-08-01 23:43:53 -06:00
Bernard Davison 159ee17e05 Changed the format of the maps config file 2011-07-28 21:24:55 -06:00
Gautier Hattenberger d60ad50641 ABI airborne middleware inspired from Ivy with test program 2011-07-08 18:54:09 +02:00
Martin Mueller 8d5b71ede7 add Mediatek MT3329 DIYDrones 1.4/1.6 GPS receiver support, needs testing 2011-06-26 13:10:43 +02:00
Bernard Davison 8e327bfe96 Now creating conf/maps_data/maps.conf which could be read with something like http://docs.camlcity.org/docs/godipkg/3.11/godi-missinglib/lib/ocaml/pkg-lib/missinglib/configParser.mli 2011-06-19 16:02:15 +02:00
Bernard Davison 028ce2c7a0 Making the pulling of the google version part of the make process 2011-06-19 16:02:14 +02:00
Bernard Davison 161d758ec0 Getting google maps version dynamically and writing it to conf/maps_data/version 2011-06-19 16:02:14 +02:00
Felix Ruess a935c23572 added weather station from Andreas Gaeb 2011-04-12 00:25:00 +02:00
Felix Ruess e6241768b3 fix top level makefile when testing for ARMGCC to build usb_lib, thx Olri 2011-04-11 20:49:13 +02:00
Bernard Davison 8333bf97aa Updated the distclean (dist_clean) target to remove the conf/srtm_data directory 2011-02-02 10:15:32 +11:00
Bernard Davison 78507bbb3f Added make file commands so it's possible to 'build' and SRTM object from the command like. i.e. make N15W088.hgt.zip 2011-02-01 11:31:16 +11:00
Felix Ruess ab8efe7b18 update example aircrafts in conf and test_all_example_airframes 2011-01-20 01:17:34 +01:00
Bernard Davison 8117e93683 Changed paparazzi and sw/simulator/launchsitl to be build from source files with are modified. This removes the need to have a paparazzi.osx which only has different paths to ocamlrun and ocaml 2011-01-18 15:43:33 +11:00
Christophe De Wagter 576a9d23d5 make cleanspaces 2010-12-15 14:39:48 +01:00
Piotr Esden-Tempski 424e1d8f29 Makefiles now searching for arm-none-eabi-gcc in path not assuming it's position in /usr/local for libusb. 2010-11-27 22:31:39 +01:00
Felix Ruess 8d02fa05f8 removed old booz generation of radio_control ppm 2010-10-27 14:56:13 +00:00
Felix Ruess 03a9ab6fc0 moved arm7 directory to arch/lpc21 and set most makefiles accordingly 2010-09-22 23:23:55 +00:00
Felix Ruess df2c7308ab tell emacs about makefiles and little cleanup 2010-09-21 22:49:33 +00:00
Allen Ibara 14db68b6f1 tmtc dependns on cockpit (see settings.cmo rule, tmtc/Makefile line 161) 2010-09-15 03:51:49 +00:00
Allen Ibara 3337dc794b use msg2.h and dl2.h tmp filenames in build to avoid clash with msg.h and dl.h during parallel build 2010-09-15 03:15:08 +00:00
Allen Ibara 73c3a9950b make sim_static depend on lib, make generated header files (messages[2],ubx_protocol,xsens_protocol,dl_protorol[2] depend on tools -- helps for parallel make 2010-09-14 22:26:38 +00:00
Gautier Hattenberger 5ff9cd199a generating dl_protocal2.h based on the using gen_messages2 2010-09-06 15:37:40 +00:00
Allen Ibara 9086c30c7b Add gen_messages2.ml to generate messages2.h using static inline instead of #define 2010-07-22 19:56:08 +00:00
Allen Ibara 16a09cfa2d remove unused MESSAGES_FBW_H variable from makefile 2010-07-22 19:01:58 +00:00
Allen Ibara f33884d653 Update makefile 2010-03-25 07:00:24 +00:00
Antoine Drouin a71a929675 added rule to flash bootloader via JTAG for lpc2148. This is in the wrong location should rather be in Makefile.lpc21 2010-02-01 10:11:24 +00:00
Antoine Drouin fa2d6026e6 big files move/rename
replaced CONFIG with BOARD_CONFIG
removed booz_geometry_xxxx (now replaced by math/pprz_trig_int and math/pprz_algebra_xxx )
moved booz/arm7 to booz/arch/lpc21 and booz/stm32 to booz/arch/stm32
2009-07-18 18:22:45 +00:00
Pascal Brisset 14623f00f9 - default debian DISTRO changed from etch to lenny 2009-07-03 13:27:36 +00:00