https://github.com/betaflight/unified-targets
Target configurations for Betaflight Unified Targets
https://github.com/betaflight/unified-targets
betaflight hacktoberfest
Last synced: 9 days ago
JSON representation
Target configurations for Betaflight Unified Targets
- Host: GitHub
- URL: https://github.com/betaflight/unified-targets
- Owner: betaflight
- License: gpl-3.0
- Created: 2019-08-21T12:33:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T15:41:10.000Z (4 months ago)
- Last Synced: 2025-04-07T20:08:55.249Z (about 2 months ago)
- Topics: betaflight, hacktoberfest
- Language: Shell
- Homepage:
- Size: 2.03 MB
- Stars: 185
- Watchers: 24
- Forks: 273
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Betaflight Target Configuration Repository
> [!IMPORTANT]
>
> Unified-Targets are being sunsetted in favor of Target Configuration (config.h) files. Please see https://betaflight.com/docs/development/manufacturer/creating-configuration for creating targets in the https://github.com/betaflight/config repository.## ATTENTION
Please see the [Manufacturer Guildlines](https://betaflight.com/docs/development/manufacturer/manufacturer-design-guidelines) for hardware certification.
Manufacturers can contact us on [Discord](https://discord.betaflight.com/) to be part of our certification program.
## Manufacturer Design Guidelines
Read the [hardware specification](https://betaflight.com/docs/development/manufacturer/manufacturer-design-guidelines).
## 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.