Browse Source

hwdef: disable power reset on peripheral line

master
bugobliterator 3 years ago committed by Peter Barker
parent
commit
fce49232b2
  1. 1
      libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef-bl.inc
  2. 2
      libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef.inc

1
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef-bl.inc

@ -57,3 +57,4 @@ PD10 FRAM_CS CS SPEED_VERYLOW @@ -57,3 +57,4 @@ PD10 FRAM_CS CS SPEED_VERYLOW
# disable peripheral and sensor power in the bootloader
PE3 VDD_3V3_SENSORS_EN OUTPUT LOW
PA8 nVDD_5V_PERIPH_EN OUTPUT LOW

2
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef.inc

@ -54,7 +54,7 @@ PA7 SPI1_MOSI SPI1 @@ -54,7 +54,7 @@ PA7 SPI1_MOSI SPI1
# a pin that enables peripheral power on this board. It starts in the
# off state, then is pulled low to enable peripherals in
# peripheral_power_enable()
PA8 nVDD_5V_PERIPH_EN OUTPUT HIGH
PA8 nVDD_5V_PERIPH_EN OUTPUT LOW
# This is the pin that senses USB being connected. It is an input pin
# setup as OPENDRAIN.

Loading…
Cancel
Save