Browse Source

HAL_ChibiOS: stop defaulting relay pins to 54 and 55

this just leads to confusion
gps-1.3.1
Andrew Tridgell 4 years ago
parent
commit
bbcce717dc
  1. 4
      libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef.dat
  2. 4
      libraries/AP_HAL_ChibiOS/hwdef/fmuv3-bdshot/hwdef.dat
  3. 4
      libraries/AP_HAL_ChibiOS/hwdef/fmuv3/hwdef.dat

4
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef.dat

@ -172,10 +172,6 @@ define BOARD_PWM_COUNT_DEFAULT 4 @@ -172,10 +172,6 @@ define BOARD_PWM_COUNT_DEFAULT 4
# Pin for PWM Voltage Selection
PB4 PWM_VOLT_SEL OUTPUT HIGH GPIO(3)
# Relays default to use GPIO pins 54 and 55.
define RELAY1_PIN_DEFAULT 54
define RELAY2_PIN_DEFAULT 55
# This is the invensense data-ready pin. We don't use it in the
# default driver.
PD15 MPU_DRDY INPUT

4
libraries/AP_HAL_ChibiOS/hwdef/fmuv3-bdshot/hwdef.dat

@ -339,10 +339,6 @@ PD14 TIM4_CH3 TIM4 PWM(6) GPIO(55) NODMA @@ -339,10 +339,6 @@ PD14 TIM4_CH3 TIM4 PWM(6) GPIO(55) NODMA
define BOARD_PWM_COUNT_DEFAULT 4
# Relays default to use GPIO pins 54 and 55.
define RELAY1_PIN_DEFAULT 54
define RELAY2_PIN_DEFAULT 55
# This is the invensense data-ready pin. We don't use it in the
# default driver.
PD15 MPU_DRDY INPUT

4
libraries/AP_HAL_ChibiOS/hwdef/fmuv3/hwdef.dat

@ -339,10 +339,6 @@ PD14 TIM4_CH3 TIM4 PWM(6) GPIO(55) @@ -339,10 +339,6 @@ PD14 TIM4_CH3 TIM4 PWM(6) GPIO(55)
define BOARD_PWM_COUNT_DEFAULT 4
# Relays default to use GPIO pins 54 and 55.
define RELAY1_PIN_DEFAULT 54
define RELAY2_PIN_DEFAULT 55
# This is the invensense data-ready pin. We don't use it in the
# default driver.
PD15 MPU_DRDY INPUT

Loading…
Cancel
Save