New target: FRSKYF405#11366
Open
sensei-hacker wants to merge 1 commit intoiNavFlight:maintenance-9.xfrom
Open
Conversation
FrSky F405 flight controller based on STM32F405RGT6. Hardware: IIM-42688P gyro (SPI1), AT7456E OSD (SPI2), SD card (SPI3), SPL06 barometer (I2C1), 9 motor outputs, hardware SBUS inverter on UART2, LED strip on PA15. S7/S8 use TIM12 (PWM only, no DShot).
Member
Author
|
Testing checklist:
|
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
Add new hardware target for the FrSky F405 flight controller (STM32F405RGT6).
Hardware
Changes
src/main/target/FRSKYF405/CMakeLists.txt— STM32F405xg targetsrc/main/target/FRSKYF405/target.h— pin definitions, peripheral configurationsrc/main/target/FRSKYF405/target.c— timer/motor output definitionssrc/main/target/FRSKYF405/config.c— setsserialrx_inverted = 1for hardware SBUS inverterPin Conflicts (documented in target.h)
The board has hardware-level pin conflicts that the user must choose between:
Testing
maintenance-9.x: 614 KB flash (68.5%), 0 errors, 0 warningsCode Review
Reviewed for coding standards, DMA conflicts, and INAV target conventions — critical issues addressed before PR.
Notes
IMU_ICM42605_ALIGN) is set toCW0_DEGas a starting point; that will need to be updated