New target: FRSKYF405#11366
Open
sensei-hacker wants to merge 3 commits intoiNavFlight:maintenance-9.xfrom
Open
New target: FRSKYF405#11366sensei-hacker wants to merge 3 commits intoiNavFlight:maintenance-9.xfrom
sensei-hacker wants to merge 3 commits intoiNavFlight:maintenance-9.xfrom
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:
|
- Fix UART5_RX: PD12 → PD2 (only valid pin for UART5_RX on STM32F405) - Move SPI3 to PB3/PB4/PB5, freeing PC10/PC11/PC12 for UART3 and UART5_TX - Move UART3 to PC10/PC11 (was conflicting with I2C2 on PB10/PB11) - Fix UART4_RX: PC5 → PA1 (PC5 is shared with RSSI ADC) - Re-enable I2C2 on PB10/PB11 (now free after UART3 move) - Add TARGET_IO_PORTD for PD2 (UART5_RX) - Update SERIAL_PORT_COUNT to 7 (includes UART5) - Remove config.c: UART2 has both standard and hardware-inverted SBUS pads
7234b3f to
623fe7a
Compare
|
Test firmware build ready — commit Download firmware for PR #11366 224 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
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:
Notes