hwdef: disable power reset on peripheral line

This commit is contained in:
bugobliterator 2022-08-10 05:59:21 +05:30 committed by Randy Mackay
parent 86f9c4e83f
commit 225bd15855
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.