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

Matek F765-SE bdshot enhancement #24253

Merged
merged 1 commit into from Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/MatekF765-SE/hwdef.dat
Expand Up @@ -2,7 +2,14 @@ include ../MatekF765-Wing/hwdef.dat

undef SERIAL_ORDER
undef UART4 UART4_TX UART4_RX
undef PD0 PD1
undef PD0 PD1 PA0 PA1 PA2 PA3

# bidir on first 4 PWM

PA0 TIM2_CH1 TIM2 PWM(1) GPIO(50) BIDIR
PA1 TIM2_CH2 TIM2 PWM(2) GPIO(51)
PA2 TIM5_CH3 TIM5 PWM(3) GPIO(52) BIDIR
PA3 TIM5_CH4 TIM5 PWM(4) GPIO(53)

SERIAL_ORDER OTG1 UART7 USART1 USART2 USART3 UART8 EMPTY USART6 UART5 OTG2

Expand Down