-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Brother h743 #10805
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
Brother h743 #10805
Conversation
5004b8b to
691fd39
Compare
5c41e61 to
7f09524
Compare
|
After correcting the i2c bus for the pitot and temperature sensors, the remaining issue is the camera inputs. |
|
Camera now working |
|
/analyze |
|
The |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
User description
Support for Brother Hobby H743, being handled as per the new hardware policy.
PR Type
Other
Description
This description is generated by an AI tool. It may have inaccuracies
Add support for Brother Hobby H743 flight controller
Configure dual ICM42605 IMU sensors on SPI buses
Setup 8 UART ports and I2C peripherals
Enable OSD, blackbox, and LED strip features
Diagram Walkthrough
File Walkthrough
target.h
Complete hardware configuration for H743 targetsrc/main/target/BROTHERHOBBYH743/target.h
target.c
Hardware device registration and timer setupsrc/main/target/BROTHERHOBBYH743/target.c
config.c
Target-specific configuration settingssrc/main/target/BROTHERHOBBYH743/config.c
CMakeLists.txt
CMake build configurationsrc/main/target/BROTHERHOBBYH743/CMakeLists.txt