mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-22 14:19:42 +01:00
SYNTAX: Makefile.cmd [build / clean / help] - build: builds all flight targets including uavobjects, bootloaders and firmware - clean: cleans all flight targets including bootloaders and firmware - help: this help Environment variables: - TARGETS_FW - list of target (default is all flight targets) - TARGETS_BL - list of target (default is all flight bootloader targets) - TARGET_FW_SUBDIR - subdirectory of build/ to build targets (default is .) - TARGET_BL_SUBDIR - subdirectory of build/ to build bootloaders (default is bootloaders) Example usage (from a batch file with .cmd extension): set PATH=D:\Work\OpenPilot\Apps\CodeSourcery\bin\;%PATH% set TARGETS_FW=ahrs openpilot set TARGETS_BL=%TARGETS_FW% call svn\trunk\Makefile.cmd build git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2590 ebee16cc-31ac-478f-84a7-5cbb03baadba
Description
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Languages
C
60.6%
C++
30.8%
Fortran
2.6%
Rich Text Format
1.3%
Assembly
1.2%
Other
3.1%