Skip to content

Commit

Permalink
Update EC commit, Support fourth I2C port
Browse files Browse the repository at this point in the history
Allow controlling all four I2C ports of the STM32L5 chip through
opentitantool.  This means that signals CN10_8 and CN10_12 now default
to "alternate" mode, rather than "input".  Any code that uses tham as
GPIO inputs without explicitly declaring that mode may stop working.

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed May 17, 2023
1 parent 3dc477e commit 3a77a0a
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 = "a46e9d233b0d094256459f613101070f84133a6a",
commit = "fbd5697d6ab7a198a5974ab2c75ee620efe61599",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 3a77a0a

Please sign in to comment.