Skip to content

Commit

Permalink
Update EC commit, I2C device fix
Browse files Browse the repository at this point in the history
HyperDebug could switch in and out of I2C device mode, but not switch
device address, once one was selected.  This patch addresses that
shortcoming, such that `opentitantool i2c set-mode device --addr ...`
can be repeatedly issued, to change the address.

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed Dec 21, 2023
1 parent 5e3ee77 commit 07e16ea
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 = "c22816fc39169d633061ae9670e4eb8c24eec8bd",
commit = "983c86fb0539a9d13798e9c2a620ad7c52508ac3",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 07e16ea

Please sign in to comment.