Skip to content

Commit

Permalink
Update EC commit, I2C device support
Browse files Browse the repository at this point in the history
Add new "vendor extension" to the CMSIS-DAP USB interface to support
switching I2C ports into device mode, meaning that HyperDebug will
answer I2C transfers initated by OpenTitan.

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed Nov 17, 2023
1 parent 28fea9c commit 0cf121b
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 = "cf8fe0e630609a1c49d19255e7ce250cf440d3b0",
commit = "ec0b07f4b1d938abc7e3b37eabb8661c40982e8a",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 0cf121b

Please sign in to comment.