Skip to content

Commit

Permalink
Update EC commit, fix for ADC calibration
Browse files Browse the repository at this point in the history
This update fixes an issue whereby occasional issues with the ADC
calibration would lead to HyperDebug firmware crashing due to a division
by zero.

c4707ad93c chip/stm32: Fix ADC calibration delay on STM32L4/5
  • Loading branch information
jesultra committed Jun 21, 2024
1 parent 6e4e95c commit 257e5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/chromium/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def chromium_repos():
git_repository(
name = "ec_src",
remote = "https://chromium.googlesource.com/chromiumos/platform/ec",
commit = "2eac9058cd6fb4e8baf687ec67fe9a128eb8d08f",
commit = "c4707ad93c766bb9027e7e56fff7b1b06342cfab",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 257e5b8

Please sign in to comment.