-
Notifications
You must be signed in to change notification settings - Fork 170
HUMMINGBIRD AIO 255 UART Definition Fix #831
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: ot0tot <[email protected]>
Co-authored-by: ot0tot <[email protected]>
Co-authored-by: ot0tot <[email protected]>
WalkthroughA new configuration header file for the HUMMINGBIRD_AIO255 flight controller board has been added. This file defines the MCU, board identifiers, supported sensors, peripheral pin assignments, timer mappings, communication bus instances, and default device settings for integration with the Betaflight firmware. Changes
Sequence Diagram(s)sequenceDiagram
participant Betaflight as Betaflight Firmware
participant Config as HUMMINGBIRD_AIO255 config.h
participant MCU as AT32F435G
participant Sensors as ICM42688P, Flash, OSD, etc.
Betaflight->>Config: Load board-specific macros and settings
Config->>MCU: Set target MCU and system clock
Config->>Sensors: Enable/assign sensors and peripherals (Gyro, Accelerometer, Flash, OSD)
Config->>Betaflight: Provide pin mappings, timers, bus assignments
Betaflight->>MCU: Initialize hardware according to config.h
Betaflight->>Sensors: Communicate via assigned pins/buses
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings
configs/HUMMINGBIRD_AIO255/config.h (13)
🔇 Additional comments (7)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to resolve conflicts (rebase on master)
Thank you for your reminder, I have merged the latest master branch |
UART7 has an incorrect default configuration. It should not be set to ESC telemetry by default. Please remove this default.
Summary by CodeRabbit