add TBS_LUCID_H7_OEM#1110
Conversation
WalkthroughA new Betaflight board configuration header is added for the TBS_LUCID_H7_OEM target. The file specifies the STM32H743 MCU, enables SPI-connected sensors and barometer, enables SDCARD, and defines GPIO mappings for motors, servos, LEDs, UART, I2C, SPI, ADC, SDIO, and PINIO, plus timer routing, DMA/ADC options, meter defaults, user box mappings, and serial RX settings. ChangesTBS_LUCID_H7_OEM Board Configuration
🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
2a73e86 to
e24cc44
Compare
There was a problem hiding this comment.
Warning
CodeRabbit couldn't request changes on this pull request because it doesn't have sufficient GitHub permissions.
Please grant CodeRabbit Pull requests: Read and write permission and re-run the review.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@configs/TBS_LUCID_H7_OEM/config.h`:
- Around line 29-37: The macros for the IMU model are inconsistent: replace or
align the incorrect USE_ACCGYRO_ICM42686P macro so it matches the rest of the
config (USE_ACC_SPI_ICM42688P and USE_GYRO_SPI_ICM42688P) by changing
USE_ACCGYRO_ICM42686P to USE_ACCGYRO_ICM42688P, or alternatively add the
corresponding gyro macro for the 86P variant if the 86P is intentional; update
only the macro name(s) (USE_ACCGYRO_ICM42686P, USE_ACC_SPI_ICM42688P,
USE_GYRO_SPI_ICM42688P) so acc+gyro reference the same IMU model.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: b76815df-7f65-4f7c-8657-a424e9b07b1f
📒 Files selected for processing (1)
configs/TBS_LUCID_H7_OEM/config.h
Checklist (✓/✕, or y/n)
Summary by CodeRabbit