add FLYCOLORF435 target#841
Merged
haslinghuis merged 7 commits intobetaflight:masterfrom Aug 16, 2025
Merged
Conversation
Contributor
WalkthroughAdds a new board configuration header for the FLYCOLORF435 defining MCU, peripherals, sensors, pin/timer/ADC/UART/SPI/I2C mappings, system clock, and default firmware feature flags for hardware support. Changes
Sequence Diagram(s)sequenceDiagram
participant Build as Firmware Build
participant Config as configs/FLYCOLORF435/config.h
participant Init as Hardware Init
Build->>Config: #include board config header
Config-->>Build: Provide macros (MCU, pins, peripherals, features)
Build->>Init: Generate/compile init code using macros
Init->>Config: Initialize hardware using provided pin/timer/peripheral definitions
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 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
🧪 Generate unit tests
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. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
haslinghuis
reviewed
Jul 23, 2025
haslinghuis
approved these changes
Jul 28, 2025
ot0tot
reviewed
Aug 1, 2025
ot0tot
reviewed
Aug 1, 2025
ot0tot
reviewed
Aug 1, 2025
ot0tot
reviewed
Aug 1, 2025
ot0tot
reviewed
Aug 1, 2025
ot0tot
reviewed
Aug 1, 2025
ot0tot
reviewed
Aug 1, 2025
blckmn
approved these changes
Aug 8, 2025
haslinghuis
reviewed
Aug 9, 2025
haslinghuis
reviewed
Aug 9, 2025
ot0tot
reviewed
Aug 10, 2025
ot0tot
reviewed
Aug 10, 2025
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
blckmn
approved these changes
Aug 11, 2025
haslinghuis
reviewed
Aug 11, 2025
This was referenced Aug 26, 2025
Closed
Merged
6 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist (✓/✕, or y/n)
Summary by CodeRabbit