New target: SPEDIXH743#11567
Open
sensei-hacker wants to merge 1 commit into
Open
Conversation
STM32H743 based FC with dual ICM42688P gyros on SPI1/SPI4, MAX7456 OSD on SPI2, M25P16 flash on SPI3, BMP280/DPS310 baro on I2C1, 8 motors (TIM1x4, TIM8x2, TIM3x2), 8 UARTs, and PINIO for VTX and camera switching.
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? |
|
Test firmware build ready — commit Download firmware for PR #11567 1 targets built. Find your board's
|
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 a new target for the Spedix H743, an STM32H743-based flight controller with dual ICM42688P gyros.
Hardware
Changes
src/main/target/SPEDIXH743/target.h— pin definitions, feature enables, UART/SPI/I2C/ADC configsrc/main/target/SPEDIXH743/target.c— timer hardware table, BUSDEV SPI registrations for both gyrossrc/main/target/SPEDIXH743/config.c— PINIO box assignments (USER1/USER2)src/main/target/SPEDIXH743/CMakeLists.txt— build system registrationNotes
DEVHW_ICM42605(the ICM42605 driver is compatible with the ICM42688P)NONEirqPin) viaUSE_TARGET_IMU_HARDWARE_DESCRIPTORSTesting
maintenance-9.xwith zero warningsCode Review
Reviewed prior to PR — no critical issues. Dead
CAMERA_CONTROL_PINdefine (Betaflight-ism not used in INAV) was caught and removed during review.Documentation
No end-user documentation needed for a new target.