-
Notifications
You must be signed in to change notification settings - Fork 205
add FLYCOLORF435 target #841
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
add FLYCOLORF435 target #841
Conversation
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
|
Co-authored-by: Mark Haslinghuis <[email protected]>
Co-authored-by: ot0tot <[email protected]>
Checklist (✓/✕, or y/n)
Summary by CodeRabbit