Skip to content

Self-learning aviation software

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Hoeze/IntelliFlight

 
 

Repository files navigation

Usage

  1. Initialize submodules:
git submodule update --init --recursive
  1. Make LibOpenCM3
cd libopencm3/
make
  1. Building:
mkdir build
cd build

cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-toolchain.cmake ../

make

Contributors

Many thanks to David Mak and waicool20 for donating their cmake build system to this project!

License

This project is licensed under GPLv3 - see COPYING for details.

libopencm3 is licensed under LGPLv3.

About

Self-learning aviation software

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.9%
  • CMake 26.8%
  • C 14.8%
  • Shell 2.5%