-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New target BROTHERHOBBYF405V3 #11034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New target BROTHERHOBBYF405V3 #11034
Conversation
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
User description
New target BROTHERHOBBY F405 V3
PR Type
Other
Description
This description is generated by an AI tool. It may have inaccuracies
Add new flight controller target BROTHERHOBBYF405V3
Configure ICM42605 gyro, MAX7456 OSD, W25N01G flash
Setup 6 UARTs, I2C sensors, ADC channels
Define 9 PWM outputs with LED strip support
Diagram Walkthrough
File Walkthrough
target.h
Hardware configuration and pin definitionssrc/main/target/BROTHERHOBBYF405V3/target.h
target.c
Timer and SPI device registrationsrc/main/target/BROTHERHOBBYF405V3/target.c
config.c
Target-specific configuration settingssrc/main/target/BROTHERHOBBYF405V3/config.c
CMakeLists.txt
CMake build configurationsrc/main/target/BROTHERHOBBYF405V3/CMakeLists.txt