-
Notifications
You must be signed in to change notification settings - Fork 161
Add new target EMAX_F722 #704
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
Please review the manufacturer design guidelines: https://betaflight.com/docs/development/manufacturer/manufacturer-design-guidelines and submit the schematic for review on the Discord. Note that per the announcement made on 12/3/24, F7 FCs now support a maximum of 4 motor outputs. |
Whether the led pin can be approved after the change |
Yes, should be ok. Have you made the other changes requested on the Discord? |
Yes, we have made changes |
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
What other information do we need to provide to pass f722 |
Can you post the updated schematic in the Discord? |
sure |
Updated schematic does not follow the manufacturer design guidelines or the connector standard. Feedback provided in the Discord. |
WalkthroughA new configuration header file for the EMAX F722 flight controller board has been introduced. This file defines the MCU type, board identifiers, enables specific sensors and peripherals, assigns GPIO pins, sets up timer mappings, and specifies default hardware instances and settings for various onboard components. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Firmware
participant EMAX_F722 Board
User->>Firmware: Build for EMAX_F722 target
Firmware->>EMAX_F722 Board: Apply config.h settings
EMAX_F722 Board-->>Firmware: Board initialized with defined sensors, peripherals, and pin mappings
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ 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
|
add new target EMAX_F722
Summary by CodeRabbit