From 28fea9c5c63e4cc750a3ad3e5e3ee8bee4a3205d Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Wed, 1 Nov 2023 09:32:06 -0700 Subject: [PATCH] Update EC commit, improved GPIO monitoring 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 --- third_party/chromium/repos.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/chromium/repos.bzl b/third_party/chromium/repos.bzl index c2bb2bb..9d9874c 100644 --- a/third_party/chromium/repos.bzl +++ b/third_party/chromium/repos.bzl @@ -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",