Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KakuteF4: Add BRD_ALT_CONFIG for serial RC_INPUT #26975

Closed
wants to merge 11 commits into from
5 changes: 4 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/KakuteF4/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ SERIAL_ORDER OTG1 USART6 USART1 UART4 UART5 USART3
PB11 TIM2_CH4 TIM2 RCININT PULLDOWN LOW
PB10 USART3_TX USART3

# alternative
PB11 USART3_RX USART3 ALT(1)

# SBUS inversion control pin, active high
PB15 USART3_RXINV OUTPUT LOW GPIO(78) POL(1)
PB15 USART3_RXINV OUTPUT LOW GPIO(78) POL(0)

# for FrSky S.PORT. Has builtin inverters and diode to combine
# RX and TX onto the one pin
Expand Down
Loading