Skip to content

Target configurations for Betaflight Unified Targets

License

Notifications You must be signed in to change notification settings

betaflight/unified-targets

This branch is 2 commits ahead of, 55 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9da4f28 · Feb 28, 2024
Jan 4, 2024
Feb 28, 2024
Oct 1, 2019
Dec 3, 2019
Mar 8, 2020
Jan 21, 2023
Aug 21, 2019
Aug 8, 2021
Jan 11, 2024
Jan 29, 2023
Aug 8, 2021
Nov 13, 2022

Repository files navigation

Betaflight Target Configuration Repository

ATTENTION

Instructions have been updated as Betaflight requires certification as we are migrating to a new build API.

Manufacturers can contact us on Discord to be part of our certification program.

Manufacturer Design Guidelines

Read the hardware specification.

Build API

All targets need to include #defines for drivers to be included for hardware drivers, including accelerometer, gyro and OSD chip (if present).

Note that hardware such as barometer and magnetometer, even if on the hardware, can be activated by the user select MAG or BARO in the configurator, and the system will load all the drivers.

Please describe in comments what hardware is on the actual board, to assist in future endeavours in managing the cloud build system.

Please update all existing targets. See instructions below for more details.

Betaflight will include a certified flag as new hardware specification requirements will be in place to improve quality. Documentation with more detailed guidelines will be provided on further notice.

Instructions

Please follow these instructions to create and publish a Target configuration.