-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Support for XMC flash chip XM25QH256B #14737
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
Conversation
|
Do you want to test this code? You can flash it directly from the Betaflight App:
WARNING: It may be unstable. Use only for testing! |
WalkthroughAdds a new flash memory device entry for XMC XM25QH256B (JEDEC ID 0x206019) to the recognized device table in the flash driver, specifying 166 MHz SPI clock, 80 MHz read clock, 8192 sectors, and 16 pages per sector. No logic or control flow modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
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. Comment |
Adds support for the XM25QH256B flash chip.
I unfortunately didn't check if it was already supported before buying it for a DIY project. If you guys aren't comfortable adding support for random flash chips its fine, I can always keep building betaflight myself :)
Summary by CodeRabbit