Skip to content

Commit

Permalink
Update EC commit, improved GPIO monitoring
Browse files Browse the repository at this point in the history
Optimizations in the HyperDebug code now allows the recording of one
signal edge per microsecond.  This means that if clock speeds are
reduced to 100kHz, then I2C and SPI communication can be captured.

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

0 comments on commit 28fea9c

Please sign in to comment.