From 6c310a84c8bc4c5f7fa8fa9130226dc71bec2142 Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Fri, 12 Jan 2024 10:15:12 -0800 Subject: [PATCH] Update EC commit, multiple bugfixes HyperDebug was prone to dropping serial data if the USB host failed to issue IN transactions for just a few milliseconds, if the OT chip was producing characters at maximum speed. Also, overflow during GPIO monitoring could put HyperDebug into a state in which subsequent GPIO monitoring operations would silently fail to capture edges. 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 100279f..4042c87 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 = "983c86fb0539a9d13798e9c2a620ad7c52508ac3", + commit = "66e5906c59cf41a009803e2097b6810ca2775f2e", build_file = "//third_party/chromium:BUILD.ec_src.bazel", patches = [ "//third_party/chromium:ec-custom-version.patch",