mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_HAL_ChibiOS: add KakuteH7-bdshot target
This commit is contained in:
parent
b805f91b18
commit
147e07a29a
@ -0,0 +1 @@
|
||||
include ../KakuteH7/hwdef-bl.dat
|
18
libraries/AP_HAL_ChibiOS/hwdef/KakuteH7-bdshot/hwdef.dat
Normal file
18
libraries/AP_HAL_ChibiOS/hwdef/KakuteH7-bdshot/hwdef.dat
Normal file
@ -0,0 +1,18 @@
|
||||
# Bi-directional dshot version of KakuteH7
|
||||
|
||||
include ../KakuteH7/hwdef.dat
|
||||
|
||||
undef PB0 PB1 PB3 PB10 PC7
|
||||
|
||||
# Must use USART6 for RCIN rather than RCINT as timer needed for bi-dir dshot
|
||||
PC7 USART6_RX USART6 NODMA
|
||||
|
||||
define HAL_SERIAL6_PROTOCOL SerialProtocol_RCIN
|
||||
define HAL_SERIAL6_BAUD 115
|
||||
define HAL_SERIAL7_PROTOCOL SerialProtocol_ESCTelemetry
|
||||
define HAL_SERIAL7_BAUD 115
|
||||
|
||||
PB0 TIM3_CH3 TIM3 PWM(1) GPIO(50) BIDIR
|
||||
PB1 TIM3_CH4 TIM3 PWM(2) GPIO(51)
|
||||
PB3 TIM2_CH2 TIM2 PWM(3) GPIO(52) BIDIR
|
||||
PB10 TIM2_CH3 TIM2 PWM(4) GPIO(53) BIDIR
|
Loading…
Reference in New Issue
Block a user