Skip to content

Commit d720fd7

Browse files
facchinmkartben
authored andcommitted
portenta_h7: fix dangerous misconfiguration
Selecting the wrong power scheme could potentially destroy the board. Luckily, the bit can only be set once and the default build still uses the Arduino bootloader (which has the correct setting). Signed-off-by: Martino Facchin <[email protected]>
1 parent 8f8fb14 commit d720fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Enable the internal SMPS regulator
5-
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
5+
CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_LDO=y
66

77
# Enable GPIO
88
CONFIG_GPIO=y

0 commit comments

Comments
 (0)