Add new target: AEDROXH7 (Airbot Systems AEDROX H7)#11586
Open
sensei-hacker wants to merge 3 commits into
Open
Add new target: AEDROXH7 (Airbot Systems AEDROX H7)#11586sensei-hacker wants to merge 3 commits into
sensei-hacker wants to merge 3 commits into
Conversation
STM32H743 flight controller with ICM42688P gyro, W25N01G NAND flash, DPS310 baro, MAX7456 analog OSD, HD OSD via MSP DisplayPort, and 8 motor outputs split across TIM1 and TIM8. SPI3 MOSI on PB2 requires explicit GPIO_AF7_SPI3 override. Magnetometer enabled on I2C1 (hardware present, not in BF config).
PD0/PD1 connect to the CAN transceiver (CANL/CANH pads visible on board), not to a user-accessible UART4 header. Replace UART4 with USE_DRONECAN defines. CAN standby pin TBD pending INAV syntax confirmation.
Contributor
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Member
Author
|
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.
Summary
Adds INAV firmware support for the Airbot Systems AEDROX H7 flight controller (STM32H743), translated from the official Betaflight configuration.
Hardware
Default UART roles (config.c)
Notes
GPIO_AF7_SPI3override — same pattern as JHEMCUH743HDDEVHW_ICM42605; driver distinguishes via WHO_AM_I at runtimeTesting
AEDROXH7target — zero warnings, zero errorsCode Review
Reviewed with inav-code-review agent — critical issues addressed (USE_BARO_ALL, trimmed config.c includes, comment placement).