ArduPilot Custom Firmware Builder


This site is EXPERIMENTAL

Please select the required options for the custom firmware build.

    {% for c in get_build_categories() %}
  • {{c}}
      {% for f in get_build_options(c) %}
    • {% if f.default == 1 %} {% else %} {% endif %} {{f.description}}
    • {% endfor %}
  • {% endfor %}




Created by Will Piper, Source Code.