Skip to content

Commit

Permalink
portenta_h7: fix dangerous misconfiguration
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
facchinm authored and pillo79 committed Feb 11, 2025
1 parent b29e5ab commit 4e4ebc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Enable the internal SMPS regulator
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
CONFIG_POWER_SUPPLY_SMPS_1V8_SUPPLIES_LDO=y

# Enable GPIO
CONFIG_GPIO=y
Expand Down

0 comments on commit 4e4ebc0

Please sign in to comment.